[Bugfix] migrating sys unit failed

This commit is contained in:
LeonChaoHi
2023-12-05 08:12:19 +00:00
committed by ob-robot
parent 80cb93dc2c
commit d979a20bdc
7 changed files with 75 additions and 74 deletions

View File

@ -10802,7 +10802,7 @@ int ObRootService::get_root_key_from_obs_(const obrpc::ObRootKeyArg &arg,
} else if (OB_FAIL(SVR_TRACER.get_alive_servers(empty_zone, active_server_list))) {
LOG_WARN("get alive servers failed", KR(ret));
} else if (OB_FAIL(ObDDLService::notify_root_key(rpc_proxy_, arg, active_server_list, result,
enable_default, false/*need_call_rs*/))) {
enable_default, true/*skip_call_rs*/))) {
LOG_WARN("failed to notify root key", KR(ret));
}
return ret;