Yes Emmanuel you are correct that once the master node comes up it would update the master indexes and do the job. I was thinking if there is some kind of failover support where in some other node in the cluster start processing the slave indexes might not be stale for much longer time. I do understand that you need to expect some kind of stale resules when you are using indexing on clustering but was thinking if there is already a way we can minimize this.
Thanks a lot for your reply.
emmanuel wrote:
Well, I thought about whether we need some kind of fail over but I'm not convinced.
If your master go down, all the needed index operations will still be queued through JMS and will not be processed until after you bring the master back on track. I personally don't find that too bothering.
What kind of solution were you envisioning / expecting?