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 575387 Details for
Bug 671575
[TOTEM] FAILED TO RECEIVE + aisexec crash
[?]
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]
Backported flatiron patch to increase failed to recv constant
2012-04-05-0001-totemconfig-Change-default-FAIL_TO_RECV_CONST.patch (text/plain), 1.85 KB, created by
Jan Friesse
on 2012-04-05 12:24:56 UTC
(
hide
)
Description:
Backported flatiron patch to increase failed to recv constant
Filename:
MIME Type:
Creator:
Jan Friesse
Created:
2012-04-05 12:24:56 UTC
Size:
1.85 KB
patch
obsolete
>From aae64a1d9c5d93d12b53c18a21d4092dacfc20a3 Mon Sep 17 00:00:00 2001 >From: Jan Friesse <jfriesse@redhat.com> >Date: Thu, 5 Apr 2012 14:22:28 +0200 >Subject: [PATCH] totemconfig: Change default FAIL_TO_RECV_CONST > >Previous default (50) was too low for most modern switch hardware. This >may trigger abort because the aru doesn't increase for 50 token >rotations combined with a defect in how failed to recv conditions are >handled. By increasing this tunable, the condition should no longer >trigger the errant code. > >Signed-off-by: Jan Friesse <jfriesse@redhat.com> >Reviewed-by: Steven Dake <sdake@redhat.com> >(backported from flatiron commit a48c8e517d82d099bfd3f4a8ebc11716eeb3962b) >--- > branches/whitetank/exec/totemconfig.c | 2 +- > branches/whitetank/man/openais.conf.5 | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/branches/whitetank/exec/totemconfig.c b/branches/whitetank/exec/totemconfig.c >index 567e01c..7c0a3fd 100644 >--- a/branches/whitetank/exec/totemconfig.c >+++ b/branches/whitetank/exec/totemconfig.c >@@ -62,7 +62,7 @@ > #define CONSENSUS_TIMEOUT 800 > #define MERGE_TIMEOUT 200 > #define DOWNCHECK_TIMEOUT 1000 >-#define FAIL_TO_RECV_CONST 50 >+#define FAIL_TO_RECV_CONST 2500 > #define SEQNO_UNCHANGED_CONST 30 > #define MINIMUM_TIMEOUT (int)(1000/HZ)*3 > #define MAX_NETWORK_DELAY 50 >diff --git a/branches/whitetank/man/openais.conf.5 b/branches/whitetank/man/openais.conf.5 >index 499c430..d8eaf86 100644 >--- a/branches/whitetank/man/openais.conf.5 >+++ b/branches/whitetank/man/openais.conf.5 >@@ -332,7 +332,7 @@ This constant specifies how many rotations of the token without receiving any > of the messages when messages should be received may occur before a new > configuration is formed. > >-The default is 50 failures to receive a message. >+The default is 2500 failures to receive a message. > > .TP > seqno_unchanged_const >-- >1.7.4.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 671575
:
474700
|
477494
| 575387