Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 592063 Details for
Bug 820821
Nodes do not agree on CPG membership, messages lost
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add assert if we were delivering to unknown node
2012-06-15-0001-cpg-Put-assert-when-we-are-not-able-to-send-message.patch (text/plain), 733 bytes, created by
Jan Friesse
on 2012-06-15 07:54:49 UTC
(
hide
)
Description:
Add assert if we were delivering to unknown node
Filename:
MIME Type:
Creator:
Jan Friesse
Created:
2012-06-15 07:54:49 UTC
Size:
733 bytes
patch
obsolete
>From a8cfc5b285c1aaa5f5a6906d252896f82ac0d19c Mon Sep 17 00:00:00 2001 >From: Jan Friesse <jfriesse@redhat.com> >Date: Fri, 15 Jun 2012 09:50:30 +0200 >Subject: [PATCH] cpg: Put assert when we are not able to send message > >--- > exec/cpg.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/exec/cpg.c b/exec/cpg.c >index 47743a5..217dce6 100644 >--- a/exec/cpg.c >+++ b/exec/cpg.c >@@ -1367,7 +1367,8 @@ static void message_handler_req_exec_cpg_mcast ( > } > > if (!known_node) { >- log_printf(LOGSYS_LEVEL_WARNING, "Unknown node -> we will not deliver message"); >+ log_printf(LOGSYS_LEVEL_WARNING, "Unknown node %x -> we will not deliver message", nodeid); >+ assert(0); > return ; > } > >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 820821
:
583724
|
584502
|
584503
|
584918
|
584944
|
589886
|
590918
|
591194
|
591509
|
591532
| 592063 |
593132
|
593133
|
640873
|
640874
|
640875