Skip to content

Commit 39c76f0

Browse files
committedMar 12, 2025·
Update mria.erl
1 parent 2331739 commit 39c76f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/mria.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ should_retry_rpc(_) ->
595595
find_upstream_node(Shard) ->
596596
?tp_span(find_upstream_node, #{shard => Shard},
597597
begin
598-
{ok, Node} = mria_status:get_core_node(Shard, infinity),
598+
{ok, Node} = mria_status:upstream(Shard),
599599
Node
600600
end).
601601

0 commit comments

Comments
 (0)
Please sign in to comment.