[scn] mv definition of SCN to dir of share

This commit is contained in:
obdev
2022-11-28 02:50:55 +00:00
committed by ob-robot
parent 68151eb87a
commit 99d4f56fec
716 changed files with 7746 additions and 6117 deletions

View File

@ -2049,7 +2049,7 @@ void ObPrimaryLSService::do_work()
int64_t idle_time_us = 100 * 1000L;
int tmp_ret = OB_SUCCESS;
while (!has_set_stop()) {
idle_time_us = 10 * 1000 * 1000L;
idle_time_us = is_meta_tenant(tenant_id_) ? 100 * 1000L : 10 * 1000 * 1000L;
{
ObCurTraceId::init(GCONF.self_addr_);
share::schema::ObSchemaGetterGuard schema_guard;