-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dbnode] Assign shards refactoring (#3851)
* Increase `defaultExternalChannelSize` to 1024 because previous value (8) was too small, so we might in theory block enqueueing mutually exclusive functions when many kv watch updates are received. * Refactored `AssignShardSet` without enqueueing function. * Fixed linter issues. * Need to release waiters. * Unlock `assignShardSetMutex` asynchronously when bootstrap is enqueued and completed.
- Loading branch information
Showing
6 changed files
with
179 additions
and
179 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
Oops, something went wrong.