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.
Hi Nejc,
It looks like something is going on with the images you linked from the external site, and they are not showing up for us. Can you try uploading them in your comment directly so we can take a look, this can be done via the camera icon in the comment box and when you drag'n'drop the image into the popup, use the Upload tab rather than the URL tab, and upload the images as a png or jpeg.
But from the behavior you are describing it does sound like a caching issues on the surface so I would say you are on the right track for troubleshooting
A method to verify if this is cache corruption is to purge the add-on and application caching from the server filesystem with a restart and lock and re-index after the restart. This will give you a purge and full rebuild on any caching on the app's, the bundled plugins, and the application, Noting that if this is a large production site a full lock and re-index will lock out all users until the index rebuild is complete so if a manual re-index takes a while to complete make sure to schedule downtime accordingly, the method to accomplish this is:
$jira-home/plugins/.bundled-plugins
$jira-home/plugins/.osgi-plugins
$jira-install/work/*
$jira-home/caches/*
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.