Percona announces the release of Percona XtraDB Cluster 5.7.19-29.22 on September 22, 2017. Binaries are available from the downloads section or our software repositories.
NOTE: You can also run Docker containers from the images in the Docker Hub repository.
Percona XtraDB Cluster 5.7.19-29.22 is now the current release, based on the following:
All Percona software is open-source and free.
After you upgrade each node to Percona XtraDB Cluster 5.7.19-29.22, run the following command on one of the nodes:
|
1 |
$ mysql -uroot -p < /usr/share/mysql/pxc_cluster_view.sql<br> |
Then restart all nodes, one at a time:
|
1 |
$ sudo service mysql restart<br> |
Introduced the pxc_cluster_view table to get a unified view of the cluster. This table is exposed through the performance schema.
|
1 |
mysql> select * from pxc_cluster_view;<br>-----------------------------------------------------------------------------<br>HOST_NAME UUID STATUS LOCAL_INDEX SEGMENT<br>-----------------------------------------------------------------------------<br>n1 b25bfd59-93ad-11e7-99c7-7b26c63037a2 DONOR 0 0<br>n2 be7eae92-93ad-11e7-88d8-92f8234d6ce2 JOINER 1 0<br>-----------------------------------------------------------------------------<br>2 rows in set (0.01 sec)<br> |
PXC-803: Added support for new features in Percona XtraBackup 2.4.7:
wsrep_debug enables debug logging
encrypt_threads specifies the number of threads that XtraBackup should use for encrypting data (when encrypt=1). This value is passed using the --encrypt-threads option in XtraBackup.
backup_threads specifies the number of threads that XtraBackup should use to create backups. See the --parallel option in XtraBackup.wsrep_node_name to 64 bytes.
mysql_upgrade.
wsrep_sst_xtrabackup-v2) to include the --defaults-group-suffix when logging to syslog. For more information, see #1559498.
RESET MASTER operation when wsrep provider is enabled and gtid_mode is set to ON. For more information, see #1249284.
gtid_next.
systemd configuration.
sql_log_bin is disabled. For more information, see #1706820.
log-bin disabled by ensuring that a new transaction (of 10 000 rows) starts only after the previous one is committed by both wsrep and InnoDB. For more information, see #1706514.
wsrep_ready whenever nodes become PRIMARY.
wsrep_sst_xtrabackup-v2) to use the ssl-dhparams value from the configuration file.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