mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 12:57:57 +08:00
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
This commit is contained in:
@@ -101,6 +101,7 @@ func ReplicatedWrite(masterFn operation.GetMasterFn, grpcDialOption grpc.DialOpt
|
||||
stats.VolumeServerRequestCounter.WithLabelValues(stats.ErrorWriteToReplicas).Inc()
|
||||
err = fmt.Errorf("failed to write to replicas for volume %d: %v", volumeId, err)
|
||||
glog.V(0).Infoln(err)
|
||||
return false, err
|
||||
}
|
||||
}
|
||||
return
|
||||
|
Reference in New Issue
Block a user