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

kvserver: add version of admission/follower-overload for IMPORT #83485

Closed
tbg opened this issue Jun 28, 2022 · 2 comments
Closed

kvserver: add version of admission/follower-overload for IMPORT #83485

tbg opened this issue Jun 28, 2022 · 2 comments
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@tbg
Copy link
Member

tbg commented Jun 28, 2022

The roachtest introduced in #81834 with slight modifications should lend itself to experiments relating to AddSST leader and follower overload. AddSST is very challenging traffic to handle due to the large size of each entry as well as it hitting various below-raft throttling mechanisms. That newly added test can provide a good testbed for vetting solutions such as #79215 (comment) or removing existing below-raft throttling (#75066)

Jira issue: CRDB-17093

@tbg tbg added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Jun 28, 2022
@blathers-crl
Copy link

blathers-crl bot commented Jun 28, 2022

cc @cockroachdb/replication

@sumeerbhola
Copy link
Collaborator

We have replication admission control working for all elastic traffic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

2 participants