Percona announces the release of Percona XtraDB Cluster 5.7.16-27.19 on December 15, 2016. Binaries are available from the downloads section or our software repositories.
Percona XtraDB Cluster 5.7.16-27.19 is now the current release, based on the following:
All Percona software is open-source and free.
Deprecated
encrypt=1
encrypt=2
encrypt=3The default is encrypt=0 with encryption disabled. The recommended mode now is the new encrypt=4, which uses SSL files generated by MySQL.
For more information, see Encrypting PXC Traffic.
New Features
encrypt=4 mode for SST encryption that uses SSL files generated by MySQL. Modes 1, 2, and 3 are now deprecated.
pxc_maint_mode variable, which can be set to one of the following values:
DISABLED: This is the default state that tells ProxySQL to route traffic to the node as usual.
SHUTDOWN: This state is set automatically when you initiate node shutdown.
MAINTENANCE: You can change to this state if you need to perform maintenance on a node without shutting it down.For more information, see Assisted Maintenance Mode.
pxc-encrypt-cluster-traffic option, which auto-configures SSL encryption.For more information, see SSL Automatic Configuration.
wsrep_flow_control_interval status variable that displays the lower and upper limits of the flow control system used for the Galera receive queue.Fixed Bugs
init.ok to the list of files that do not get removed during SST.
EPOLLIN event when building Galera.
FLUSH TABLE executed on the master.
super_read_only to not apply to Galera replication applier.
netcat output to stdout to avoid it in the log.
ALTER USER statements.
wsrep_max_ws_rows variable to ignore non-replicated write-sets generated by DML action on temporary tables (explict or implicit).
socat, instead of switching to unencrypted mode.
dhparams file for versions of socat before 1.7.3. These older versions use 512-bit dhparams file by default that gets rejected by newer clients with dh key too small error.
wsrep_cluster_name variable to read-only, because changing it dynamically leads to high overhead.
netcat is used (transferfmt=nc) with SSL encryption (encrypt set to 2, 3 or 4), instead of silently switching to unencrypted mode.
repl.commit_order variable was set to 2 (LOCAL_OOOC mode that should allow out-of-order committing for local transactions).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