Replies: 3 comments 5 replies
-
Hey @shilin-ai How did you resolve this error? |
Beta Was this translation helpful? Give feedback.
-
Have you tried mapping the port of the coordinator to the host, and then the workers on other docker hosts connect to the coordinator through the host ip and port? |
Beta Was this translation helpful? Give feedback.
-
There are two ways of solving this. But first let's understand what's happening.
With the above information you can see two requirements:
For this specific case it's simply easier to not use docker networking and instead use the underlying host network. |
Beta Was this translation helpful? Give feedback.
-
How to connect trino-coordinator and trino-workers it they are running on different docker hosts?
Trino-worker try to connect to coordinator, but it use internal docker ip to "identify", then there are such errors in logs:
10.13.0.10 - it is a docker network on remote machine.
Beta Was this translation helpful? Give feedback.
All reactions