Percona announces the release of Percona XtraDB Cluster 5.7.20-29.24 (PXC) on January 26, 2018. Binaries are available from the downloads section or our software repositories.
NOTE: Due to new package dependency,
Ubuntu/Debian users should use apt-get dist-upgrade, apt upgrade, or apt-get install percona-xtradb-cluster-57 to upgrade.
Percona XtraDB Cluster 5.7.20-29.24 is now the current release, based on the following:
All Percona software is open source and free.
wsrep_last_applied, in addition towsrep_last_committed one, was introduced to clearly separate last committed and last applied transaction numbers.
tmpdir variable under [sst] section can be used to specify temporary SST files storage different from the default datadir/.sst one.
wsrep_provider was allowed to start up and operate in standalone mode, which could lead to data inconsistency. The node will now abort in this case. Bug fixed #1728774.
query_id, ensuring valid ids are assigned to subsequent transactions.
wsrep_sst_rsync script was overwriting wsrep_debug configuration setting making it not to be taken into account.
wsrep_provider off and on failed to reset some internal variables and resulted in PXC logging an “Unsupported protocol downgrade” warning. Bug fixed #1379204.
LOAD DATA commands used with GTIDs was executed on one node, but the other nodes would receive less rows than the first one. Bug fixed #1741818.
pxc_strict_mode variable was set to ENFORCING . Bug fixed #1722493.
ROLLBACK TO SAVEPOINT incorrect operation on slaves by avoiding useless wsrep plugin register for a savepoint rollback. Bug fixed #1700593.
keyring_file_data is set. Bug fixed #1728688.
gtid_executed variable after recovering the position of a node with --wsrep_recover.
TRUNCATE TABLE commands and DML writes occur simultaneously on other nodes. Bug fixed #1737731.
mysqladmin ping fail because of nonexistent ping user.
sql_log_bin zero value didn’t work when DDL statement was modifying an existing table, resulting in an error.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!
Resources
RELATED POSTS