Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.2.33, 10.3.24, 10.4.14
Description
Write-heavy benchmarks show a regression in latency and throughput for latest releases in the 10.2, 10.3 and 10.4 series.
Example:
----------------------------------------------------------------------------
|
Test 't_oltp-innodb-multi' - sysbench OLTP read/write
|
32 InnoDB tables with 10 mio rows total
|
numbers are queries per second
|
|
#thread count 1 8 16 32 64 128 256
|
mariadb-10.2.32 5262.8 28886 53535 95712 158049 189909 192668
|
mariadb-10.2.33 4866.7 22651 42352 78750 133580 173461 191125
|
|
mariadb-10.3.23 5126.4 28716 52785 95466 156936 185473 187136
|
mariadb-10.3.24 4772.0 22959 42713 80442 133492 171252 186200
|
|
mariadb-10.4.13 5015.7 28263 52033 93771 154690 178179 178076
|
mariadb-10.4.14 4980.9 23496 43145 79795 128977 166470 179285
|
I examined this more closely for 10.2, bisecting the commits between 10.2.32 and 10.2.33. The first faulty commit is
commit fe39d02f51b96536dccca7ff89faf05e13548877
|
Author: Thirunarayanan Balathandayuthapani <thiru@mariadb.com>
|
Date: Thu Jul 23 16:23:20 2020 +0530
|
|
MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_master_thread_low()
|
Attachments
Issue Links
- is caused by
-
MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_master_thread_low()
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Attachment | 10.2.bad.svg [ 53248 ] | |
Attachment | 10.2.good.svg [ 53249 ] |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Assignee | Thirunarayanan Balathandayuthapani [ thiru ] |
Link | This issue blocks MDEV-23480 [ MDEV-23480 ] |
Assignee | Thirunarayanan Balathandayuthapani [ thiru ] | Marko Mäkelä [ marko ] |
Priority | Major [ 3 ] | Blocker [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Attachment | MDEV-23475.pdf [ 53261 ] |
Attachment |
|
Attachment | MDEV-23475.png [ 53262 ] |
Attachment | 10.2.pdf [ 53295 ] |
Attachment | 10.2-2nd.pdf [ 53312 ] |
Attachment | 10.5-2nd.pdf [ 53316 ] |
Attachment | 10.2-binlog.png [ 53317 ] |
Attachment | 10.2-binlog4.png [ 53319 ] |
Attachment | 10.2-binlog-revert.png [ 53400 ] |
Attachment | 10.2-revert.pdf [ 53401 ] |
Attachment | 10.5-4th.pdf [ 53407 ] |
Attachment | 10.3.pdf [ 53510 ] |
Attachment | 10.4.pdf [ 53517 ] |
Link | This issue relates to MENT-921 [ MENT-921 ] |
Link | This issue relates to MENT-921 [ MENT-921 ] |
issue.field.resolutiondate | 2020-08-20 09:56:19.0 | 2020-08-20 09:56:19.754 |
Fix Version/s | 10.2.34 [ 24505 ] | |
Fix Version/s | 10.3.25 [ 24506 ] | |
Fix Version/s | 10.4.15 [ 24507 ] | |
Fix Version/s | 10.5.6 [ 24508 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Attachment | MDEV-23475-final.pdf [ 53629 ] |
Fix Version/s | 10.5.7 [ 25019 ] |
Fix Version/s | 10.5.6 [ 24508 ] |
Fix Version/s | 10.4.16 [ 25020 ] |
Fix Version/s | 10.4.15 [ 24507 ] |
Fix Version/s | 10.3.26 [ 25021 ] |
Fix Version/s | 10.3.25 [ 24506 ] |
Fix Version/s | 10.2.35 [ 25022 ] |
Fix Version/s | 10.2.34 [ 24505 ] |
Fix Version/s | 10.5.7 [ 25019 ] |
Labels | performance regression | not-10.5 performance regression |
Workflow | MariaDB v3 [ 112407 ] | MariaDB v4 [ 158244 ] |
Attached: flame graphs for OLTP read/write @ 32 threads.
bad=fe39d02f51b96536dccca7ff89faf05e13548877
good=bad~