Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.1.12
-
None
-
OSX
Description
I have installed mariadb using homebrew on my development machine. It starts at boot time, but if I am not actively working on my local development environment, no queries are running. Despite no activity, mariadb is using 100% of my CPU. Stopping the service has been my only option.
Attachments
Issue Links
- relates to
-
MDEV-15016 multiple page cleaner threads use a lot of CPU on idle server
-
- Closed
-
This is interesting. The second I attach the lldb debugger to the mariadb process, the CPU usage immediate drops - before I get a chance to do the trace. If I exit lldb, the CPU usage goes up again. So, I'm not sure a trace is going to capture the problem in action.