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
%% leave any genuinely orphaned records to the reconciliation loop.
285
285
caseRest=:= [] andalsorabbit_nodes:list_reachable() =:= [node()] of
286
286
true ->
287
-
?LOG_DEBUG("Mirrored supervisor: no known peer members in group ~tp and no other reachable cluster members, will delete all child records for it", [Group]),
287
+
%% Logged at info because this wipes the entire child-record roster
288
+
%% for the group. It is expected on a genuine single-node (re)start,
289
+
%% but it is the most destructive operation here, so a wrong wipe
290
+
%% (e.g. a node that transiently sees no peers) should leave a trace
291
+
%% above debug level.
292
+
?LOG_INFO("Mirrored supervisor: this node is the sole reachable member, deleting all child records for group ~tp", [Group]),
0 commit comments