Percona is glad to announce the release of Percona XtraDB Cluster on September 5th, 2014. Binaries are available from downloads area or from our software repositories.
Based on Percona Server 5.5.39-36.0 including all the bug fixes in it, Galera Replicator 2.11 and on wsrep API 25.11), Percona XtraDB Cluster 5.5.39-25.11 is now the current stable release. All of Percona‘s software is open-source and free.
This is an General Availability release. We did our best to eliminate bugs and problems during the testing release, but this is a software, so bugs are expected. If you encounter them, please report them to our bug tracking system.
New session variable
wsrep_sync_waithas been implemented to control causality check. The old session variablewsrep_causal_readsis deprecated but is kept for backward compatibility (#1277053).systemd integration with RHEL/CentOS 7 is now available for Percona XtraDB Cluster (#1342223).
Percona XtraDB Cluster has implemented threadpool scheduling fixes. Bug fixed #1333348.
When
gmcast.listen_addrwas configured to a certain address, local connection point for outgoing connections was not bound to listen address. This would happen if OS has multiple interfaces with IP addresses in the same subnet, it may happen that OS would pick wrong IP for local connection point and other nodes would see connections originating from IP address which was not listened to. Bug fixed #1240964.Client connections were closed unconditionally before generating SST request. Fixed by avoiding closing connections when wsrep is initialized before storage engines. Bug fixed #1258658.
Issue with re-setting galera provider (in
wsrep_provider_options) has been fixed. Bug fixed #1260283.Variable
wsrep_provider_optionscouldn’t be set in runtime if no provider was loaded. Bug fixed #1260290.Node consistency issues with foreign keys have been fixed. This fix introduces two new variables:
wsrep_slave_FK_checksandwsrep_slave_UK_checks. These variables are set toTRUEandFALSErespectively by default. They control whether Foreign Key and Unique Key checking is done for applier threads. (#1260713).When
FLUSH TABLES WITH READ LOCKwas used on a node withwsrep_causal_readsset to1while there was aDMLon other nodes then, subsequent SELECTs/SHOW STATUS didn’t hang earlier providing non-causal output, that has been fixed here. Bug fixed #1271177.Lowest group communication layer (evs) would fail to handle the situation properly when big number of nodes would suddenly start to see each other. Bugs fixed #1271918 and #1249805.
Updating a unique key value could cause server hang if slave node has enabled parallel slaves. Bug fixed #1280896.
Fixed the events replication inconsistencies. Bug fixed #1312618.
Truncating the sorted version of multi-byte character conversion could lead to wsrep certification failures. Bug fixed #1314854.
wsrep_slave_threadswas counted towardsmax_connectionswhich could causeERROR 1040 (HY000): Too many connectionserror. Bug fixed #1315588.Leaving node was not set nonoperational if processed leave message originated from different view than the current one which could cause other nodes to crash. Bug fixed #1323412 (#41).
garbcouldn’t be started withinitscript on RHEL 6.5. Bug fixed #1323652.SST would fail when binlogs were in dedicated directory that’s located inside
datadir. This bug was a regression introduced by bug fix for #1273368. Bug fixed #1326012.GTID of TOI operations is now also synced to InnoDB tablespace in order to get consistent backups. Bug fixed #1329055.
mysql-debug(UNIV_DEBUG) is now distributed with binarytar.gzalong with RPM and DEB packages. Bug fixed #1332073.Startup failure with
Undetected state gaphas been fixed. Bug fixed #1334606.The restart sequence in
scripts/mysql.serverwould fail to capture and return if the start call failed to start the server, so a restart could occur that failed upon start-up, and the script would still return0as if it worked without any issues. Bug fixed #1339894.wsrep consistency check is now enabled for
REPLACE ... SELECTas well. This was implemented becausept-table-checksumusesREPLACE .. SELECTduring checksumming. Bug fixed #1343209.A memory leak in
wsrep_mysql_parsefunction has been fixed. Bug fixed #1345023.
SHOW STATUSwas generating debug output in the error log. Bug fixed #1347818.The netcat in garbd init script has been replaced with nmap for compatibility in CentOS 7. Bug fixed #1349384.
Fixed
netcatin SST script for CentOS 7nmap-ncat. Bug fixed #1359767.
percona-xtradb-cluster-garbd-3.xpackage was installed incorrectly on Debian/Ubuntu. Bugs fixed #1360633 and #1334530.
Other bugs fixed: #1334331, #1338995, #1280270, #1272982, #1190774, and #1251765.
Percona XtraDB Cluster Errata can be found in our documentation.
For general inquiries, please send us your question and someone will contact you.