raft: return empty status if node is stopped
If the node is stopped, then Status can hang forever because there is no
event loop to answer. So, just return empty status to avoid deadlocks.
Fix #6855
Signed-off-by: Alexander Morozov <lk4d4math@gmail.com>