More accurate message for compaction applied to a different version
Test Plan: Compile. Run it. Reviewers: yhchiang, dhruba, igor Reviewed By: igor Subscribers: leveldb, dhruba Differential Revision: https://reviews.facebook.net/D31479
This commit is contained in:
parent
96b8240bc5
commit
bb128bfec3
@ -2705,8 +2705,9 @@ bool VersionSet::VerifyCompactionFileConsistency(Compaction* c) {
|
|||||||
Version* version = c->column_family_data()->current();
|
Version* version = c->column_family_data()->current();
|
||||||
const VersionStorageInfo* vstorage = version->storage_info();
|
const VersionStorageInfo* vstorage = version->storage_info();
|
||||||
if (c->input_version() != version) {
|
if (c->input_version() != version) {
|
||||||
Log(InfoLogLevel::ERROR_LEVEL, db_options_->info_log,
|
Log(InfoLogLevel::INFO_LEVEL, db_options_->info_log,
|
||||||
"[%s] VerifyCompactionFileConsistency version mismatch",
|
"[%s] compaction output being applied to a different base version from"
|
||||||
|
" input version",
|
||||||
c->column_family_data()->GetName().c_str());
|
c->column_family_data()->GetName().c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user