Issues
- 2 cluster nodes go in to NON-PRIMARY state MDL BF-BF conflictPXC-4512Aaditya Dubey
- Cluster enters a broken state after failed node restartPXC-4500Resolved issue: PXC-4500Lalit Choudhary
- GTID inconsistency when joining 2 nodes at oncePXC-4493Aaditya Dubey
- PXC node crash due to metadata lock issue with TOI primary key changePXC-4484Resolved issue: PXC-4484
- xtrabackup binary broken in percona/percona-xtradb-cluster:8.0.36-28.1 imagePXC-4437Resolved issue: PXC-4437Hrvoje Matijakovic
- Concurrent drop users on different nodes of the cluster cause a node to hangPXC-4419Resolved issue: PXC-4419Kamil Holubicki
- Deadlock among boot and applier threads due to MDLPXC-4405
- A PXC node receiving write statements will become unresponsive when another node enters or leaves the cluster, and innodb_thread_concurrency is non-zero.PXC-4400Aaditya Dubey
- FLUSH TABLES during writes to table stalls the cluster nodePXC-4399Kamil Holubicki
- ALTER DATABASE and DROP TRIGGER hangs the instancePXC-4397Resolved issue: PXC-4397Kamil Holubicki
- Misleading SST version comparison messagePXC-4394
- Error lost in wsrep_sst_xtrabackup_v2PXC-4393Resolved issue: PXC-4393Kamil Holubicki
- Default SST timeout logic is insufficient and causes SST abortsPXC-4392Kamil Holubicki
- Remove wsrep_group_commit_queue, clean up wsrep hooks callsPXC-4390Resolved issue: PXC-4390Kamil Holubicki
- Failed DDL involving multiple warnings or errors throws off inconsistency voting and causes an entire cluster outage (possible regression)PXC-4387Resolved issue: PXC-4387
- MDL conflict leads to locked nodesPXC-4385Resolved issue: PXC-4385parveez.baig
- CVE issues in PXC 8.0.35-27.1-debug docker imagePXC-4384Resolved issue: PXC-4384surabhi.bhat
- Flapping node network makes the cluster Non-PrimaryPXC-4380Resolved issue: PXC-4380Aaditya Dubey
- Please provide glibc2.28 (el8) tarballs for PXC8PXC-4374Resolved issue: PXC-4374Evgeniy Patlan
- [ERROR] [MY-000000] [WSREP-SST] Missing version string in comparisonPXC-4368Resolved issue: PXC-4368
- Innodb semaphore wait timeout failure after upgrade from 8.0.34 to 8.0.35PXC-4367Resolved issue: PXC-4367Kamil Holubicki
- PXC node failes to perform SST if audit_log plugin is enabledPXC-4364Resolved issue: PXC-4364
- Concurrent CREATE and DROP USER queries on different nodes lead to permanent lockPXC-4363Resolved issue: PXC-4363Kamil Holubicki
- Cluster state interruption with MDL BF-BF conflict and exec-mode:toiPXC-4348Resolved issue: PXC-4348Kamil Holubicki
24 of 24
We have a 3 node + 1 arbitrator cluster
During online schema change we hit the following errors on 2 of the nodes, all 3 nodes log included below.
001:
002
003
This was running during a load test - we also did some no-op DDL changes with online-schema change (10’s of them) and not every one of them broke.
We have HAProxy in front of them and do read/write splitting at the DNS level. 001 node receives all write traffic where 002 and 003 nodes receives read only traffic.