Replies: 1 comment 6 replies
-
There are a few settings related to this, like |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there. I have a bit of a custom setup that I'm trying to get working. I have several hosts across a network that have trino running.
1 coordinator, 6 workers.
Some of the workers will be on a separate physical host.
The workers that don't reside on the same physical host as the coordinator register with the coordinator via the discovery endpoint (they are visible in the nodes list), however, when work is sent to them they aren't able to respond and queries hang.
I think this is almost certainly because the workers are attempting to communicate over their internal docker ip.
Is there a way to configure which interface and port the workers publish?
Here's an example of what I see in the logs of one of the workers that doesn't appear to be able to accept work:
172.17.0.7
is the ip of the docker container but not the host, so that address will not be publicly available.Beta Was this translation helpful? Give feedback.
All reactions