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: Follower region #4672

Open
5 tasks
WenyXu opened this issue Sep 4, 2024 · 0 comments
Open
5 tasks

Tracking issue: Follower region #4672

WenyXu opened this issue Sep 4, 2024 · 0 comments
Labels
C-feature Category Features

Comments

@WenyXu
Copy link
Member

WenyXu commented Sep 4, 2024

What problem does the new feature solve?

The current system handles read and write operations on the same datanodes, leading to potential performance bottlenecks under high load. The "follower region" feature separates these operations across different datanodes.

What does the feature do?

Allows the addition of follower regions to enhance the system's query capabilities. It includes the following improvements:

  • Apply manifest change via remote WAL
  • Replicate leader WAL entries
  • Implement the SetReplicas procedure
  • Improve region state transition
  • Implement region-migration related enhancements

Implementation challenges

No response

@WenyXu WenyXu added the C-feature Category Features label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category Features
Projects
None yet
Development

No branches or pull requests

1 participant