Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HA Support #281

Closed
flaming-archer opened this issue Aug 8, 2023 · 3 comments
Closed

HA Support #281

flaming-archer opened this issue Aug 8, 2023 · 3 comments

Comments

@flaming-archer
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Is there a solution that can be supported, such as switching to another service for execution if one service hangs up.

Describe alternatives you've considered
Or do load balancing mysql

@patduin
Copy link
Contributor

patduin commented Aug 8, 2023

We run this in either AWS ECS or EKS, so Kubernetes with multiple pods and a load balancer in front.
Have a look at these projects Waggle Dance is a part of them they focus on the deployment you might find some pointers in there:
https://github.com/ExpediaGroup/apiary-federation
https://github.com/ExpediaGroup/apiary-data-lake

Load balancing MySQL: Waggle Dance doesn't use any RDS, so I think you mean the connection from Hive to an MySQL DB that's outside of the scope of this project.

@flaming-archer
Copy link
Contributor Author

We run this in either AWS ECS or EKS, so Kubernetes with multiple pods and a load balancer in front. Have a look at these projects Waggle Dance is a part of them they focus on the deployment you might find some pointers in there: https://github.com/ExpediaGroup/apiary-federation https://github.com/ExpediaGroup/apiary-data-lake

Load balancing MySQL: Waggle Dance doesn't use any RDS, so I think you mean the connection from Hive to an MySQL DB that's outside of the scope of this project.

Sorry for replay later.
There are many HMSs in our scenario, and we plan to deploy many waggle instances as well. If one of the waggle instances hangs, the client can automatically switch to another waggle instance. How can we achieve this? Our environment has nothing to do with the cloud, it's all physical machines.

@githubjianli
Copy link

githubjianli commented Aug 17, 2023

@flaming-archer Are you trying to play multiple HMS service in a single connection? like:
thrift://wd-service-1:48869;wd-service-2:48869

Or you are looking for WD accept multiple HMS endpoint when you have HA enabled ?

@ExpediaGroup ExpediaGroup locked and limited conversation to collaborators Aug 18, 2023
@patduin patduin converted this issue into discussion #285 Aug 18, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants