_abort_source.request_abort()
`raft_group0` does not own the source and is not responsible for calling `request_abort`. The source comes from top-level `stop_signal` (see main.cc) and that's where it's aborted. Fixes #10668. Closes #10678