Signed-off-by: Yuchen Wang <yuchen.wang@databricks.com>
This commit is contained in:
Yuchen Wang 2025-04-25 00:27:58 -07:00 committed by GitHub
parent b594733a07
commit 5630a3906a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1486,7 +1486,7 @@ func (db *DB) compactBlocks() (err error) {
// long enough that we end up with a HEAD block that needs to be written.
// Check if that's the case and stop compactions early.
if db.head.compactable() && !db.waitingForCompactionDelay() {
db.logger.Warn("aborting block compactions to persit the head block")
db.logger.Warn("aborting block compactions to persist the head block")
return nil
}