fix wait logic of ObTenantSnapshotService

This commit is contained in:
wanyue-wy
2024-01-02 06:42:59 +00:00
committed by ob-robot
parent f45794d6d3
commit 30067b8ab7

View File

@ -144,8 +144,7 @@ int ObTenantSnapshotService::wait_()
int ret = OB_SUCCESS;
if (IS_NOT_INIT) {
ret = OB_NOT_INIT;
LOG_WARN("ObTenantSnapshotService not inited", KR(ret), KPC(this));
LOG_INFO("ObTenantSnapshotService not inited", KPC(this));
} else if (ATOMIC_LOAD(&is_running_)) {
ret = OB_ERR_UNEXPECTED;
LOG_ERROR("ObTenantSnapshotService is running when wait function is called", KR(ret), KPC(this));