10
Someone knows how the Neo4j cluster makes the "Keep Alive" between the nodes?
I know you have the parameters ha.tx_push_factor
(amount of Slaves that the master force the commit) and the ha.pull_interval
(interval that the master pulls transactions from master).
But as the cluster knows that a node is no longer active (whether it is master or slave), for example in case of connectivity failures between nodes?