Hi,
You are describing the index recovery process.
I'm asking about the index sync between servers in HA.
In HA, any operation on the index is synchronized (set by index.tracking.cronExpression).
My question is - during Full Index recovery on one server (the other server is up and running) - does the server that is doing the recovery sync the index that is being rebuilt to the other server?
I'm asking since we had a case where both servers (in HA) had a problem in their index and we decided to run Full index recovery on one of them.
After a day it was running (we didn’t touch the other server), we noticed that the index on the other server (the one that did not run index recovery) is corrected as well.
It could be that we didn’t test exactly on the same document, or it could be that the index synchronization happens while you are doing Full index recovery on one server in a cluster.
This is my question
Cheers,
Oz