Author: jstephens
Date: 2009-09-29 07:11:57 +0200 (Tue, 29 Sep 2009)
New Revision: 16845
Log:
Documented Cluster bugfixes:
Bug #42015, Bug #42850, Bug #45495, Bug #47036, Bug #47643
Documented new --log-name option for ndb_mgmd
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/command-optvars/ndb_mgmd.xml
trunk/refman-5.1/mysql-cluster-programs-core.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2009-09-29 01:19:40 UTC (rev 16844)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2009-09-29 05:11:57 UTC (rev 16845)
Changed blocks: 1, Lines Added: 159, Lines Deleted: 0; 4146 bytes
@@ -6,10 +6,169 @@
]>
<changelog>
+ <logentry entrytype="feature">
+
+ <tags>
+ <highlight type="cluster"/>
+ <manual type="ndb_mgmd"/>
+ <manual type="--log-name"/>
+ <manual type="cluster log"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="47643"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.37-ndb-7.0.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ A new option <option role="ndb_mgmd">--log-name</option> is
+ added for <command>ndb_mgmd</command>. This option can be used
+ to provide a name for the current node and then to identify it
+ in messages written to the cluster log. For more information,
+ see <xref linkend="mysql-cluster-programs-ndb-mgmd"/>.
+ </para>
+
+ </message>
+
+ </logentry>
+
<logentry entrytype="bug">
<tags>
<highlight type="cluster"/>
+ <manual type="ndb_mgmd"/>
+ <manual type="config.ini"/>
+ <manual type="cluster log"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="47036"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.37-ndb-7.0.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When reloading the management server configuration, only the
+ last changed parameter was logged.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="cluster"/>
+ <manual type="ndb_mgmd"/>
+ <manual type="--initial"/>
+ <manual type="--reload"/>
+ <manual type="config.ini"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="45495"/>
+ <seealsobug bugid="42015"/>
+ <seealsobug bugid="46488"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.37-ndb-7.0.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Now, when started with
+ <option role="ndb_mgmd">--initial</option>
+ <option role="ndb_mgmd">--reload</option>,
+ <command>ndb_mgmd</command> tries to copy the configuration of
+ an existing <command>ndb_mgmd</command> process with a confirmed
+ configuration. This works only if the configuration files used
+ by both management nodes are exactly the same.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="api"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="42850"/>
+ <regressionof bugid="24507"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.37-ndb-6.2.19"/>
+ <version ver="5.1.37-ndb-6.3.27"/>
+ <version ver="5.1.37-ndb-7.0.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The fix for Bug #24507 could lead in some cases to client
+ application failures due to a race condition, and was reverted.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="cluster"/>
+ <manual type="ndb_mgmd"/>
+ <manual type="--initial"/>
+ <manual type="--reload"/>
+ <manual type="config.ini"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="42015"/>
+ <seealsobug bugid="45495"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.37-ndb-7.0.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When started with the <option role="ndb_mgmd">--initial</option>
+ and <option role="ndb_mgmd">--reload</option> options, if
+ <command>ndb_mgmd</command> could not find a configuration file
+ or connect to another management server, it appeared to hang.
+ Now, when trying to fetch its configuration from another
+ management node, <command>ndb_mgmd</command> checks and signals
+ (<literal>Trying to get configuration from other
+ mgmd(s)</literal>) each 30 seconds that it has not yet done so.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="cluster"/>
<manual type="parser"/>
<manual type="Windows"/>
<manual type="characters"/>
Modified: trunk/dynamic-docs/command-optvars/ndb_mgmd.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/ndb_mgmd.xml 2009-09-29 01:19:40 UTC (rev 16844)
+++ trunk/dynamic-docs/command-optvars/ndb_mgmd.xml 2009-09-29 05:11:57 UTC (rev 16845)
Changed blocks: 1, Lines Added: 26, Lines Deleted: 0; 961 bytes
@@ -198,6 +198,32 @@
</mysqloption>
+ <mysqloption id="log-name">
+
+ <xrefto id="option_ndb_mgmd_log-name"/>
+
+ <name>log-name</name>
+
+ <shortdescription>
+ A name to use when writing messages applying to this node in the
+ cluster log.
+ </shortdescription>
+
+ <types>
+ <optype class="cmdline" format="--log-name="/>
+ </types>
+
+ <values vartype="string" platform="all">
+ <value default=""/>
+ </values>
+
+ <versions>
+ <introduced version="5.1.37-ndb-7.0.8"/>
+ <manual version="5.1"/>
+ </versions>
+
+ </mysqloption>
+
<mysqloption id="no-nodeid-checks">
<xrefto id="option_ndb_mgmd_no-nodeid-checks"/>
Modified: trunk/refman-5.1/mysql-cluster-programs-core.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-programs-core.xml 2009-09-29 01:19:40 UTC (rev 16844)
+++ trunk/refman-5.1/mysql-cluster-programs-core.xml 2009-09-29 05:11:57 UTC (rev 16845)
Changed blocks: 1, Lines Added: 21, Lines Deleted: 0; 1071 bytes
@@ -1719,6 +1719,27 @@
<listitem>
<indexterm>
+ <primary>--log-name option (ndb_mgmd)</primary>
+ </indexterm>
+
+ <para id="option_ndb_mgmd_log-name">
+ <option>--log-name=<replaceable>name</replaceable></option>
+ </para>
+
+ <para condition="dynamic:optvar:item" role="5.1:ndb_mgmd:log-name"/>
+
+ <para>
+ Provides a name to be used for this node in the cluster
+ log.
+ </para>
+
+ <para>
+ This option was added in MySQL Cluster NDB 7.0.8.
+ </para>
+ </listitem>
+
+ <listitem>
+ <indexterm>
<primary>--nodaemon option (ndb_mgmd)</primary>
</indexterm>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r16845 - in trunk: dynamic-docs/changelog dynamic-docs/command-optvars refman-5.1 | jon.stephens | 29 Sep |