[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openais
Subject:    [Openais] testckpt patch
From:       Steven Dake <sdake () redhat ! com>
Date:       2006-10-24 3:45:50
Message-ID: 1161661550.7531.11.camel () shih ! broked ! org
[Download RAW message or body]

The testckpt program uses a section id len of 10 when the section id
lens created are 16.  The specification is unclear as to what happens in
this scenario, but openais behaves poorly when this happens in the
iteration code.

Find attached a patch which fixes the test program to use a section id
len of the proper size.


["testckpt.patch" (testckpt.patch)]

Index: test/testckpt.c
===================================================================
--- test/testckpt.c	(revision 1274)
+++ test/testckpt.c	(working copy)
@@ -69,9 +69,9 @@
 	SA_CKPT_WR_ALL_REPLICAS,
 	100000,
 	5000000000LL,
-	10,
+	20,
 	200000,
-	10
+	20
 };
 
 SaCkptSectionIdT sectionId1 = {


_______________________________________________
Openais mailing list
Openais@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/openais


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic