Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.2.2, 10.3.0
-
Fix Version/s: 10.5.10
-
Component/s: Storage Engine - InnoDB
-
Labels:
-
Environment: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
-