Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
Description
It might make sense to add some stall-related status variables to the Unix implementation of the thread pool.
Maybe like:
- Threadpool_stalled_thread_groups
This could get incremented if the timer thread detects a stall. Around here:
- Threadpool_throttled_thread_creations
This could get incremented if the timer thread does not create a new worker thread when a stall is detected because the thread group was still within the throttling interval. Around here:
- Threadpool_oversubscribed_thread_groups
This could get incremented every time a thread has to go to sleep because the thread group already has thread_pool_oversubscribe active threads. Around here:
Attachments
Issue Links
- relates to
-
MDEV-19313 Threadpool : provide information schema tables for internals of generic threadpool
- Closed