-
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.
24831: backport-2.0: compactor: don't block during suggestion in Start() r=bdarnell a=tschottdorf Backport 1/1 commits from #24808. /cc @cockroachdb/release --- When we `Start` the `Compactor`, it may already have received `Suggestion`s, deadlocking the previously blocking write to a full channel. Release note (bug fix): Fixed a scenario in which a node could deadlock while starting up. Co-authored-by: Tobias Schottdorf <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
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