[Net Standby] Modify standby fetch log upper limit refresh interval and threshold

This commit is contained in:
taoshuning
2023-05-18 09:11:13 +00:00
committed by ob-robot
parent 52b1cf673b
commit 9edc7705ea
8 changed files with 57 additions and 23 deletions

View File

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