Issues
- 2 cluster nodes go in to NON-PRIMARY state MDL BF-BF conflictPXC-4512Aaditya Dubey
- 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
- 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
- table id problemPXC-4366Resolved issue: PXC-4366
- Cluster state interruption with MDL BF-BF conflict and exec-mode:toiPXC-4348Resolved issue: PXC-4348Kamil Holubicki
- Seeming bug related to fulltext indexes on XtraDB Cluster 8.0.33-25-1PXC-4347Resolved issue: PXC-4347
- Executing prepared statement can abort node after FLUSH TABLESPXC-4341Resolved issue: PXC-4341Venkatesh Prasad
- Nonexisting Definer Creates InconsistencyPXC-4324Resolved issue: PXC-4324
- long semaphore wait crash due to ha_commit_low does not commit an empty transactionPXC-4318Resolved issue: PXC-4318
- Nodes "changing identity" can prevents primary groupsPXC-4316Resolved issue: PXC-4316Kamil Holubicki
- No BF-abort but 'MDL conflict ... solved by abort' printedPXC-4315Resolved issue: PXC-4315
- Statements executed in RSU mode generate local GTID eventsPXC-4313Resolved issue: PXC-4313parveez.baig
- DROP EVENT IF EXISTS generates local GTID eventPXC-4312Resolved issue: PXC-4312
- Error logs are not rotatedPXC-4306Resolved issue: PXC-4306Kamil Holubicki
- [DOC] Status variable wsrep_flow_control_requested missing in documentationPXC-4303Resolved issue: PXC-4303
- GRANT statement may be replicated in a wrong way if partial_revokes=1PXC-4302Resolved issue: PXC-4302
- ALTER TABLE causes wsrep_cluster_status DisconnectedPXC-4298Resolved issue: PXC-4298
- garbd 8.0.33 reports wrong versionPXC-4296Resolved issue: PXC-4296
- SST fails when cleaning the datadirPXC-4292
- Galera Arbitrator (garbd) uses 100% CPUPXC-4288Resolved issue: PXC-4288Kamil Holubicki
- mysqld is killed with signal 11 in case of sst errorPXC-4285Venkatesh Prasad
- Document wsrep_provider_option - pc.wait_restored_prim_timeoutPXC-4202Resolved issue: PXC-4202patrick.birch
- Update wsrep_sst_method documentation (ist_only)PXC-4201Resolved issue: PXC-4201
25 of 25
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.