Skip to content

Commit

Permalink
HTCONDOR-1106: Ensure that the correct port is used
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Jun 3, 2022
1 parent ec4c361 commit 7349d95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/condor_config
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
CONDOR_HOST = $(FULL_HOSTNAME)
PORT = 9619
COLLECTOR_HOST = $(CONDOR_HOST):$(PORT)
# The above definition should be sufficient for HTCondor.
# However, we must make sure the port definitions match.
COLLECTOR_PORT = $(PORT)
SHARED_PORT_PORT = $(PORT)

DAEMON_LIST = MASTER COLLECTOR SCHEDD JOB_ROUTER

Expand Down

0 comments on commit 7349d95

Please sign in to comment.