mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove println
This commit is contained in:
parent
3775211962
commit
e39e78ea8d
|
@ -196,7 +196,6 @@ func (n *NodeImpl) UpAdjustMaxVolumeCountDelta(maxVolumeCountDelta int64) { //ca
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
atomic.AddInt64(&n.maxVolumeCount, maxVolumeCountDelta)
|
atomic.AddInt64(&n.maxVolumeCount, maxVolumeCountDelta)
|
||||||
println("node", n.Id(), "new max", n.maxVolumeCount, "delta", maxVolumeCountDelta)
|
|
||||||
if n.parent != nil {
|
if n.parent != nil {
|
||||||
n.parent.UpAdjustMaxVolumeCountDelta(maxVolumeCountDelta)
|
n.parent.UpAdjustMaxVolumeCountDelta(maxVolumeCountDelta)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue