Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.2
-
None
-
Reviewed
Description
LeaseManager#countPath loops over all existing lease holders to compute the pending lease count. We can just track the pending leased files so it runs in constant time.