Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA cluster node data replication not working

SyedAhmedKabeer November 11, 2024

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?

 

1 answer

0 votes
Fabio Racobaldo _Herzum_
Community Champion
March 12, 2025

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

Suggest an answer

Log in or Sign up to answer