Expected behavior
Site recovers with 3 nodes and processes normally.
Actual behavior
Site does not recover. The neo4j cores stay down. It is clear that no leader can be elected because there the cores are still counting on 6 nodes to be in the cluster
Election started with vote request: Vote.Request from MemberId{a0692463} {term=13, candidate=MemberId{a0692463}, lastAppended=39, lastLogTerm=5} and members: [MemberId{80465299}, MemberId{fb8845df}, MemberId{4a53d6c3}, MemberId{092d6a5a}, MemberId{a0692463}, MemberId{a44dcc3d}]
Martin Furmanski helped me with this on slack. There is a missing step in the procedure, step 2.5: neo4j-admin unbind. That works. Could we update the docs?
cluster_recovery.txt