Bug 497854 - Condor tools only consult local address or daemon classad files
Summary: Condor tools only consult local address or daemon classad files
Keywords:
Status: CLOSED DUPLICATE of bug 486487
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: condor
Version: 1.1.1
Hardware: All
OS: Linux
low
medium
Target Milestone: 1.2
: ---
Assignee: Matthew Farrellee
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-27 15:12 UTC by Matthew Farrellee
Modified: 2009-06-10 15:06 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-10 15:06:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2009:1633 0 normal SHIPPED_LIVE Red Hat Enterprise MRG Messaging and Grid Version 1.2 2009-12-03 09:15:33 UTC

Description Matthew Farrellee 2009-04-27 15:12:25 UTC
Two default configuration options have daemons dropping information about how they can be contacted into the local file system on a machine.

<SUBSYS>_ADDRESS_FILE
<SUBSYS>_DAEMON_AD_FILE

These files mostly represent an optimization - they let tools on a local machine avoid contacting the Collector to communicate with daemons on the local machine.

When a tool, such as condor_q, tries to locate the Schedd it consults SCHEDD_ADDRESS_FILE and SCHEDD_DAEMON_AD_FILE. In a HA Schedd setup those files may be stale. The result is condor_q fails to find the Schedd, which it could easily locate with a lookup in the Collector.

Two possibilities: 1) make the tools fall back to doing a Collector lookup, 2) disable the cache files

However, this is mostly an issue with the HA Schedd. So it would also be possible to just put the SCHEDD_ADDRESS_FILE and SCHEDD_DAEMON_AD_FILE into the SPOOL, which is shared in a HA setup.

Comment 1 Matthew Farrellee 2009-06-10 15:06:51 UTC

*** This bug has been marked as a duplicate of bug 486487 ***


Note You need to log in before you can comment on or make changes to this bug.