This is a bugfix release, fixing recently discovered bugs in the previous MySQL Cluster NDB 6.3 release.
This release incorporates all bugfixes and changes made in previous MySQL Cluster NDB 6.3 releases, as well as all bugfixes and feature changes which were added in mainline MySQL 5.1 through MySQL 5.1.41 (see Section C.1.7, “Changes in MySQL 5.1.41 (05 November 2009)”).
Please refer to our bug database at http://bugs.mysql.com/ for more details about the individual bugs fixed in this version.
Functionality added or changed:
A new configuration parameter
HeartbeatThreadPriority
makes it possible to
select between a first-in, first-out or round-round scheduling
policy for management node and API node heartbeat threads, as
well as to set the priority of these threads. See
Section 17.3.2.5, “Defining a MySQL Cluster Management Server”, or
Section 17.3.2.7, “Defining SQL and Other API Nodes in a MySQL Cluster”, for more
information.
(Bug#49617)
Disk Data:
The ndb_desc utility can now show the extent
space and free extent space for subordinate
BLOB
and
TEXT
columns (stored in hidden
BLOB
tables by NDB). A
--blob-info
option has been
added for this program that causes ndb_desc
to generate a report for each subordinate
BLOB table. For more information, see
Section 17.4.9, “ndb_desc — Describe NDB Tables”.
(Bug#50599)
Bugs fixed:
When one or more data nodes read their LCPs and applied undo logs significantly faster than others, this could lead to a race condition causing system restarts of data nodes to hang. This could most often occur when using both ndbd and ndbmtd processes for the data nodes. (Bug#51644)
When deciding how to divide the REDO log, the
DBDIH
kernel block saved more than was needed
to restore the previous local checkpoint, which could cause REDO
log space to be exhausted prematurely (NDB
error 410).
(Bug#51547)
DML operations can fail with NDB
error 1220
(REDO log files overloaded...) if the
opening and closing of REDO log files takes too much time. If
this occurred as a GCI marker was being written in the REDO log
while REDO log file 0 was being opened or closed, the error
could persist until a GCP stop was encountered. This issue could
be triggered when there was insufficient REDO log space (for
example, with configuration parameter settings
NoOfFragmentLogFiles = 6
and
FragmentLogFileSize = 6M
) with a load
including a very high number of updates.
(Bug#51512)
See also Bug#20904.
During an online upgrade from MySQL Cluster NDB 6.2 to MySQL
Cluster NDB 6.3, a sufficiently large amount of traffic with
more than 1 DML operation per transaction could lead.an NDB 6.3
data node to crash an NDB 6.2 data node with an internal error
in the DBLOQH
kernel block.
(Bug#51389)
A side effect of the ndb_restore
--disable-indexes
and
--rebuild-indexes
options is
to change the schema versions of indexes. When a
mysqld later tried to drop a table that had
been restored from backup using one or both of these options,
the server failed to detect these changed indexes. This caused
the table to be dropped, but the indexes to be left behind,
leading to problems with subsequent backup and restore
operations.
(Bug#51374)
ndb_restore crashed while trying to restore a corrupted backup, due to missing error handling. (Bug#51223)
The ndb_restore message Successfully
created index `PRIMARY`...
was directed to
stderr
instead of stdout
.
(Bug#51037)
When using NoOfReplicas
equal to 1 or 2, if
data nodes from one node group were restarted 256 times and
applications were running traffic such that it would encounter
NDB
error 1204
(Temporary failure, distribution
changed), the live node in the node group would
crash, causing the cluster to crash as well. The crash occurred
only when the error was encountered on the 256th restart; having
the error on any previous or subsequent restart did not cause
any problems.
(Bug#50930)
A SELECT
requiring a sort could
fail with the error Can't find record in
'table
' when run
concurrently with a DELETE
from
the same table.
(Bug#45687)
Cluster API: An issue internal to ndb_mgm could cause problems when trying to start a large number of data nodes at the same time. (Bug#51273)
User Comments
Add your own comment.