mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Failover Master Server (markdown)
parent
6e0689511a
commit
e3c628f4ce
|
@ -19,7 +19,7 @@ weed server -master.port=9335 -dir=./3 -volume.port=8082 \
|
|||
|
||||
## How it works
|
||||
|
||||
The master servers are coordinated by Raft protocol, to select a leader. The leader takes over all the work to manage volumes, assign file ids. All other master servers just simply forward requests to the leader.
|
||||
The master servers are coordinated by Raft protocol, to elect a leader. The leader takes over all the work to manage volumes, assign file ids. All other master servers just simply forward requests to the leader.
|
||||
|
||||
If the leader dies, another leader will be elected. And all the volume servers will send their heartbeat together with their volumes information to the new leader. The new leader will take the full responsibility.
|
||||
|
||||
|
|
Loading…
Reference in a new issue