Cannot make trino 2-node cluster work #11854 #13460
Replies: 7 comments 1 reply
-
Could you share the below information on coordinator and workers?
|
Beta Was this translation helpful? Give feedback.
-
@arunmarathe could you use the hostname or IP instead the localhost in discovery.uri=http://localhost:8080 and make sure the port 8080 are not used by other APP, or change to another port Thanks! |
Beta Was this translation helpful? Give feedback.
-
I used IP address in discovery.uri, and changed the port to 8099. Neither of them helped. |
Beta Was this translation helpful? Give feedback.
-
For coordinator:node.properties:
jvm.config:
server log:
For worker:node.properties:
jvm.config:
server log:
|
Beta Was this translation helpful? Give feedback.
-
@arunmarathe By the way, could you join the community Slack so that we can debug interactively? https://trino.io/slack.html |
Beta Was this translation helpful? Give feedback.
-
I have joined the Slack channel, but am unfamiliar with how it works. Do I ask for help from a particular person? |
Beta Was this translation helpful? Give feedback.
-
Were you able to solve the issue? If yes, how? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please refer to the closed issue number 11854. I cannot reopen that issue, and hence opening a new one.
Here is the config.properties file for the coordinator.
Here is the config.properties file for the only worker.
I can ping the coordinator node from the worker node. Both are CentOS.
Still even the following simple query hangs.
Can someone help? Thanks.
Arun
Beta Was this translation helpful? Give feedback.
All reactions