Browse Source

fix: unload leveldb not take effect (#8431)

pull/8433/head
Xiao Wei 20 hours ago
committed by GitHub
parent
commit
9fa95dd2c6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      weed/storage/needle_map_leveldb.go

1
weed/storage/needle_map_leveldb.go

@ -468,6 +468,7 @@ func lazyLoadingRoutine(m *LevelDbNeedleMap) (err error) {
glog.V(1).Infof("reset accessRecord %s", m.dbFileName)
// reset accessRecord
accessRecord = 0
m.accessFlag = 0
}
continue
}

Loading…
Cancel
Save