diff --git a/apps/emqx_cluster_link/src/emqx_cluster_link_router_syncer.erl b/apps/emqx_cluster_link/src/emqx_cluster_link_router_syncer.erl index 506eeb176..7d0a9db25 100644 --- a/apps/emqx_cluster_link/src/emqx_cluster_link_router_syncer.erl +++ b/apps/emqx_cluster_link/src/emqx_cluster_link_router_syncer.erl @@ -357,7 +357,7 @@ handle_info({publish, #{}}, St) -> {noreply, St}; handle_info({timeout, TRef, reconnect}, St = #st{reconnect_timer = TRef}) -> {noreply, process_connect(St#st{reconnect_timer = undefined})}; -handle_info({timeout, TRef, actor_reinit}, St = #st{reconnect_timer = TRef}) -> +handle_info({timeout, TRef, actor_reinit}, St = #st{actor_init_timer = TRef}) -> ?SLOG(error, #{ msg => "remote_actor_init_timeout", target_cluster => St#st.target,