Evict table file before archival in RepairTable.

This commit is contained in:
Christopher Jeffrey 2022-06-18 20:19:43 -04:00
parent 4fb146810c
commit 1f345ba680
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -313,6 +313,8 @@ class Repairer {
}
delete iter;
table_cache_->Evict(t.meta.number);
ArchiveFile(src);
if (counter == 0) {
builder->Abandon(); // Nothing to save