Skip to content

HTCondor batch job classad no longer provide NiceUser attribute (Fixes BUGZ-4011)

nordugrid-arc-bot requested to merge dev-github-pr10 into master

Begin arcbot message
This merge request is automatically copied from GitHub master pull request https://github.com/nordugrid/arc/pull/10 orginally made by @vokac
End arcbot message

HTCondor 8.9.9 or stable 9.0.0 no longer adds NiceUser attribute and that's why ARC-CE is not able to identify queued/running jobs in local HTCondor batch system (arc#4011). It is sufficient to remove this NiceUser == False constraint to be able to process jobs details from local HTCondor batch.

Edited by Maiken

Merge request reports