awaitCommit
suspend fun awaitCommit(index: Long, on: Collection<NodeId> = nodeIds, within: Duration = DEFAULT_AWAIT)
Suspend until index is committed on every node in on; fail fast with a state dump otherwise.
Suspend until index is committed on every node in on; fail fast with a state dump otherwise.