Details
-
Bug
-
Status: Done
-
High
-
Resolution: Fixed
-
5.1.6
-
None
-
Sprint 34 - Ends Sept 25, Sprint 43
-
0.8
Description
The Change Dashboard or Filter Ownership script can sometimes cause performance issues in very large instances running JIRA DataCenter. This is because we publish a ClearCacheEvent in order to make sure that, after the Dashboard and/or filters have changed ownership. While this doesn't typically cause problems, it can create issues when multiplied out across multiple nodes, since cache replication can take quite a bit of time.
We need to see if we can get by with PortalPageService#updatePortalPage and SearchRequestService#updateFilter; Atlassian recommends those to publishing a global clear cache event, and says we should submit a bug request if they aren't sufficient.
Attachments
Issue Links
- causes
-
SRJIRA-2946 Add warning about using "Change dashboard or filter ownership" in peak times in both ScriptRunner menu and documentation.
-
- To Do
-
- relates to
-
SRJIRA-2022 ChangeSharedEntityOwnership taking 10 minutes to execute due to cache clear
-
- Done
-
- caused by
-
JRASERVER-66035 Loading...