fix medium compaction not scheduling

This commit is contained in:
Fengjingkun
2023-06-26 12:12:18 +00:00
committed by ob-robot
parent 92b0d42d39
commit 9d8f21e540
3 changed files with 53 additions and 37 deletions

View File

@ -674,7 +674,9 @@ int ObTenantTabletStatMgr::get_tablet_analyzer(
ObTenantSysStat sys_stat;
if (OB_FAIL(get_latest_tablet_stat(ls_id, tablet_id, analyzer.tablet_stat_))) {
LOG_WARN("failed to get latest tablet stat", K(ret), K(ls_id), K(tablet_id));
if (OB_HASH_NOT_EXIST != ret) {
LOG_WARN("failed to get latest tablet stat", K(ret), K(ls_id), K(tablet_id));
}
} else if (OB_FAIL(get_sys_stat(sys_stat))) {
LOG_WARN("failed to get sys stat", K(ret));
} else {