-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.0
-
Component/s: Core MongoDB, Core VCS
-
Tags:
-
Upgrade notes:
LockManager should be pluggable, as different backends may have different needs, and we may want to decouple the implementations.
For instance a Redis-based LockManager is needed. Also, MongoDB storage will probably benefit from a specific LockManager implementation too.