The coordination consensus is (our own implementation of) disk paxos, which we liked for its operational properties in our context (the coordinators don't need to know about each other or communicate directly). An early version of fdb had a dependency on Zookeeper for this purpose; you can use anything.
Can you tell us what consensus algorithm you're using? Raft, or something else? Your own implementation or something off the shelf?