Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
While doing show binary logs, the index_file mutex is kept locked during the reading of the index file and while calculating the length of each binary file.
On some systems with 10,000+ binlogs, show binary logs could block log rotation for more than 10 seconds. When this happens, the server is locked for commits during the binary log rotation.
The fix is to not keep the mutex locked while calculating the file sizes.
Attachments
Issue Links
- relates to
-
MDEV-22556 Incorrect result for window function when using encrypt-tmp-files=ON
- Closed