simplify info log
This commit is contained in:
parent
c1f35b1480
commit
fdbf373821
@ -2034,7 +2034,7 @@ int ObTabletTableStore::check_ready_for_read(const ObReadyForReadParam ¶m)
|
||||
// don't return errcode so check invalid conditions before
|
||||
if (OB_SUCC(ret) && is_major_sstable_empty(param.ddl_commit_scn_)) {
|
||||
is_ready_for_read_ = false;
|
||||
LOG_INFO("no valid major sstable, not ready for read", K(*this));
|
||||
LOG_TRACE("no valid major sstable, not ready for read", K(*this));
|
||||
}
|
||||
|
||||
if (OB_SUCC(ret) && get_table_count() > EMERGENCY_SSTABLE_CNT) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user