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