[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Order of the Job Routes



Hi Carles,

It was nice meeting you at HTCondor Week and I'm very sorry for the delay in the response. It was trivial to reproduce your problem so I've created a ticket to track this bug:

http://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=7284

Thanks,
Brian

On 5/20/19 9:18 AM, Carles Acosta wrote:
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
AvÃs - Aviso - Legal Notice: http://www.ifae.es/legal.html

_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/