Hide Forgot
Description of problem: SharedPort feature should also set Collector daemon to use shared port, for that following parameters have to be set properly: COLLECTOR_HOST COLLECTOR_ARGS (SHARED_PORT_ARGS) where - COLLECTOR_HOST could be set to '$(CONDOR_HOST):<port>?sock=collector' - COLLECTOR_ARGS is needed only on machine with running Collector, but can be set also on other machines, they simply ignore it. It could be set to '-sock collector' - probably also SHARED_PORT_ARGS has to be set to assure that shared port use particular port, which is needed in COLLECTOR_HOST setting. It could be set for example to '-p 4080' Version-Release number of selected component (if applicable): condor-wallaby-base-db-1.12-1
The following is an example All nodes will need: USE_SHARED_PORT=True SHARED_PORT_ARGS = "-p 9620" DAEMON_LIST = $(DAEMON_LIST),SHARED_PORT SHARED_PORT_DEBUG = D_FULLDEBUG DAEMON_SOCKET_DIR = /tmp/$(USERNAME)-condor-test-sock COLLECTOR_HOST = $(CONDOR_HOST):9620?sock=collector Collector will need ^above^ +: COLLECTOR_ARGS = -sock collector
MRG-Grid is in maintenance and only customer escalations will be considered. This issue can be reopened if a customer escalation associated with it occurs.