raft: server: print the ID of aborted server

This commit is contained in:
Kamil Braun
2021-10-25 15:39:43 +02:00
parent 45fe0d015d
commit 75bab2beec

View File

@@ -1080,7 +1080,7 @@ void server_impl::abort_snapshot_transfers() {
}
future<> server_impl::abort() {
logger.trace("abort() called");
logger.trace("[{}]: abort() called", _id);
_fsm->stop();
_apply_entries.abort(std::make_exception_ptr(stop_apply_fiber()));