List:Commits« Previous MessageNext Message »
From:jon Date:November 22 2006 2:37pm
Subject:svn commit - mysqldoc@docsrva: r4007 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-11-22 14:37:27 +0100 (Wed, 22 Nov 2006)
New Revision: 4007

Log:

NoOfReplicas must divide into # of data nodes evenly



Modified:
   trunk/refman-4.1/mysql-cluster.xml
   trunk/refman-5.0/mysql-cluster.xml
   trunk/refman-5.1/mysql-cluster.xml


Modified: trunk/refman-4.1/mysql-cluster.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster.xml	2006-11-22 12:23:41 UTC (rev 4006)
+++ trunk/refman-4.1/mysql-cluster.xml	2006-11-22 13:37:27 UTC (rev 4007)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 994 bytes

@@ -3542,6 +3542,17 @@
               <literal>NoOfReplicas</literal>; the maximum possible
               value is 4.
             </para>
+            
+            <para>
+              <emphasis role="bold">Important</emphasis>: The value for
+              this parameter must divide evenly into the number of data
+              nodes in the cluster. For example, if there are two data
+              nodes, then <literal>NoOfReplicas</literal> must be equal
+              to either 1 or 2, since 2/3 and 2/4 both yield fractional
+              values; if there are four data nodes, then
+              <literal>NoOfReplicas</literal> must be equal to 1, 2, or
+              4.
+            </para>
           </listitem>
 
           <listitem>


Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml	2006-11-22 12:23:41 UTC (rev 4006)
+++ trunk/refman-5.0/mysql-cluster.xml	2006-11-22 13:37:27 UTC (rev 4007)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 994 bytes

@@ -3520,6 +3520,17 @@
               <literal>NoOfReplicas</literal>; the maximum possible
               value is 4.
             </para>
+            
+            <para>
+              <emphasis role="bold">Important</emphasis>: The value for
+              this parameter must divide evenly into the number of data
+              nodes in the cluster. For example, if there are two data
+              nodes, then <literal>NoOfReplicas</literal> must be equal
+              to either 1 or 2, since 2/3 and 2/4 both yield fractional
+              values; if there are four data nodes, then
+              <literal>NoOfReplicas</literal> must be equal to 1, 2, or
+              4.
+            </para>
           </listitem>
 
           <listitem>


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2006-11-22 12:23:41 UTC (rev 4006)
+++ trunk/refman-5.1/mysql-cluster.xml	2006-11-22 13:37:27 UTC (rev 4007)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 994 bytes

@@ -3517,6 +3517,17 @@
               <literal>NoOfReplicas</literal>; the maximum possible
               value is 4.
             </para>
+            
+            <para>
+              <emphasis role="bold">Important</emphasis>: The value for
+              this parameter must divide evenly into the number of data
+              nodes in the cluster. For example, if there are two data
+              nodes, then <literal>NoOfReplicas</literal> must be equal
+              to either 1 or 2, since 2/3 and 2/4 both yield fractional
+              values; if there are four data nodes, then
+              <literal>NoOfReplicas</literal> must be equal to 1, 2, or
+              4.
+            </para>
           </listitem>
 
           <listitem>


Thread
svn commit - mysqldoc@docsrva: r4007 - in trunk: refman-4.1 refman-5.0 refman-5.1jon22 Nov