mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 07:17:25 +08:00
adjust the needle mapper
as discussed on https://github.com/chrislusf/seaweedfs/pull/642#issuecomment-387606960
This commit is contained in:
@@ -30,7 +30,7 @@ func NewLevelDbNeedleMap(dbFileName string, indexFile *os.File) (m *LevelDbNeedl
|
||||
return
|
||||
}
|
||||
glog.V(1).Infof("Loading %s...", indexFile.Name())
|
||||
nm, indexLoadError := LoadBtreeNeedleMap(indexFile)
|
||||
nm, indexLoadError := NewLevelDbNeedleMap(dbFileName, indexFile)
|
||||
if indexLoadError != nil {
|
||||
return nil, indexLoadError
|
||||
}
|
||||
|
Reference in New Issue
Block a user