mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-23 18:49:17 +08:00
init candidate servers when setting a starting snapshot
This commit is contained in:
parent
a5645d50a7
commit
658d302aa4
@ -79,6 +79,10 @@ func (r *LockRing) SetSnapshot(servers []pb.ServerAddress) {
|
|||||||
|
|
||||||
r.Lock()
|
r.Lock()
|
||||||
r.lastUpdateTime = time.Now()
|
r.lastUpdateTime = time.Now()
|
||||||
|
// init candidateServers
|
||||||
|
for _, server := range servers {
|
||||||
|
r.candidateServers[server] = struct{}{}
|
||||||
|
}
|
||||||
r.Unlock()
|
r.Unlock()
|
||||||
|
|
||||||
r.addOneSnapshot(servers)
|
r.addOneSnapshot(servers)
|
||||||
|
Loading…
Reference in New Issue
Block a user