From 7349d95471c7b4a97e7fa759ae80d695acecf18e Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Fri, 3 Jun 2022 11:38:20 -0500 Subject: [PATCH] HTCONDOR-1106: Ensure that the correct port is used --- config/condor_config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/condor_config b/config/condor_config index 76e87927b..e8a5ad03f 100644 --- a/config/condor_config +++ b/config/condor_config @@ -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