List:Commits« Previous MessageNext Message »
From:jon Date:October 15 2008 12:43pm
Subject:svn commit - mysqldoc@docsrva: r12070 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2008-10-15 14:43:07 +0200 (Wed, 15 Oct 2008)
New Revision: 12070

Log:

Management node IDs:

  NDB-6.1.0 and earlier:  1-63
  NDB-6.1.1 and later:    1-255



Modified:
   trunk/refman-5.1/mysql-cluster-configuration.xml


Modified: trunk/refman-5.1/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-configuration.xml	2008-10-15 12:14:11 UTC (rev 12069)
+++ trunk/refman-5.1/mysql-cluster-configuration.xml	2008-10-15 12:43:07 UTC (rev 12070)
Changed blocks: 3, Lines Added: 23, Lines Deleted: 9; 2618 bytes

@@ -961,13 +961,25 @@
           </para>
 
           <para>
-            Each node in the cluster has a unique identity; for a
-            management or data node, this is represented by an integer
-            value in the range 1 to 63 inclusive. This ID is used by all
-            internal cluster messages for addressing the node, and so
-            must be unique for each MySQL Cluster node, regardless of
-            the type of node.
+            Each node in the cluster has a unique identity. For a
+            management node, this is represented by an integer value in
+            the range 1 to 63 inclusive (previous to MySQL Cluster NDB
+            6.1.1), or in the range 1 to 255 inclusive (MySQL Cluster
+            NDB 6.1.1 and later). This ID is used by all internal
+            cluster messages for addressing the node, and so must be
+            unique for each MySQL Cluster node, regardless of the type
+            of node.
           </para>
+
+          <note>
+            <para>
+              Data node IDs must be less than 49, regardless of the
+              MySQL Cluster version used. If you plan to deploy a large
+              number of data nodes, it is a good idea to limit the node
+              IDs for management nodes (and API nodes) to values greater
+              than 48.
+            </para>
+          </note>
         </listitem>
 
         <listitem>

@@ -4633,8 +4645,8 @@
               Data node IDs must be less than 49, regardless of the
               MySQL Cluster version used. If you plan to deploy a large
               number of data nodes, it is a good idea to limit the node
-              IDs for API nodes (and management nodes) to values in the
-              range 49 to 255, inclusive.
+              IDs for API nodes (and management nodes) to values greater
+              than 48.
             </para>
           </note>
         </listitem>

@@ -6576,7 +6588,9 @@
               <entry>integer</entry>
               <entry><emphasis>None</emphasis></entry>
               <entry>1</entry>
-              <entry>63</entry>
+              <entry>(<emphasis>MySQL Cluster NDB 6.1.0 and earlier</emphasis>:) 63;
+                (<emphasis>MySQL Cluster NDB 6.1.1 and
+                later</emphasis>:) 255</entry>
               <entry>IN</entry>
             </row>
             <row>


Thread
svn commit - mysqldoc@docsrva: r12070 - trunk/refman-5.1jon15 Oct