mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 04:51:20 +00:00
clean
This commit is contained in:
parent
9cdea8f079
commit
d2c9459ef6
@ -130,9 +130,6 @@ func (ii *InvertedIndex) OpenList(fNames []string) error {
|
|||||||
}
|
}
|
||||||
ii.closeWhatNotInList(fNames)
|
ii.closeWhatNotInList(fNames)
|
||||||
ii.garbageFiles = ii.scanStateFiles(fNames)
|
ii.garbageFiles = ii.scanStateFiles(fNames)
|
||||||
for _, f := range ii.garbageFiles {
|
|
||||||
log.Warn("Garbage file", "f", fmt.Sprintf("%s.%d-%d.ef", ii.filenameBase, f.startTxNum/ii.aggregationStep, f.endTxNum/ii.aggregationStep))
|
|
||||||
}
|
|
||||||
if err := ii.openFiles(); err != nil {
|
if err := ii.openFiles(); err != nil {
|
||||||
return fmt.Errorf("NewHistory.openFiles: %s, %w", ii.filenameBase, err)
|
return fmt.Errorf("NewHistory.openFiles: %s, %w", ii.filenameBase, err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user