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 879813 Details for
Bug 1080103
CPG membership may be inconsistent after node pause
[?]
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]
bz1080103-2-cpg-Make-sure-nodid-is-always-logged-as-hex-num.patch
0002.patch (text/plain), 2.07 KB, created by
Jan Friesse
on 2014-03-28 12:30:48 UTC
(
hide
)
Description:
bz1080103-2-cpg-Make-sure-nodid-is-always-logged-as-hex-num.patch
Filename:
MIME Type:
Creator:
Jan Friesse
Created:
2014-03-28 12:30:48 UTC
Size:
2.07 KB
patch
obsolete
>commit 0b825f22f2b95beca1aeb614d22a7e74a84c66b5 >Author: Jan Friesse <jfriesse@redhat.com> >Date: Wed Feb 19 12:24:27 2014 +0100 > > cpg: Make sure nodid is always logged as hex num > > Also number is prefixed by 0x so it's easier to spot that number is > hexadecimal. > > Signed-off-by: Jan Friesse <jfriesse@redhat.com> > Reviewed-by: Christine Caulfield <ccaulfie@redhat.com> > (backport from needle) > >diff --git a/services/cpg.c b/services/cpg.c >index c558c8b..ddb447c 100644 >--- a/services/cpg.c >+++ b/services/cpg.c >@@ -1196,7 +1196,7 @@ static void message_handler_req_exec_cpg_downlist_old ( > const void *message, > unsigned int nodeid) > { >- log_printf (LOGSYS_LEVEL_WARNING, "downlist OLD from node %d", >+ log_printf (LOGSYS_LEVEL_WARNING, "downlist OLD from node 0x%x", > nodeid); > } > >@@ -1251,7 +1251,7 @@ static void message_handler_req_exec_cpg_procjoin ( > { > const struct req_exec_cpg_procjoin *req_exec_cpg_procjoin = message; > >- log_printf(LOGSYS_LEVEL_DEBUG, "got procjoin message from cluster node %d (%s) for pid %u", >+ log_printf(LOGSYS_LEVEL_DEBUG, "got procjoin message from cluster node 0x%x (%s) for pid %u", > nodeid, > api->totem_ifaces_print(nodeid), > (unsigned int)req_exec_cpg_procjoin->pid); >@@ -1267,7 +1267,7 @@ static void message_handler_req_exec_cpg_procleave ( > { > const struct req_exec_cpg_procjoin *req_exec_cpg_procjoin = message; > >- log_printf(LOGSYS_LEVEL_DEBUG, "got procleave message from cluster node %x (%s) for pid %u", >+ log_printf(LOGSYS_LEVEL_DEBUG, "got procleave message from cluster node 0x%x (%s) for pid %u", > nodeid, > api->totem_ifaces_print(nodeid), > (unsigned int)req_exec_cpg_procjoin->pid); >@@ -1288,7 +1288,7 @@ static void message_handler_req_exec_cpg_joinlist ( > const struct join_list_entry *jle = (const struct join_list_entry *)(message + sizeof(coroipc_response_header_t)); > struct joinlist_msg *stored_msg; > >- log_printf(LOGSYS_LEVEL_DEBUG, "got joinlist message from node %x\n", >+ log_printf(LOGSYS_LEVEL_DEBUG, "got joinlist message from node 0x%x", > nodeid); > > while ((const char*)jle < message + res->size) {
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 1080103
:
879812
| 879813 |
879814