Percona is glad to announce the new release of Percona XtraDB Cluster 5.6 on January 29, 2016. Binaries are available from the downloads area or from our software repositories.
Percona XtraDB Cluster 5.6.28-25.14 is now the current release, based on the following:
All of Percona software is open-source and free, and all the details of the release can be found in the 5.6.28-25.14 milestone at Launchpad.
For more information about relevant Codership releases, see this announcement.
Bugs Fixed:
- 1494399: Fixed issue caused by replication of events on certain system tables (for example,
mysql.slave_master_info
,mysql.slave_relay_log_info
). Replication in the Galera eco-system is now avoided when bin-logging is disabled for said tables.
NOTE: As part of this fix, when bin-logging is enabled, replication in the Galera eco-system will happen only ifBINLOG_FORMAT
is set to eitherROW
orSTATEMENT
. The recommended format isROW
, whileSTATEMENT
is required only for thept-table-checksum
tool to operate correctly. IfBINLOG_FORMAT
is set toMIXED
, replication of events in the Galera eco-system tables will not happen even with bin-logging enabled for those tables. - 1522385: Fixed GTID holes caused by skipped replication. A slave might ignore an event replicated from master, if the same event has already been executed on the slave. Such events are now propagated in the form of special GTID events to maintain consistency.
- 1532857: The installer now creates a
/var/lib/galera/
directory (assigned to usernobody
), which can be used bygarbd
in the event it is started from a directory thatgarbd
cannot write to.
Known Issues:
- 1531842: Two instances of
garbd
cannot be started from the same working directory. This happens because each instance creates a state file (gvwstate.dat
) in the current working directory by default. Althoughgarbd
is configured to use thebase_dir
variable, it was not registered due to a bug. Untilgarbd
is fixed, you should start each instance from a separate working directory.
Help us improve our software quality by reporting any bugs you encounter using our bug tracking system. As always, thanks for your continued support of Percona!
When are you going to release next percona cluster ? There are numerous important bug fixes on the repository.