-
Bug
-
Resolution: Fixed
-
Medium
-
7.2.13, 7.6.3
-
7.02
-
Severity 2 - Major
-
Summary
The way atlassian-cache API is build (cache is remote by default) results in large number of cache replication events. This is not always necessary, as some of the information is local to the node and does not have to be replicated.
Expected Results
Jira Data Center replicates only information important cluster-wide. Information that is local to nodes is not replicated.
Actual Results
Identified caches that do not have to be replicated as information stored in them is important to user being logged in on current node. Some of the offending caches that are responsible for large number of replications: OfBizUserDao.userAttributesCache
Workaround
None