-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
133894: crosscluster/producer: flush at lower threshold if consumer is ready r=dt a=msbutler This patch allows the event stream to flush at a lower buffer threshold if the consumer is ready for more work. If a consumer is waiting around for more work, the producer should give them more work to keep consumer busy. If the consumer is not ready, the event stream will buffer to a higher threshold, preventing a flush from blocking rangefeeds, inducing catchup scans. Epic: none Release note: none Co-authored-by: Michael Butler <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters