Hide Forgot
Description of problem: Calling condor_userprio in the loop sometimes fails to locate negotiator daemon. Version-Release number of selected component (if applicable): RH-7.8.9-0.5 How reproducible: <30% Steps to Reproduce: 1. start personal condor 2. for i in `seq 1000`; do condor_userprio -setfactor "user${i}@localdomain 2.0" 3. some should fail with /usr/bin/condor_userprio: Can't locate negotiator in local pool Actual results: condor_userprio fails to locate negotiator Expected results: no fails
Similar problem can be found for other CLI tools too (condor_q, condor_status ...). e.g. $ time for j in {0..5000}; do condor_status; done > /dev/null Error: communication error Error: communication error real 0m56.156s user 0m32.096s sys 0m8.431s Note though that it happens only on 32bit machines.
MRG-G is in maintenance only and only customer escalations will be addressed from this point forward. This issue can be re-opened if a customer escalation associated with this issue occurs.