mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-22 20:34:10 +08:00
fix: avoid timeout if datacenter does not exist in topology (#5772)
* fix: avoid timeout if datacenter does not exist in topology * fix: error msg * fix: rm dublicate check * fix: compare * revert minor change
This commit is contained in:

committed by
GitHub

parent
3a82f5ffad
commit
04f4b10884
@@ -59,6 +59,8 @@ func (ms *MasterServer) ProcessGrowRequest() {
|
||||
for _, newVidLocation := range newVidLocations {
|
||||
ms.broadcastToClients(&master_pb.KeepConnectedResponse{VolumeLocation: newVidLocation})
|
||||
}
|
||||
} else {
|
||||
glog.V(1).Infof("automatic volume grow failed: %+v", err)
|
||||
}
|
||||
vl.DoneGrowRequest()
|
||||
|
||||
|
Reference in New Issue
Block a user