raft: server: print the ID of aborted server
This commit is contained in:
@@ -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()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user