-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cloud: fix(lease): prevent ID lease overflow (#7802)
* fix(lease): prevent ID lease overflow (#7724) (cherry picked from commit d4c6b7c) * fix(live): make live loader progress on a cluster with very high maxUid (#7743) This PR fixes the following case: If we have a cluster that cannot lease out new UIDs because it has already leased upto its max limit. Now, we try to live load the data with the given UIDs and the AssignIds complains that the limit has reached. Hence, update the xidmap's maxSeenUid and make progress. (cherry picked from commit ad64c01)
- Loading branch information
1 parent
5e45f13
commit 1235438
Showing
4 changed files
with
80 additions
and
24 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
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