Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When a RaftServer is built, it creates a RaftServerImpl object and starts running a RaftServerRpc service. The RaftServerImpl captures ServerState including RaftLog and RaftConfiguration.
We want to support server re-initialization so that a server can support multiple raft clusters sequentially. This is our first step to support multi-raft.
Attachments
Attachments
Issue Links
- incorporates
-
RATIS-87 Separate RaftServerImpl into proxy and impl
- Resolved