This is a patch from Chrissie against trunk to prevent mcasts from being
delivered before the proper configuration change messages are delivered
on starting nodes.
Regards
-steve
Index: exec/cpg.c
===================================================================
--- exec/cpg.c (revision 1499)
+++ exec/cpg.c (working copy)
@@ -921,7 +921,7 @@
/* Send to all interested members */
for (iter = gi->members.next; iter != &gi->members; iter = iter->next) {
struct process_info *pi = list_entry(iter, struct process_info, list);
- if (pi->trackerconn) {
+ if (pi->trackerconn && (pi->flags & PI_FLAG_MEMBER)) {
openais_conn_send_response(
pi->trackerconn,
buf,
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais