Displaying 1 result from an estimated 1 matches for "debug_notice".
Did you mean:
dbg_notice
2009 Jul 31
0
CTDB Node unnecessarily banning other nodes
...node has been banned - forcing
freeze and recovery
Existing Version 1.0.77: ctdb-1.0.77/ctdb_monitor.c
241 if ((node->flags & NODE_FLAGS_BANNED) && !(c->old_flags &
NODE_FLAGS _BANNED)) {
242 /* make sure we are frozen */
243 DEBUG(DEBUG_NOTICE,("This node has been banned - forcing
fre eze and recovery\n"));
--
I see a condition added in the "ban algorithm" in the latest 1.0.88 to
ensure the banned node ID matches with node's PNN ID ((node->pnn ==
ctdb->pnn))
--
Version 1.0.88:
311 /* if we h...