List:Commits« Previous MessageNext Message »
From:jon Date:April 27 2008 1:34pm
Subject:svn commit - mysqldoc@docsrva: r10597 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-04-27 13:34:42 +0200 (Sun, 27 Apr 2008)
New Revision: 10597

Log:

Documented Cluster bugfixes:

  Bug #32645, Bug #34853, Bug #34886



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-04-25 23:15:08 UTC (rev 10596)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-04-27 11:34:42 UTC (rev 10597)
Changed blocks: 1, Lines Added: 82, Lines Deleted: 0; 2299 bytes

@@ -6,6 +6,88 @@
 ]>
 <changelog>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+      <manual type="error 1427"/>
+    </tags>
+
+    <versions>
+      <version ver="5.1.24-ndb-6.2.16"/>
+      <version ver="5.1.24-ndb-6.3.14"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>NDB</literal> error 1427 (<errortext>Api node died,
+        when SUB_START_REQ reached node</errortext>) was incorrectly
+        classified as a schema error rather than a temporary error.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+      <manual type="QMGR"/>
+      <manual type="SUMA"/>
+    </tags>
+
+    <versions>
+      <version ver="5.1.24-ndb-6.2.16"/>
+      <version ver="5.1.24-ndb-6.3.14"/>
+    </versions>
+
+    <message>
+
+      <para>
+        If an API node disconnected and then reconnected during Start
+        Phase 8, then the connection could be <quote>blocked</quote>
+        &mdash; that is, the <literal>QMGR</literal> kernel block failed
+        to detect that the API node was in fact connected to the
+        cluster, causing issues with the <literal>NDB</literal>
+        Subscription Manager (<literal>SUMA</literal>).
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+      <manual type="NF_COMPLETEREP"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="32645"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.24-ndb-6.3.14"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Notification of a cascading master node failures could sometimes
+        not be transmitted correctly (that is, transmission of the
+        <literal>NF_COMPLETEREP</literal> signal could fail), leading to
+        transactions hanging and timing out (<literal>NDB</literal>
+        error 4012), scans hanging, and failure of the management server
+        process.
+      </para>
+
+    </message>
+
+  </logentry>
+
   <logentry entrytype="feature">
 
     <tags>


Thread
svn commit - mysqldoc@docsrva: r10597 - trunk/dynamic-docs/changelogjon27 Apr