Percona announces the release of Percona XtraDB Cluster 5.7.22-29.26 (PXC) on June 29, 2018. Binaries are available from the downloads section or our software repositories.
Percona XtraDB Cluster 5.7.22-29.26 is now the current release, based on the following:
The following variables are deprecated starting from this release:
wsrep-force-binlog-format
wsrep_sst_method = mysqldumpAs long as the use of binlog_format=ROW is enforced in 5.7, wsrep_forced_binlog_format variable is much less significant. The same is related to mysqldump, as xtrabackup is now the recommended SST method.
wsrep_RSU_commit_timeout allows to configure RSU wait for active commit connection timeout (in microseconds).
keyring_vault plugin, which allows to store the master key in a vault server.
5.7.22 depends on Percona XtraBackup 2.4.12 in order to fully support vault plugin functionality.thread_handling option was set to pool-of-threads due to a regression in 5.7.21.
SUPER privilege appearing in case of the CREATE TRIGGER statements fail due to enabled WSREP was made more clear.
wsrep_sync_wait=1, because of waiting on the commit monitor to be flushed instead of waiting on the apply monitor.
CREATE TABLE AS SELECT statement was not replicated in case if result set was empty.
INSERT ... ON DUPLICATE KEY UPDATE statement was executed.
wsrep_on=OFF.
COMMIT state by a replicated background transaction while waiting for the binlog backup protection caused the commit fail and, eventually, an assert in Galera.
yum swap command produced a broken symlink in place of the /etc/my.cnf configuration file.
keyring_vault plugin configured, because it doesn’t support keyring_vault. Also Percona doesn’t recommend using rsync-based SST for data-at-rest encryption with keyring.
xtrabackup --copy-back didn’t read which encryption plugin to use from plugin-load setting of the my.cnf configuration file.
Other bugs fixed:
PXC-2072 “flush table <table> for export should be blocked with mode=ENFORCING”.
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