helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Invalid clusterMetadata rpcAddress?

Open emmercm opened this issue 3 years ago • 1 comments

What are you really trying to do?

Debug an inconsistent connectivity issue where I have two different Temporal clusters both with a clusterMetadata.clusterInformation.rpcAddress = "127.0.0.1:7933".

Describe the bug

https://github.com/temporalio/helm-charts/blob/e5f09424744a1213e8534f517d3f3423e3ddfd4d/templates/server-configmap.yaml#L156

I don't believe any service listens on port 7933. I see evidence that this is a carry-over from Cadence days: https://github.com/temporalio/temporal/pull/650.

Is that port in the Helm charts correct? Should I be using the frontend DNS name coming from {{ include "temporal.componentname" (list $ "frontend") }} instead of localhost?

Minimal Reproduction

I've been struggling to reproduce connectivity issues on my end, but sometimes when servers restart they lose connection with each other.

Environment/Versions

Temporal v1.18.1, using official Docker images and mostly official Helm charts.

Additional context

emmercm avatar Nov 17 '22 16:11 emmercm

This is potentially a duplicate of https://github.com/temporalio/helm-charts/issues/149.

emmercm avatar Nov 17 '22 16:11 emmercm