-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
release-22.1: Adjust per_changefeed_limit to 128MiB #84702
Conversation
Default of 1GiB could pressure GC, affecting foreground traffic
57a15a7
to
0ac3ee0
Compare
Thanks for opening a backport. Please check the backport criteria before merging:
If some of the basic criteria cannot be satisfied, ensure that the exceptional criteria are satisfied within.
Add a brief release justification to the body of your PR to justify this backport. Some other things to consider:
|
bors r+ |
👎 Rejected by PR status |
bors retry |
👎 Rejected by PR status |
bors retry |
This PR was included in a batch that successfully built, but then failed to merge into release-22.1 (it was a non-fast-forward update). It will be automatically retried. |
No need to use bors on older release branches - you can just click |
Actually, I'll do that myself to remove this PR from the bors queue. bors r- |
Canceled. |
Backport 1/1 commits from #84686 on behalf of @shermanCRL.
/cc @cockroachdb/release
Adjust changefeed.memory.per_changefeed_limit to 128MiB. Default of 1GiB could pressure GC, causing GC assist, affecting foreground traffic.
Informs #84582
Release Notes (enterprise change): Reduce foreground latency impact when performing changefeed backfills.
Release justification: SQL latency was observed due to changefeed backfills driving GC assist