concurrent loading volume

This commit is contained in:
霍晓栋
2016-11-11 11:53:22 +08:00
parent 3320e495f4
commit 096ffa9744
2 changed files with 44 additions and 19 deletions

View File

@@ -48,7 +48,7 @@ func LoadNeedleMap(file *os.File) (*NeedleMap, error) {
}
return nil
})
glog.V(1).Infoln("max file key:", nm.MaximumFileKey)
glog.V(1).Infof("max file key: %d for file: %s", nm.MaximumFileKey, file.Name())
return nm, e
}