Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
After MDEV-16264 was implemented we got some almost dead code, which is used only by Spider background threads: create_thd() and destroy_thd().
Let Spider use tpool for its background threads.
Priority inherited from MDEV-16264, to make sure this clean-up is at least considered soon.
ATTN Kentoku
Attachments
Issue Links
- relates to
-
MDEV-16264 Implement a common work queue for InnoDB background tasks
-
- Closed
-
Hi nayuta-yanagisawa. I'm not sure if this fits into any plans, if not you might close this as well. The main thing Spider could benefit from is absense of dedicated threads doing single type task. If that first into any plans, just tell me, then the tpool initialization would need to be moved from Innodb into the server