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 865104 Details for
Bug 1067043
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]
Proposed patch - part 2 - cpg: Make sure nodid is always logged as hex num
2014-02-19-flatiron-0002-cpg-Make-sure-nodid-is-always-logged-as-hex-num.patch (text/plain), 2.10 KB, created by
Jan Friesse
on 2014-02-19 15:02:00 UTC
(
hide
)
Description:
Proposed patch - part 2 - cpg: Make sure nodid is always logged as hex num
Filename:
MIME Type:
Creator:
Jan Friesse
Created:
2014-02-19 15:02:00 UTC
Size:
2.10 KB
patch
obsolete
>From 15a6b9c31066b46690deae3b763df25bd0896044 Mon Sep 17 00:00:00 2001 >From: Jan Friesse <jfriesse@redhat.com> >Date: Wed, 19 Feb 2014 12:24:27 +0100 >Subject: [PATCH 2/3] 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> >--- > services/cpg.c | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > >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) { >-- >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 1067043
:
865103
| 865104 |
865112