Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.2.2, 10.3.0
-
linux
Description
Somewhere between 10.1 and 10.2, some of the IO statistics in 'show engine innodb status' stopped working.
In 10.1:
Pending normal aio reads: 0 [0, 0, 0, 0] , aio writes: 0 [0, 0, 0, 0] ,
ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0
in 10.2:
Pending normal aio reads: [0, 0, 0, 0] , aio writes: [0, 0, 0, 0] ,
ibuf aio reads:, log i/o's:, sync i/o's:
As you can see there are some zeroes missing.
thanks
Jonathan
Attachments
Issue Links
- relates to
-
MDEV-16264 Implement a common work queue for InnoDB background tasks
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Somewhere between 10.1 and 10.2, some of the IO statistics in 'show engine innodb status' stopped working.
In 10.1: {{Pending normal aio reads: 0 [0, 0, 0, 0] , aio writes: 0 [0, 0, 0, 0] , ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0 }} in 10.2: {{Pending normal aio reads: [0, 0, 0, 0] , aio writes: [0, 0, 0, 0] , ibuf aio reads:, log i/o's:, sync i/o's: }} As you can see there are some zeroes missing. thanks Jonathan |
Somewhere between 10.1 and 10.2, some of the IO statistics in 'show engine innodb status' stopped working.
In 10.1: {quote}Pending normal aio reads: 0 [0, 0, 0, 0] , aio writes: 0 [0, 0, 0, 0] , ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0{quote} in 10.2: {{Pending normal aio reads: [0, 0, 0, 0] , aio writes: [0, 0, 0, 0] , ibuf aio reads:, log i/o's:, sync i/o's: }} As you can see there are some zeroes missing. thanks Jonathan |
Description |
Somewhere between 10.1 and 10.2, some of the IO statistics in 'show engine innodb status' stopped working.
In 10.1: {quote}Pending normal aio reads: 0 [0, 0, 0, 0] , aio writes: 0 [0, 0, 0, 0] , ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0{quote} in 10.2: {{Pending normal aio reads: [0, 0, 0, 0] , aio writes: [0, 0, 0, 0] , ibuf aio reads:, log i/o's:, sync i/o's: }} As you can see there are some zeroes missing. thanks Jonathan |
Somewhere between 10.1 and 10.2, some of the IO statistics in 'show engine innodb status' stopped working.
In 10.1: {quote}Pending normal aio reads: 0 [0, 0, 0, 0] , aio writes: 0 [0, 0, 0, 0] , ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0{quote} in 10.2: {quote}Pending normal aio reads: [0, 0, 0, 0] , aio writes: [0, 0, 0, 0] , ibuf aio reads:, log i/o's:, sync i/o's:{quote} As you can see there are some zeroes missing. thanks Jonathan |
Affects Version/s | 10.2.12 [ 22810 ] |
Fix Version/s | 10.2 [ 14601 ] | |
Assignee | Marko Mäkelä [ marko ] |
Labels | upstream |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Affects Version/s | 10.3.0 [ 22127 ] | |
Affects Version/s | 10.2.2 [ 22013 ] | |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.2.12 [ 22810 ] |
Fix Version/s | 10.3 [ 22126 ] |
Fix Version/s | 10.4 [ 22408 ] |
Link |
This issue relates to |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
issue.field.resolutiondate | 2021-04-26 12:48:42.0 | 2021-04-26 12:48:42.956 |
Fix Version/s | 10.5.10 [ 25204 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 86338 ] | MariaDB v4 [ 154076 ] |
The same issue appears to exist in MySQL since version 5.7.8, where some code was refactored. Either the function AIO::print_segment_info() or its caller should display m_n_reserved.