Trino with HA #13910
Unanswered
Utkarsh-0211
asked this question in
Q&A
Trino with HA
#13910
Replies: 2 comments
-
@dain @ebyhr @tangjiangling @findepi |
Beta Was this translation helpful? Give feedback.
0 replies
-
See #12709 which will bring such capability into engine. Anything else for now is a hack.
Seems like a kubernetes question and you might have better luck on the #kubernetes channel on Trino slack or a more k8s focused place. But to the best of my knowledge it's not possible to differentiate between "pods" within a set. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have deployed Trino coordinator and worker as stateful set in HA mode
Problem statement : I want to restart the pods as and when I add new catalogue in my config map so that it is updated.
Solution tried :
Desired Solution :
Would like a solution wherein the instead of restarting the stateful set I restart the secondary coordinator/worker pod first and then the primary one. Any way to give an identity to it in the kubectl restart command ?
Beta Was this translation helpful? Give feedback.
All reactions