Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL), 10.3(EOL)
-
None
-
10.2.11
Description
When MaxScale is monitoring all 4 nodes:
$ cluster1/galera_cluster_size.sh |
m0 :wsrep_cluster_size 4
|
m1 :wsrep_cluster_size 2
|
m2 :wsrep_cluster_size 3
|
m3 :wsrep_cluster_size 4
|
$ cluster1/sql.sh 'select count(*) from mysql.user' |
m0 :8
|
m1 :ERROR 1047 (08S01) at line 1: WSREP has not yet prepared node for application use |
|
m2 :ERROR 1047 (08S01) at line 1: WSREP has not yet prepared node for application use |
|
m3 :ERROR 1047 (08S01) at line 1: WSREP has not yet prepared node for application use |
When MaxScale is monitoring only one node (m2):
$ cluster1/galera_cluster_size.sh |
m0 :wsrep_cluster_size 4
|
m1 :wsrep_cluster_size 4
|
m2 :wsrep_cluster_size 3
|
m3 :wsrep_cluster_size 4
|
$ cluster1/sql.sh 'select count(*) from mysql.user' |
m0 :8
|
m1 :8
|
m2 :ERROR 1047 (08S01) at line 1: WSREP has not yet prepared node for application use |
|
m3 :8
|
Attachments
Issue Links
- blocks
-
MDEV-14069 galera_sst_mysqldump.test fails with: 'show status' failed with wrong errno 1205: 'Lock wait timeout exceeded; try restarting transaction', instead of 0...
- Closed