Skip to content
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

Operator should stop current load balancer job and start a new one if retry job constantly fails #512

Open
kevinliu24 opened this issue Jul 1, 2024 · 0 comments
Assignees
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@kevinliu24
Copy link
Contributor

Introduction
Currently when a data balance job, the operator constantly retries a job until it succeed. Sometimes success is not possible (i.e. if the job was manually removed). We should detect the job status and retry only a few times after it fails. If it still fails, we should stop the current data balance job and start a new one.

Contents
If a load balance job fails after a few retries, stop the current job and start a new one.

Related work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

2 participants