Skip to content

Commit

Permalink
PXC-4356 Release notes for Percona XtraDB Cluster 8.0.35 (#131)
Browse files Browse the repository at this point in the history
* PXC-4356 Release notes for Percona XtraDB Cluster 8.0.35
	new file:   docs/release-notes/8.0.35-27.md
	modified:   docs/release-notes/release-notes_index.md
	modified:   mkdocs-base.yml
	modified:   variables.yml

* Update 8.0.35-27.md

* Update release-notes_index.md

* Update mkdocs-base.yml

* Update variables.yml

* Update 8.0.35-27.md

* Update 8.0.35-27.md

* Update release-notes_index.md

* Update mkdocs-base.yml

* Update 8.0.35-27.md
  • Loading branch information
alina-derkach-oaza authored Jan 17, 2024
1 parent 4abd409 commit 2753240
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 4 deletions.
71 changes: 71 additions & 0 deletions docs/release-notes/8.0.35-27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Percona XtraDB Cluster 8.0.35-27 (2024-01-17)

[Get started with Quickstart Guide for Percona XtraDB Cluster.](../quickstart-overview.md)

Percona XtraDB Cluster supports critical business applications in your public, private, or hybrid cloud environment. Our free, open source, enterprise-grade solution includes the high availability and security features your business requires to meet your customer expectations and business goals.

## Release highlights

Percona XtraDB Cluster is based on Percona Server for MySQL. Find a complete list of improvements and bug fixes in the [Percona Server for MySQL 8.0.35-27 (2023-12-27) release notes](https://docs.percona.com/percona-server/8.0/release-notes/8.0.35-27.html).

Improvements and bug fixes introduced by Oracle for MySQL 8.0.35 and included in Percona XtraDB Cluster are the following:

* Upgraded the linked OpenSSL library to OpenSSL 3.0.10.
* Removed the printed query string limit to display the characters for a detected deadlock section of the engine status log.
* Fixed a procession of single-character tokens by an FTS parser plugin.

### Deprecations

A future release may remove deprecated variables and options. The usage of these deprecated items may cause a warning. We recommend migrating from deprecated variables and options as soon as possible.

This release deprecates the following variables and options:

* The `binlog_transaction_dependency_tracking` server system variable

* The `old` and `new` server system variables

* The `--character-set-client-handshake` server variable

* `INFORMATION_SCHEMA.PROCESSLIST`

* The implementation of the `SHOW PROCESSLIST` command that uses the `INFORMATION_SCHEMA.PROCESSLIST` table

* The `performance_schema_show_processlist` variable

Find the full list of bug fixes and changes in the [MySQL 8.0.35 Release Notes](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html).

## Bug fixes

* [PXC-4343](https://perconadev.atlassian.net/browse/PXC-4343): The table spaces were corrupted during SST that caused the Xtrabackup failure with the `Header page contains inconsistent data in datafile` error (Thanks to Andrew Garner for his help in fixing this issue.)

* [PXC-4336](https://perconadev.atlassian.net/browse/PXC-4336): The Percona XtraDB Cluster node disconnected from the cluster due to CHECK CONSTRAINT.

* [PXC-4332](https://perconadev.atlassian.net/browse/PXC-4332): The Percona XtraDB Cluster node disconnected from the cluster if the local variable was changed at the session level.

* [PXC-4318](https://perconadev.atlassian.net/browse/PXC-4318): The Percona XtraDB Cluster node can serve as an async replica for another master node. However, when the same row was modified on both the Percona XtraDB Cluster node and the master node, the Percona XtraDB Cluster node got stuck due to replication conflicts.

* [PXC-4317](https://perconadev.atlassian.net/browse/PXC-4317): On newer platforms like AlmaLinux, adding a new node to an existing cluster was unsuccessful because the readlink command used during the SST process on joiner failed (Thanks to Mikael Gbai for reporting this issue.)

* [PXC-4315](https://perconadev.atlassian.net/browse/PXC-4315): The logs like `MDL conflict ... solved by abort` were printed, but no transaction was aborted (Thanks to Arkadiusz Petruczynik for reporting this issue.)

* [PXC-4312](https://perconadev.atlassian.net/browse/PXC-4312): When DROP EVENT IF EXISTS was executed for non existing event, the event was binlogged with the GTID containing UUID of local server instead of global cluster-wide UUID.

* [PXC-4298](https://perconadev.atlassian.net/browse/PXC-4298): The node was disconnected when using `ALTER TABLE`, including `ADD UNIQUE` in the table containing duplicate entries (Thanks to Vit Novak for reporting this issue.)

* [PXC-4237](https://perconadev.atlassian.net/browse/PXC-4237): `wsrep_sst_xtrabackup-v2` failed when adding a new node.

* [PXC-4179](https://perconadev.atlassian.net/browse/PXC-4179): The wsrep applier threads and rollbacker threads were not reported by `performance_schema.processlist`.

* [PXC-4034](https://perconadev.atlassian.net/browse/PXC-4034): The usage of `sql_log_bin=0` broke GTID consistency.

## Useful links

[Install Percona XtraDB Cluster](../install-index.md)

The [Percona XtraDB Cluster GitHub location](https://github.com/percona/percona-xtradb-cluster)

Download product binaries, packages, and tarballs at [Percona Product Downloads](https://www.percona.com/downloads)

[Contribute to the documentation](https://github.com/percona/pxc-docs/blob/8.0/contributing.md)

For [training](https://www.percona.com/training), contact [Percona Training - Start learning now](https://learn.percona.com/contact-me).
2 changes: 2 additions & 0 deletions docs/release-notes/release-notes_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Percona XtraDB Cluster 8.0 release notes index

* [Percona XtraDB Cluster 8.0.35-27 (2024-01-17)](8.0.35-27.md)

* [Percona XtraDB Cluster 8.0.34-26 (2023-11-01)](8.0.34-26.md)

* [Percona XtraDB Cluster 8.0.33-25 Update (2023-08-25)](8.0.33-25.upd.md)
Expand Down
3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ plugins:
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
output_path: '_pdf/PerconaXtradbCluster-8.0.pdf'
cover_title: 'Percona XtraDB Cluster Documentation'
cover_subtitle: 8.0.34-26 (2023-11-01)
cover_subtitle: 8.0.35-27 (2024-01-17)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_static/Percona_Logo_Color.png
debug_html: false
Expand Down Expand Up @@ -136,6 +136,7 @@ nav:
- Home: index.md
- Release notes:
- Release notes index: release-notes/release-notes_index.md
- release-notes/8.0.35-27.md
- release-notes/8.0.34-26.md
- release-notes/8.0.33-25.upd.md
- release-notes/8.0.33-25.md
Expand Down
6 changes: 3 additions & 3 deletions variables.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# variables for HTML output

release: '8.0.34-26'
release: '8.0.35-27'
version: '8.0'
release_date: '2023-11-01'
title_date: '2023-11-01'
release_date: '2024-01-16'
title_date: '2024-01-16'

0 comments on commit 2753240

Please sign in to comment.