List:Commits« Previous MessageNext Message »
From:jon Date:March 2 2008 9:13am
Subject:svn commit - mysqldoc@docsrva: r10093 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2008-03-02 10:13:36 +0100 (Sun, 02 Mar 2008)
New Revision: 10093

Log:

Couple more minor fixes.



Modified:
   trunk/refman-5.1/mysql-cluster-log-messages-tmp.xml


Modified: trunk/refman-5.1/mysql-cluster-log-messages-tmp.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-log-messages-tmp.xml	2008-03-02 02:29:39 UTC (rev 10092)
+++ trunk/refman-5.1/mysql-cluster-log-messages-tmp.xml	2008-03-02 09:13:36 UTC (rev 10093)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 3; 1589 bytes

@@ -8,7 +8,10 @@
   <title>Cluster Log Messages</title>
 
   <para>
-    The following table lists the most common
+    The following table lists the most common <literal>NDB</literal>
+    cluster log messages. For more information about the cluster log,
+    log events, and event types, see
+    <xref linkend="mysql-cluster-event-reports"/>.
   </para>
 
   <informaltable>

@@ -480,8 +483,15 @@
           <entry><literal>ALERT</literal></entry>
         </row>
         <row>
-          <entry><literal>Node <replaceable>node_id</replaceable>: </literal></entry>
-          <entry></entry>
+          <entry><literal>Node <replaceable>mgm_node_id</replaceable>: Node
+            <replaceable>data_node_id</replaceable> has failed. The Node
+            state at failure was
+            <replaceable>state_code</replaceable></literal></entry>
+          <entry>A data node has failed. Its state at the time of failure is described by
+            an arbitration state code
+            <replaceable>state_code</replaceable>: possible state code
+            values can be found in the file
+            <filename>include/kernel/signaldata/ArbitSignalData.hpp</filename>.</entry>
           <entry><literal>NODE_FAILREP</literal></entry>
           <entry>NodeRestart</entry>
           <entry>8</entry>


Thread
svn commit - mysqldoc@docsrva: r10093 - trunk/refman-5.1jon2 Mar