Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.0.14
-
Fix Version/s: 10.0.15
-
Component/s: Storage Engine - InnoDB, Storage Engine - XtraDB
Description
This is fix for upstream bug
http://bugs.mysql.com/bug.php?id=71988
http://bugs.mysql.com/bug.php?id=70500
page_cleaner should work whether or not there is server activity.
Its iterations become a noop when there is no work to do but we
should not tie it to the server activity.
The page_cleaner thread does spurious background flushing
because of conditional sleep between iterations. The solution
is not to make sleep dependent on server activity etc.
Attachments
Issue Links
- is part of
-
MDEV-6039 WebScaleSQL patches
-
- Closed
-