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

[Tracking Issue] Make region failover great again #4161

Closed
WenyXu opened this issue Jun 18, 2024 · 1 comment
Closed

[Tracking Issue] Make region failover great again #4161

WenyXu opened this issue Jun 18, 2024 · 1 comment
Labels
C-enhancement Category Enhancements

Comments

@WenyXu
Copy link
Member

WenyXu commented Jun 18, 2024

What type of enhancement is this?

Refactor, Tech debt reduction

What does the enhancement do?

Currently, the region failover procedure has follow issues:

  1. The region failover doesn't support migrating a region without data loss.
  2. The failover detector relies on the receiving heartbeats from the datanode; if the datanode doesn't send any heartbeats, we can't detect the failed region.
  3. We can't track the in-flight failover procedures, which means we can't trigger the failover procedure again if a failover procedure fails.

Implementation challenges

No response

@killme2008
Copy link
Contributor

I think we can close the issue @WenyXu

@WenyXu WenyXu closed this as completed Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements
Projects
None yet
Development

No branches or pull requests

2 participants