-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Architecture, Enterprise
The CachingPermissionGraphFactory in Bitbucket versions up to and including 4.7 uses a number of Hazelcast IMap's to cache permission graph calculations. This can lead to frequent synchronous communication between cluster nodes in a busy Data Center instance that sees a lot of permission graph changes. We should replace these IMap's with hybrid Cache's that do not perform blocking inter-node operations.
- is cloned from
-
BSERV-8890 Back Spring caches with hybrid atlassian-cache Caches instead of Hazelcast (IMap-backed) caches
- Closed