This commit is contained in:
Chris Lu
2018-11-18 11:51:38 -08:00
parent 9655dc9ca9
commit 4fcfc9410f
6 changed files with 34 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ func (c *MaxVolumeIdCommand) Apply(server raft.Server) (interface{}, error) {
before := topo.GetMaxVolumeId()
topo.UpAdjustMaxVolumeId(c.MaxVolumeId)
glog.V(0).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId())
glog.V(1).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId())
return nil, nil
}