Hello all,
We have an HTCondor-CE running HTcondor 8.8.2. As it is explained in the documentation, Âthe routing works with first matching route policy for versions >=8.7.1.Â
However, we have discovered that the order of the routes in our config file is not respected. For example, we have first the route called "aws_atlas", then "Atlas_Condor", etc., etc:
JOB_ROUTER_ENTRIES @=jre
 Â[
  name = "aws_atlas";
Â...
 ]
 [
 name ="Atlas_Condor";
...
 ]
@jre
But looking in the JobRouterLog log file the "aws_atlas" route is the 4th and the "Atlas_Condor" the 6th. The same order is shown using "condor_ce_job_router_info -config" command.Â
Route Name       Submitted/Max    ÂIdle/Max   Throttle Recent: Started Succeeded Failed
Lhcb_Condor         Â481/ Â10000    0/  2000   none        0     7   Â0
to_ciemat           Â1/   Â1    1/  2000   none        0     0   Â0
to_pic             1/   Â1    0/  2000   none        0     0   Â0
aws_atlas           Â1/ Â10000    0/   Â1   none        0     0   Â0
Cms_Condor          350/ Â10000   222/  2000   none       Â20     1   Â0
Atlas_Condor         494/ Â10000   Â98/  2000   none        0     9   Â0
Default_Condor         7/  2000    1/  1000   none        0     0   Â0
aws_cms            Â4/   Â5    1/   Â1   none        0     0   Â0
Thus, the order of our config file is not used and we can't see any reason why a route is considered prior to another.Â
Are we missingÂsomething?
Thank you in advance.
Best regards,
Carles
--
Carles Acosta i Silva
PIC (Port d'Informacià CientÃfica)
Campus UAB, Edifici D
E-08193 Bellaterra, Barcelona
Tel: +34 93 581 33 08
Fax: +34 93 581 41 10