Browse Source

unused code

pull/1213/head
Chris Lu 5 years ago
parent
commit
430b5a49e2
  1. 1
      weed/storage/volume_vacuum.go

1
weed/storage/volume_vacuum.go

@ -122,7 +122,6 @@ func (v *Volume) CommitCompact() error {
//time.Sleep(20 * time.Second)
os.RemoveAll(v.FileName() + ".ldb")
os.RemoveAll(v.FileName() + ".bdb")
glog.V(3).Infof("Loading volume %d commit file...", v.Id)
if e = v.load(true, false, v.needleMapKind, 0); e != nil {

Loading…
Cancel
Save