mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-22 20:34:10 +08:00
same logic as grpc assign
fix https://github.com/seaweedfs/seaweedfs/issues/5213
This commit is contained in:
@@ -61,11 +61,6 @@ func (ms *MasterServer) ProcessGrowRequest() {
|
||||
}
|
||||
vl.DoneGrowRequest()
|
||||
|
||||
if req.ErrCh != nil {
|
||||
req.ErrCh <- err
|
||||
close(req.ErrCh)
|
||||
}
|
||||
|
||||
filter.Delete(req)
|
||||
}()
|
||||
|
||||
|
Reference in New Issue
Block a user