Bugzilla – Bug 186
torque-4.0.0: routing to routing queue does not work
Last modified: 2012-05-03 13:11:50 MDT
You need to log in before you can comment on or make changes to this bug.
Our torque setup involves a default queue, which is a routing queue. One of its destinations is a routing queue as well: create queue default set queue default queue_type = Route set queue default route_destinations = atlas set queue default route_destinations += dev create queue dev set queue dev queue_type = Route set queue dev route_destinations = q1 set queue dev route_destinations += qs set queue dev route_destinations += ql (q1, qs, ql are execution queues). When I submit a job, it always ends up in the dev queue, it never gets delivered into one of the execution queues. As if routing of jobs is tried once only (from default to dev). The setup works without problems under torque-2.5.11. As a consequence I have not been able to test torque-4.0.0 at all; I cannot get a single job to run.
Martin, I'm looking into a fix for this. To allow you to continue testing - could you submit directly to the dev queue for now? David
Fixed in 4.0.1 revision 6042. Testing 3.0-fixes