Author: jstephens
Date: 2010-12-13 04:56:25 +0100 (Mon, 13 Dec 2010)
New Revision: 24386
Log:
Changelog entries (Cluster):
BUG#58277, BUG#58693
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-12-13 03:27:24 UTC (rev 24385)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-12-13 03:56:25 UTC (rev 24386)
Changed blocks: 1, Lines Added: 77, Lines Deleted: 0; 2347 bytes
@@ -6,6 +6,83 @@
]>
<changelog>
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="clusterreplication"/>
+ <manual type="SUMA"/>
+ <manual type="DBTUP"/>
+ <manual type="ndbmtd"/>
+ <manual type="disconnections"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="58693"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.51-ndb-7.0.21"/>
+ <version ver="5.1.51-ndb-7.1.10"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When a <command>mysqld</command> performing replication of a
+ MySQL Cluster that uses <command>ndbmtd</command> is forcibly
+ disconnected (thus causing an <literal>API_FAIL_REQ</literal>
+ signal to be sent), the <literal>SUMA</literal> kernel block
+ iterates through all active subscriptions and disables them. If
+ a given subscription has no more active users, then this
+ subscription is also deactivated in the <literal>DBTUP</literal>
+ kernel block.
+ </para>
+
+ <para>
+ This process had no flow control, and when there were many
+ subscriptions being deactivated (more than 512), this could
+ cause an overflow in the short-time queue defined in the
+ <literal>DbtupProxy</literal> class.
+ </para>
+
+ <para>
+ The fix for this problem includes implementing proper flow
+ control for this deactivation process and increasing the size of
+ the short-time queue in <literal>DbtupProxy</literal>.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="cluster"/>
+ <manual type="indexes"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="58277"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.51-ndb-6.3.40"/>
+ <version ver="5.1.51-ndb-7.0.21"/>
+ <version ver="5.1.51-ndb-7.1.10"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Trying to drop an index while it was being used to perform a
+ scan caused data nodes to crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
<logentry entrytype="feature">
<tags>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24386 - trunk/dynamic-docs/changelog | jon.stephens | 13 Dec |