Skip to content

Commit

Permalink
Merge pull request #5015 from apache/nouveau-fault-tolerance
Browse files Browse the repository at this point in the history
nouveau: fix rexi_DOWN clause
  • Loading branch information
rnewson committed Mar 25, 2024
2 parents e75b98f + c72960e commit 772b3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nouveau/src/nouveau_fabric_search.erl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ handle_message({rexi_DOWN, _, {_, NodeRef}, _}, _Shard, State) ->
#state{counters = Counters0} = State,
case fabric_util:remove_down_workers(Counters0, NodeRef, []) of
{ok, Counters1} ->
{ok, Counters1};
{ok, State#state{counters = Counters1}};
error ->
{error, {nodedown, <<"progress not possible">>}}
end;
Expand Down

0 comments on commit 772b3a9

Please sign in to comment.