load timezone info for all tenants even if fail to load for one
This commit is contained in:
@ -55,7 +55,7 @@ int ObTenantTimezoneMgr::UpdateTenantTZOp::operator() (common::hash::HashMapPair
|
||||
if (OB_FAIL(tenant_tz.get_tz_mgr().fetch_time_zone_info())) {
|
||||
LOG_WARN("fail to update time zone info", K(ret));
|
||||
}
|
||||
return ret;
|
||||
return OB_SUCCESS;
|
||||
}
|
||||
|
||||
void ObTenantTimezoneMgr::UpdateTenantTZTask::runTimerTask()
|
||||
|
||||
Reference in New Issue
Block a user