Forum OpenACS Q&A: Re: Issue with reachable method in 5.10.1 dynamic clustering setup

Hi Gustaf,

I tried this change out but the method calls util::join_location which has the problem I pointed out before that drops the standard port.

https://cvs.openacs.org/browse/OpenACS/openacs-4/packages/acs-tcl/tcl/cluster-procs.tcl?r=1.1.2.9#to524

This causes the same problem with nodes being considered not reachable due to the missing port

[27/Nov/2023:11:37:02][27994.7f62556f3700][-conn:default:0:10-] Notice: Cluster join_request from 'https://10.34.203.85';
[27/Nov/2023:11:37:02][27994.7f62556f3700][-conn:default:0:10-] Notice: Cluster join_request https://10.34.203.85 accepted from https://10.34.203.85
[27/Nov/2023:11:37:02][27994.7f62556f3700][-conn::default:0:10-] Notice: Cluster join_request leads to DynamicClusterPeers https://10.34.203.85
[27/Nov/2023:11:37:05][27994.7f624d7fa700][-sched:0:8:3-] Notice: Running scheduled proc ::acs::cluster {*}update_node_info...
[27/Nov/2023:11:37:05][27994.7f624d7fa700][-sched:0:8:3-] Notice: cluster: node https://10.34.203.85 is reachable: 0 last_contact 1701113824362 last_request 1701113824362

Best,
Jon