Usecase :
We have 2 nodes (node A and node B)
1. JIRA escalation service job will be executed every night to cache the huge data.
2. Job will be executed on any node (node A or node B)
3. Assume, the job is executed on node A. Then all the data is cached properly (works fine)
if we open the page on node A , loads fastly
sample code:
using replicateViaInvalidation
new CacheSettingsBuilder().replicateViaInvalidation().expireAfterAccess(6, TimeUnit.DAYS).build()
5. But the data replication is not working on node B
if we open the page on node B , not loads fastly
Could you please support?
Hi @SyedAhmedKabeer ,
please take a look to the following troubleshooting article https://confluence.atlassian.com/jirakb/index-replication-jira-data-center-troubleshooting-966676040.html
Hope this helps,
Fabio
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.