Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.12
-
None
Description
We have been trying to test the critical reads that are enabled by 'wsrep_sync_wait' parameter but seems like the results are not deterministic.
Here is the test script:
https://github.com/sjangra-git/galera-tests/blob/master/scripts/test.sh
This test script based out of the following test-case:
https://github.com/MariaDB/server/blob/2783fc7d14bc8ad16acfeb509d3b19615023f47a/mysql-test/suite/galera/t/mysql-wsrep%23201.test#L5
Here is the version info:
MariaDB [(none)]> show variables like 'version%';
|
+-------------------------+---------------------------------+
|
| Variable_name | Value |
|
+-------------------------+---------------------------------+
|
| version | 10.1.12-MariaDB |
|
| version_comment | MariaDB Server |
|
| version_compile_machine | x86_64 |
|
| version_compile_os | Linux |
|
| version_malloc_library | system jemalloc |
|
| version_ssl_library | OpenSSL 1.0.1e-fips 11 Feb 2013 |
|
+-------------------------+---------------------------------+
|
The errors are more prominent when we run the following java test where the connection is persisted, so the queries are being attempted faster:
https://github.com/sjangra-git/galera-tests
Auto-commit is OFF on the servers in the cluster:
MariaDB [(none)]> show global variables like 'autocommit';
|
+---------------+-------+
|
| Variable_name | Value |
|
+---------------+-------+
|
| autocommit | OFF |
|
+---------------+-------+
|
Few runs failed, few passed for the same test:
-bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32
|
val1=5735 val2=5732
|
syn_wait FAILED
|
-bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32
|
-bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32
|
-bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32
|
-bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32
|
-bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32
|
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Description |
We have been trying to test the critical reads that are enabled by 'wsrep_sync_wait' parameter but seems like the results are not deterministic.
Here is the test script: https://github.com/sjangra-git/galera-tests/blob/master/scripts/test.sh This test script based out of the following test-case: https://github.com/MariaDB/server/blob/2783fc7d14bc8ad16acfeb509d3b19615023f47a/mysql-test/suite/galera/t/mysql-wsrep%23201.test#L5 Here is the version info: MariaDB [(none)]> show variables like 'version%'; +-------------------------+---------------------------------+ | Variable_name | Value | +-------------------------+---------------------------------+ | version | 10.1.12-MariaDB | | version_comment | MariaDB Server | | version_compile_machine | x86_64 | | version_compile_os | Linux | | version_malloc_library | system jemalloc | | version_ssl_library | OpenSSL 1.0.1e-fips 11 Feb 2013 | +-------------------------+---------------------------------+ The errors are more prominent when we run the following java test where the connection is persisted, so the queries are being attempted faster: https://github.com/sjangra-git/galera-tests Auto-commit is OFF on the servers in the cluster: MariaDB [(none)]> show global variables like 'autocommit'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | autocommit | OFF | +---------------+-------+ Few runs failed, few passed for the same test: -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 val1=5735 val2=5732 syn_wait FAILED -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 |
We have been trying to test the critical reads that are enabled by 'wsrep_sync_wait' parameter but seems like the results are not deterministic.
Here is the test script: https://github.com/sjangra-git/galera-tests/blob/master/scripts/test.sh This test script based out of the following test-case: https://github.com/MariaDB/server/blob/2783fc7d14bc8ad16acfeb509d3b19615023f47a/mysql-test/suite/galera/t/mysql-wsrep%23201.test#L5 Here is the version info: {noformat} MariaDB [(none)]> show variables like 'version%'; +-------------------------+---------------------------------+ | Variable_name | Value | +-------------------------+---------------------------------+ | version | 10.1.12-MariaDB | | version_comment | MariaDB Server | | version_compile_machine | x86_64 | | version_compile_os | Linux | | version_malloc_library | system jemalloc | | version_ssl_library | OpenSSL 1.0.1e-fips 11 Feb 2013 | +-------------------------+---------------------------------+ {noformat} The errors are more prominent when we run the following java test where the connection is persisted, so the queries are being attempted faster: https://github.com/sjangra-git/galera-tests Auto-commit is OFF on the servers in the cluster: {noformat} MariaDB [(none)]> show global variables like 'autocommit'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | autocommit | OFF | +---------------+-------+ {noformat} Few runs failed, few passed for the same test: {noformat} -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 val1=5735 val2=5732 syn_wait FAILED -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 -bash-4.1$ ./test.sh 10.226.76.38 10.226.76.32 {noformat} |
Assignee | Nirbhay Choubey [ nirbhay_c ] |
Component/s | Galera [ 10124 ] | |
Component/s | wsrep [ 11500 ] | |
Fix Version/s | 10.1.15 [ 22018 ] | |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Duplicate [ 3 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.1.15 [ 22018 ] |
Attachment | my.cnf [ 42291 ] |
Status | Stalled [ 10000 ] | Confirmed [ 10101 ] |
Fix Version/s | 10.1.17 [ 22102 ] | |
Fix Version/s | 10.0.27-galera [ 22104 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Confirmed [ 10101 ] | Closed [ 6 ] |
Remote Link | This issue links to "Commit (Web Link)" [ 27431 ] |
Fix Version/s | 5.5.51-galera [ 22103 ] |
Workflow | MariaDB v3 [ 76300 ] | MariaDB v4 [ 150571 ] |
Failures are easily reproducible when I have two instances of mariadb server running locally in VMs.
[app@cb-node2 ~]$ ./test.sh 192.168.42.102 192.168.42.101
val1=8791 val2=8789
syn_wait FAILED
[app@cb-node2 ~]$ ./test.sh 192.168.42.102 192.168.42.101
[app@cb-node2 ~]$ ./test.sh 192.168.42.102 192.168.42.101
[app@cb-node2 ~]$ ./test.sh 192.168.42.102 192.168.42.101
val1=2917 val2=2915
syn_wait FAILED
[app@cb-node2 ~]$ ./test.sh 192.168.42.102 192.168.42.101
val1=1087 val2=1085
syn_wait FAILED
[app@cb-node2 ~]$ ./test.sh 192.168.42.102 192.168.42.101
[app@cb-node2 ~]$ ./test.sh 192.168.42.102 192.168.42.101
[app@cb-node2 ~]$ ./test.sh 192.168.42.102 192.168.42.101
val1=2371 val2=2369
syn_wait FAILED
[app@cb-node2 ~]$ ./test.sh 192.168.42.102 192.168.42.101
val1=6287 val2=6285
syn_wait FAILED