Browse Source

Merge branch 'master' of https://github.com/chrislusf/seaweedfs

pull/2670/head
chrislu 3 years ago
parent
commit
a990cd29cd
  1. 1
      weed/topology/store_replicate.go

1
weed/topology/store_replicate.go

@ -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

Loading…
Cancel
Save