Hi team,
For example, let's say one of the node is not down(JVM is up), but network not reachable from/to it. Then rest of the nodes will see NODE_FAILED and started working as normal with reduced cluster size. If that failed node, the network from/to it, becomes normal again after X minutes. Then, - will other nodes discover them, or will that node be able to figure it out ? - How long X can be at max? Is there max retry or timeout. (I seen joinTimeout param in discovery, but that's seems only applicable for startup, like how long it should pause starting the node to let join others)
