You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deps/rabbit/src/rabbit_khepri.erl
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -466,6 +466,12 @@ cli_cluster_status() ->
466
466
467
467
%% For when Khepri is enabled
468
468
init_cluster(ClusterNodes) ->
469
+
%% TODO this probably returns an empty list! If we don't know the local nodes, we can't exclude from unclustered nodes and it crashes trying to join with itself. Maybe we have to setup khepri here and not in do_join
470
+
%% Ensure the local Khepri store is running before we can join it. It
471
+
%% could be stopped if RabbitMQ is not running for instance.
0 commit comments