Files
MaxScale/server/core
Johan Wikman 7e29725050 MXS-1805 Force all maxadmin connections to main thread
If maxadmin connections are handled by different workers, then
there may be a deadlock if some maxadmin command requires
communication with all workers.

Namely, in that case a message will be sent to all other workers
but the current one, but that message will not be handled if that
other worker at that point sits in the debugcmd_lock spinlock
in debugcmd.c:execute_cmd().

We can prevent that deadlock from happening simply by ensuring
that all maxadmin connections are handled by one thread.
2018-04-16 13:25:33 +03:00
..
2018-04-10 21:39:46 +03:00
2018-03-12 14:38:13 +02:00
2017-11-22 18:40:18 +02:00
2018-03-15 23:23:15 +02:00
2017-06-01 10:24:20 +03:00
2018-02-09 09:19:46 +02:00
2017-11-22 18:40:18 +02:00
2018-04-03 10:59:55 +03:00
2017-06-01 10:24:20 +03:00
2017-11-22 18:40:18 +02:00
2018-03-20 13:07:27 +02:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2018-01-16 09:47:49 +02:00
2017-11-22 18:40:18 +02:00
2017-11-22 18:40:18 +02:00
2017-10-02 16:08:12 +03:00
2018-03-27 07:25:00 +03:00
2018-02-08 13:40:11 +02:00
2018-01-05 09:58:10 +02:00
2017-11-22 18:40:18 +02:00
2017-12-27 11:56:39 +02:00
2017-11-22 18:40:18 +02:00
2017-11-22 18:40:18 +02:00
2018-03-20 13:07:27 +02:00
2018-01-30 16:28:11 +02:00
2018-03-12 14:38:13 +02:00
2017-06-01 10:24:20 +03:00
2017-11-22 18:40:18 +02:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2017-11-22 18:40:18 +02:00
2018-04-10 13:49:42 +03:00
2018-01-05 09:58:10 +02:00
2017-06-01 10:24:20 +03:00
2017-11-21 16:49:21 +02:00
2017-11-22 18:40:18 +02:00
2018-02-02 16:05:14 +02:00
2017-11-22 18:40:18 +02:00