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

Stability improvement #17520

Closed
yilongrong opened this issue May 29, 2020 · 1 comment
Closed

Stability improvement #17520

yilongrong opened this issue May 29, 2020 · 1 comment
Labels
feature/accepted This feature request is accepted by product managers type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@yilongrong
Copy link

Feature Request

Describe the feature you'd like:
Stability improvement:
Region physical isolation: splitting, merging, and scheduling require scanning keys to achieve performance cost
Indistinguishable MVCC: read and write amplification, lower performance, GC will bring performance jitter
Compaction: performance jitter
Hotspots: Reduce the impact of hotspots on the system (barrel effect, our current barrel short board is too low)
Fault isolation: The breakdown of a component should theoretically not affect the services of the entire cluster (such as PD switching Leader, which will cause QPS to fall temporarily)

Describe alternatives you've considered:

Stability improvement

https://asktug.com/t/topic/34614/24

@yilongrong yilongrong added the type/feature-request Categorizes issue or PR as related to a new feature. label May 29, 2020
@scsldb
Copy link

scsldb commented Jun 15, 2020

New issue has been suggested, see #18005

@scsldb scsldb closed this as completed Jun 15, 2020
@zz-jason zz-jason added the feature/accepted This feature request is accepted by product managers label Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/accepted This feature request is accepted by product managers type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

5 participants