A client of mine asked a question that I'm not really sure how to answer correctly. His question is: In case of one node falls out of the cluster, stays offline for a few hours or days and then comes back: how fast the new data will be migrated to the node and will this affect the rest of the nodes performance?
TL;DR: They are asking what is the 3rd node comes back to the cluster and the app is asking the 3rd node for information, but the 3rd node cannot answer since it is still just rejoining the cluster and does not have the relevant data. Will the other 2 nodes provide the answer for sure 100% or is there a chance for the application to respond with a 'shut up I'm busy' answer and breaking the web app?
Now I have no clue about the answer and I've found no meaningful answer either. Can any of you tell me maybe this? Let's assume all the nodes are on the same VLAN in the same server room, so network latency is not an issue.