Background
Recently we have made the following changes to our Jira server:
The changes made were successfully implemented. However, since then we have been experiencing weird behaviour with Issue Navigator.
Issue
The Issue Navigator is unreliably executing queries. It is returning random and inconsistent amount of results.
The following two images are 3 seconds apart and I can assure you that no changes have been to any of the issues involved in this query. This is only one example of many.
Suspicion
We are suspecting this is related to caching mechanism
com.atlassian.cache.*
as the issue starts occurring about 30 minutes after every server restart. And the only "timer" we have set up is the cache expiration period (30 minutes).
We are currently trying to remove
CacheManage
usage, but we would very much rather fix the caching mechanism instead of tossing it aside.
Is there a known bug that relates to our issue?
Any help and ideas from the community are very welcome.