| Summary: | CLI tools fail to locate proper condor daemon | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Tomas Rusnak <trusnak> |
| Component: | condor | Assignee: | grid-maint-list <grid-maint-list> |
| Status: | CLOSED WONTFIX | QA Contact: | MRG Quality Engineering <mrgqe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.3 | CC: | eerlands, esammons, ltoscano, ltrilety, matt, sgraf, trusnak |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-26 19:13:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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. |
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