Vladislav Vaintroub
5e62b6a5e0
MDEV-16264 Use threadpool for Innodb background work.
...
Almost all threads have gone
- the "ticking" threads, that sleep a while then do some work)
(srv_monitor_thread, srv_error_monitor_thread, srv_master_thread)
were replaced with timers. Some timers are periodic,
e.g the "master" timer.
- The btr_defragment_thread is also replaced by a timer , which
reschedules it self when current defragment "item" needs throttling
- the buf_resize_thread and buf_dump_threads are substitutes with tasks
Ditto with page cleaner workers.
- purge workers threads are not tasks as well, and purge cleaner
coordinator is a combination of a task and timer.
- All AIO is outsourced to tpool, Innodb just calls thread_pool::submit_io()
and provides the callback.
- The srv_slot_t was removed, and innodb_debug_sync used in purge
is currently not working, and needs reimplementation.
2019-11-15 18:09:30 +01:00
..
2019-04-01 19:47:24 +03:00
2019-02-05 01:34:17 +01:00
2019-10-30 16:47:43 +01:00
2019-10-30 16:47:43 +01:00
2019-10-30 16:47:43 +01:00
2019-10-30 16:47:43 +01:00
2019-01-24 14:43:29 +02:00
2019-09-01 19:17:35 +03:00
2019-09-01 19:17:35 +03:00
2019-04-01 19:47:24 +03:00
2019-05-24 13:21:14 +04:00
2019-04-05 11:41:03 +03:00
2019-07-10 12:43:51 +05:30
2019-07-02 21:44:58 +03:00
2018-07-02 12:45:02 +05:30
2018-07-02 12:45:02 +05:30
2018-07-02 12:45:02 +05:30
2018-07-02 12:45:02 +05:30
2018-07-02 12:45:02 +05:30
2018-07-02 12:45:02 +05:30
2018-05-07 15:39:29 +03:00
2018-05-10 13:01:42 +02:00
2018-05-17 22:03:53 +05:30
2019-04-03 18:36:33 +02:00
2019-03-06 09:00:52 +02:00
2019-02-21 14:40:52 +01:00
2018-12-09 09:22:00 +05:30
2019-08-12 18:50:54 +03:00
2019-07-23 10:58:56 +03:00
2019-04-01 19:47:24 +03:00
2019-07-02 15:18:12 +03:00
2019-07-18 18:01:04 +03:00
2019-07-18 18:01:04 +03:00
2019-07-18 18:01:04 +03:00
2019-07-18 18:01:04 +03:00
2019-07-18 18:01:04 +03:00
2019-05-28 11:55:02 +03:00
2019-09-01 19:17:35 +03:00
2019-07-22 15:28:05 +03:00
2018-12-21 12:12:57 +02:00
2018-08-03 15:57:23 +03:00
2018-12-13 21:58:35 +02:00
2018-12-13 21:58:35 +02:00
2018-05-02 15:44:52 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-09-06 11:53:10 +02:00
2019-08-23 08:06:17 +03:00
2019-09-10 17:41:26 +05:30
2019-11-07 08:52:30 +01:00
2019-10-28 08:17:56 +01:00
2019-04-01 19:47:24 +03:00
2019-07-02 15:24:23 +03:00
2018-12-09 09:22:00 +05:30
2018-07-04 19:13:55 +02:00
2019-07-30 21:57:48 +04:00
2018-07-04 19:13:55 +02:00
2018-12-09 09:22:00 +05:30
2019-04-01 19:47:24 +03:00
2019-08-13 17:19:00 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-07-30 21:57:48 +04:00
2019-08-23 08:06:17 +03:00
2019-08-21 15:23:45 +03:00
2019-05-23 17:34:47 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-03-25 17:18:15 +02:00
2018-04-20 14:33:24 +02:00
2019-08-13 13:32:27 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2018-06-06 11:25:33 +03:00
2019-04-01 19:47:24 +03:00
2019-10-11 17:28:15 +03:00
2019-02-04 22:44:33 -08:00
2019-07-04 00:09:16 +03:00
2019-05-23 10:25:12 +03:00
2019-07-25 18:42:06 +03:00
2019-07-25 18:42:06 +03:00
2019-08-19 11:54:26 +03:00
2019-04-01 19:47:24 +03:00
2018-06-18 14:26:37 +05:30
2019-10-11 17:28:15 +03:00
2019-04-01 19:47:24 +03:00
2018-12-09 09:22:00 +05:30
2019-04-01 19:47:24 +03:00
2018-12-09 09:22:00 +05:30
2019-04-25 16:05:20 +03:00
2018-12-09 09:22:00 +05:30
2019-11-01 15:23:18 +02:00
2018-12-09 09:22:00 +05:30
2019-07-16 18:39:21 +03:00
2019-11-13 22:00:55 +07:00
2019-07-25 18:42:06 +03:00
2019-07-25 18:42:06 +03:00
2019-04-01 19:47:24 +03:00
2019-10-30 13:21:36 +02:00
2019-01-03 13:09:41 +01:00
2019-10-30 16:47:43 +01:00
2018-12-09 09:22:00 +05:30
2019-04-01 19:47:24 +03:00
2019-04-12 12:28:09 +03:00
2019-09-06 11:53:10 +02:00
2019-05-23 10:25:12 +03:00
2019-04-01 19:47:24 +03:00
2019-11-01 15:23:18 +02:00
2019-04-01 19:47:24 +03:00
2019-09-26 16:56:02 +03:00
2018-07-02 12:27:28 +03:00
2019-08-21 15:23:45 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-07-30 21:57:48 +04:00
2019-04-03 18:36:33 +02:00
2018-10-06 13:43:13 +03:00
2019-05-19 20:55:37 +02:00
2019-02-04 22:44:33 -08:00
2019-04-01 19:47:24 +03:00
2018-09-14 08:47:22 +02:00
2019-09-01 19:17:35 +03:00
2019-04-01 19:47:24 +03:00
2018-12-18 09:15:41 +02:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-08-29 08:23:19 +03:00
2019-02-19 16:12:00 +02:00
2019-07-04 00:09:16 +03:00
2019-05-23 10:25:12 +03:00
2019-09-06 14:25:20 +03:00
2019-03-06 09:00:52 +02:00
2019-05-04 17:04:55 +02:00
2018-12-16 02:21:41 +04:00
2019-09-10 16:14:50 +03:00
2019-07-30 21:57:48 +04:00
2019-10-11 17:28:15 +03:00
2019-02-19 18:50:19 +02:00
2019-02-19 18:50:19 +02:00
2019-09-01 19:17:35 +03:00
2019-09-01 19:17:35 +03:00
2019-07-18 17:01:59 +03:00
2019-05-06 11:14:39 -07:00
2019-11-01 15:23:18 +02:00
2019-06-22 14:09:12 +03:00
2019-09-06 11:53:10 +02:00
2019-05-23 01:20:18 +03:00
2019-07-01 18:37:15 +03:00
2019-04-12 12:45:06 +03:00
2019-04-18 14:28:39 +03:00
2019-02-11 17:55:25 +02:00
2019-09-23 19:12:24 +03:00
2019-11-14 13:22:29 +02:00
2019-11-14 13:22:29 +02:00
2019-04-16 17:21:17 +03:00
2019-04-16 17:21:17 +03:00
2019-11-14 13:22:29 +02:00
2018-12-13 22:23:49 +02:00
2018-11-23 18:36:44 +02:00
2018-11-23 16:22:14 +02:00
2019-04-01 19:47:24 +03:00
2019-11-14 13:22:29 +02:00
2019-11-14 13:22:29 +02:00
2019-03-20 19:18:21 +01:00
2019-04-01 19:47:24 +03:00
2019-05-29 11:20:56 +03:00
2018-05-29 08:54:33 +03:00
2019-04-17 15:59:30 +03:00
2019-10-28 17:11:10 +02:00
2019-10-28 17:11:10 +02:00
2019-09-01 19:17:35 +03:00
2019-10-28 17:11:10 +02:00
2019-04-01 19:47:24 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-07-05 17:02:21 +03:00
2019-02-08 12:32:31 -08:00
2018-04-08 21:32:02 +00:00
2019-06-27 15:39:04 +03:00
2019-10-11 17:28:15 +03:00
2019-06-28 18:58:52 +05:30
2019-04-29 15:11:06 +03:00
2018-12-09 09:22:00 +05:30
2019-11-15 18:09:30 +01:00
2019-06-24 17:07:20 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-09-06 11:53:10 +02:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-10-28 17:11:10 +02:00
2019-10-30 23:14:44 +01:00
2018-05-11 18:35:03 +03:00
2019-07-16 18:39:21 +03:00
2019-04-01 19:47:24 +03:00
2018-11-06 09:40:39 +02:00
2018-11-06 09:40:39 +02:00
2018-11-06 09:40:39 +02:00
2018-11-06 09:40:39 +02:00
2018-11-06 09:40:39 +02:00
2019-10-28 17:11:10 +02:00
2019-09-09 13:06:33 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2018-09-07 22:10:02 +03:00
2019-07-02 21:44:58 +03:00
2018-12-13 21:58:35 +02:00
2019-09-05 16:37:32 +03:00
2019-07-05 17:02:21 +03:00
2019-08-16 14:35:32 +03:00
2019-05-23 17:34:47 +03:00
2019-04-01 19:47:24 +03:00
2019-04-01 19:47:24 +03:00
2019-05-04 17:04:55 +02:00
2019-04-01 19:47:24 +03:00