fix(cluster-link): anticipate clients may occasionally retry

This commit is contained in:
Andrew Mayorov 2024-05-29 16:08:14 +02:00 committed by Serge Tupchii
parent 0219b8bd4d
commit e0604e3af6
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ get_actor_state(ClusterName, Actor) ->
erlang:get(?PD_EXTROUTER_ACTOR_STATE).
set_actor_state(ClusterName, Actor, ActorSt) ->
undefined = erlang:put(?PD_EXTROUTER_ACTOR, {ClusterName, Actor}),
_Undefined = erlang:put(?PD_EXTROUTER_ACTOR, {ClusterName, Actor}),
update_actor_state(ActorSt).
update_actor_state(ActorSt) ->