diff --git a/src/raft_server.cpp b/src/raft_server.cpp index f33a6518..70ebde09 100644 --- a/src/raft_server.cpp +++ b/src/raft_server.cpp @@ -567,6 +567,7 @@ void ReplicationState::refresh_nodes(const std::string & nodes, const size_t raf << ", known_applied_index: " << nodeStatus.known_applied_index << ", applying_index: " << nodeStatus.applying_index << ", queued_writes: " << batched_indexer->get_queued_writes() + << ", pending_writes: " << pending_writes << ", pending_queue_size: " << nodeStatus.pending_queue_size << ", local_sequence: " << store->get_latest_seq_number();