-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(admin): prevent the large lock from mrmanager
This PR changes the role of `internal/admin/mrmanager.(*mrManager).mu`. The large lock in the mrmanager made the mrmanager run sequentially. However, from now, it only guards the dirty flag for the cluster metadata. Since the metadata repository works concurrently, adopting a large lock on the client side is unnecessary.
- Loading branch information
Showing
1 changed file
with
44 additions
and
107 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