This commit is contained in:
Konstantin Lebedev 2022-02-14 14:10:06 +05:00
parent 36013f63ed
commit 0ed76a0556

View file

@ -101,7 +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
return false, err
}
}
return