diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-01-02 12:58:06 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-01-02 12:58:06 -0800 |
| commit | d67f7ddfaf6cbe41d66085e5f62e23b3afb19336 (patch) | |
| tree | 3d50cd9b68cb380d37f53338beed8b8f59ec0342 | |
| parent | e49a38842a56b9229d8d2a0a81c592678b29271c (diff) | |
| download | seaweedfs-d67f7ddfaf6cbe41d66085e5f62e23b3afb19336.tar.xz seaweedfs-d67f7ddfaf6cbe41d66085e5f62e23b3afb19336.zip | |
adjust log
| -rw-r--r-- | weed/topology/volume_layout.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/volume_layout.go b/weed/topology/volume_layout.go index 33c08e0a5..31637b11a 100644 --- a/weed/topology/volume_layout.go +++ b/weed/topology/volume_layout.go @@ -53,7 +53,7 @@ func (vl *VolumeLayout) RegisterVolume(v *storage.VolumeInfo, dn *DataNode) { vl.vid2location[v.Id] = NewVolumeLocationList() } vl.vid2location[v.Id].Set(dn) - glog.V(4).Infof("volume %d added to %s len %d copy %d", v.Id, dn.Id(), vl.vid2location[v.Id].Length(), v.ReplicaPlacement.GetCopyCount()) + // glog.V(4).Infof("volume %d added to %s len %d copy %d", v.Id, dn.Id(), vl.vid2location[v.Id].Length(), v.ReplicaPlacement.GetCopyCount()) for _, dn := range vl.vid2location[v.Id].list { if v_info, err := dn.GetVolumesById(v.Id); err == nil { if v_info.ReadOnly { |
