[Arb] fix the arb server sends rpc with cluster_id(-1)

This commit is contained in:
BinChenn
2023-03-10 06:44:26 +00:00
committed by ob-robot
parent a80fd7b5c3
commit 16800f15d9
14 changed files with 25 additions and 4 deletions

View File

@ -136,6 +136,7 @@ int ObSimpleLogServer::simple_init(
assert(&log_service_ == MTL(logservice::ObLogService*));
guard.click("init tenant_base");
node_id_ = node_id;
if (is_bootstrap && OB_FAIL(init_memory_dump_timer_())) {
SERVER_LOG(ERROR, "init_memory_dump_timer_ failed", K(ret), K_(node_id));
} else if (FALSE_IT(guard.click("init_memory_dump_timer_"))