Hello,
I wanted to understand how Jira nodes in the Cluster do Lucene replication?
And how does other nodes in the jira knows there is an update with one node and other nodes copy that information in it's own indexing.
Also how does write.lock file comes into this picture ?
Thanks,
Dhruv
Welcome to the Atlassian Community!
Short answer is that it doesn't. Each node has its own local index and updates that locally when the node spots that the database has been updated.
The write.lock file is mainly there to prevent a node trying to make simultaneous edits in different threards.
Hi @Dhruv Joshi
The cluster topology is for multiple active servers with the following characteristics:
Write.lock issues can have multiple issues.
- Restart of nod that is not completing
- Plugin (App) update fails on a node
There are open features to make write lock problems more visible, see:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.