Sujatha Sivakumar
8361151765
Bug#20685029: SLAVE IO THREAD SHOULD STOP WHEN DISK IS
...
FULL
Bug#21753696: MAKE SHOW SLAVE STATUS NON BLOCKING IF IO
THREAD WAITS FOR DISK SPACE
Problem:
========
Currently SHOW SLAVE STATUS blocks if IO thread waits for
disk space. This makes automation tools verifying
server health block on taking relevant action. Finally this
will create SHOW SLAVE STATUS piles.
Analysis:
=========
SHOW SLAVE STATUS hangs on mi->data_lock if relay log write
is waiting for free disk space while holding mi->data_lock.
mi->data_lock is needed to protect the format description
event (mi->format_description_event) which is accessed by
the clients running FLUSH LOGS and slave IO thread. Note
relay log writes don't need to be protected by
mi->data_lock, LOCK_log is used to protect relay log between
IO and SQL thread (see MYSQL_BIN_LOG::append_event). The
code takes mi->data_lock to protect
mi->format_description_event during relay log rotate which
might get triggered right after relay log write.
Fix:
====
Release the data_lock just for the duration of writing into
relay log.
Made change to ensure the following lock order is maintained
to avoid deadlocks.
data_lock, LOCK_log
data_lock is held during relay log rotations to protect
the description event.
2016-03-01 12:29:51 +05:30
..
2007-02-26 11:49:24 +01:00
2010-12-19 18:07:28 +01:00
2008-09-09 09:49:58 +02:00
2016-03-01 12:29:51 +05:30
2010-12-19 18:07:28 +01:00
2011-11-24 17:15:58 +00:00
2010-02-04 23:15:47 +03:00
2009-10-22 16:51:51 +04:00
2010-10-21 15:20:50 +02:00
2009-01-09 15:10:03 +01:00
2010-12-17 11:30:59 +01:00
2010-12-17 11:30:59 +01:00
2009-11-23 17:38:42 +01:00
2009-12-03 13:31:56 +01:00
2009-12-03 13:31:56 +01:00
2010-10-21 15:20:50 +02:00
2010-05-30 13:27:44 +04:00
2010-05-28 00:07:40 +04:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2010-12-20 15:15:01 +01:00
2010-12-19 18:15:12 +01:00
2009-10-07 16:25:36 +02:00
2010-12-19 18:07:28 +01:00
2011-10-03 16:05:52 +05:30
2009-06-04 23:36:34 +05:00
2008-03-17 14:26:00 +03:00
2009-02-02 22:20:25 +01:00
2010-11-26 16:58:54 +03:00
2008-03-06 08:41:05 +04:00
2010-11-26 13:44:39 +03:00
2010-02-24 13:15:34 +04:00
2013-11-07 16:46:24 +05:30
2008-02-11 16:28:33 +04:00
2010-11-26 13:44:39 +03:00
2008-02-04 11:10:40 +04:00
2010-02-24 13:15:34 +04:00
2011-04-08 17:15:23 +04:00
2007-10-05 12:15:11 +05:00
2010-04-20 10:10:43 +01:00
2010-03-05 12:17:19 +04:00
2011-07-19 10:27:15 -04:00
2011-07-19 10:27:15 -04:00
2007-06-28 21:34:54 +04:00
2010-01-15 15:42:15 +04:00
2007-06-28 21:34:54 +04:00
2008-02-22 13:30:33 +03:00
2010-08-18 17:35:41 +08:00
2009-10-21 17:59:47 +05:00
2014-02-17 18:19:04 +05:30
2013-06-26 12:19:02 +03:00
2009-01-29 15:22:02 +01:00
2008-02-04 07:15:14 +01:00
2010-12-20 15:15:01 +01:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2013-02-15 00:40:32 +05:30
2007-03-29 12:00:32 +02:00
2011-02-02 16:17:48 +03:00
2009-05-15 12:15:56 +02:00
2013-08-20 13:12:34 +04:00
2012-02-03 19:19:32 +05:30
2012-02-05 14:10:50 +05:30
2011-01-14 09:28:23 +01:00
2008-07-04 12:41:27 -04:00
2008-07-04 12:41:27 -04:00
2008-07-04 14:48:25 -04:00
2008-07-04 14:48:25 -04:00
2008-07-04 14:48:25 -04:00
2008-07-04 14:48:25 -04:00
2008-07-04 14:48:25 -04:00
2008-07-04 14:48:25 -04:00
2011-01-14 09:28:23 +01:00
2008-07-04 12:41:27 -04:00
2008-07-11 01:14:13 +02:00
2009-10-27 12:09:19 +04:00
2008-07-04 12:41:27 -04:00
2008-07-04 12:41:27 -04:00
2007-06-28 21:34:54 +04:00
2008-07-04 12:41:27 -04:00
2008-07-04 12:41:27 -04:00
2007-06-28 21:34:54 +04:00
2008-07-04 12:41:27 -04:00
2008-07-04 12:41:27 -04:00
2011-01-29 12:38:36 +01:00
2009-09-29 17:38:40 +02:00
2008-07-04 14:48:25 -04:00
2009-11-10 20:45:15 +02:00
2008-07-04 12:41:27 -04:00
2008-07-04 12:41:27 -04:00
2012-01-20 13:35:48 +02:00
2008-07-04 12:41:27 -04:00
2011-09-05 14:38:20 +02:00
2008-07-04 12:41:27 -04:00
2008-07-04 12:41:27 -04:00
2008-07-04 12:41:27 -04:00
2010-12-19 18:07:28 +01:00
2010-01-29 11:48:11 +01:00
2007-06-28 21:34:54 +04:00
2008-07-04 12:41:27 -04:00
2008-01-31 12:17:40 +01:00
2008-08-04 07:04:47 +02:00
2008-07-11 01:14:13 +02:00
2007-04-30 23:16:46 +02:00
2008-07-11 01:14:13 +02:00
2008-07-04 12:41:27 -04:00
2009-09-28 14:24:19 +08:00
2008-07-04 12:41:27 -04:00
2008-08-04 07:04:47 +02:00
2009-10-29 10:51:04 -06:00
2009-09-25 11:26:49 +02:00
2012-10-31 12:40:48 +05:30
2008-07-04 14:48:25 -04:00
2008-07-04 14:48:25 -04:00
2014-02-17 18:19:04 +05:30
2011-03-18 10:31:39 +01:00
2010-10-20 16:56:09 +02:00
2010-10-20 16:56:09 +02:00
2009-10-09 15:59:25 +02:00
2008-07-04 14:48:25 -04:00
2012-01-20 13:35:48 +02:00
2012-01-20 13:35:48 +02:00
2008-07-04 12:41:27 -04:00
2009-10-02 23:24:40 +04:00
2010-04-13 19:04:45 +04:00
2008-07-04 12:41:27 -04:00
2008-07-04 14:48:25 -04:00
2008-07-04 12:41:27 -04:00
2008-07-04 12:41:27 -04:00
2012-01-20 13:35:48 +02:00
2008-07-04 12:41:27 -04:00
2007-06-28 21:34:54 +04:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2013-08-21 10:39:40 +05:30
2009-12-03 18:47:20 +03:00
2011-11-03 12:30:09 +05:30
2011-11-03 12:30:09 +05:30
2010-09-16 16:13:53 +04:00
2011-11-03 12:30:09 +05:30
2007-11-27 09:25:45 +01:00
2007-07-10 05:37:43 -06:00
2010-04-14 14:14:48 +03:00
2013-03-29 09:28:31 +05:30
2010-12-19 18:07:28 +01:00
2009-11-23 17:38:42 +01:00
2010-02-08 11:43:56 +01:00
2008-05-09 10:26:06 +02:00
2010-12-19 18:07:28 +01:00
2010-10-21 15:20:50 +02:00
2012-01-24 11:08:57 -05:00
2008-12-02 11:05:56 +01:00
2008-05-08 20:13:39 +02:00
2007-12-12 18:19:24 +01:00
2010-12-19 18:07:28 +01:00
2010-03-19 09:23:44 +01:00
2011-03-30 14:55:53 +02:00
2007-02-19 15:31:55 +03:00
2010-08-05 14:41:07 +02:00
2014-01-06 10:52:35 +05:30
2011-07-04 09:48:14 +02:00
2010-11-17 11:16:13 +01:00
2012-07-03 18:00:21 +05:30
2011-08-16 11:08:10 +02:00
2010-12-19 18:07:28 +01:00
2011-02-08 10:51:09 +01:00
2008-08-04 21:54:44 +02:00
2008-09-20 02:21:28 -04:00
2009-03-15 18:39:48 -04:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2006-12-01 15:49:07 +01:00
2008-02-21 13:23:58 +01:00
2009-01-09 15:10:03 +01:00
2009-01-09 15:10:03 +01:00
2010-11-17 11:16:13 +01:00
2008-08-04 12:38:50 +02:00
2010-02-18 10:48:15 +02:00
2010-07-08 14:36:55 +02:00
2011-03-15 16:06:59 +01:00
2007-04-10 18:01:29 +03:00
2009-11-04 12:28:20 +00:00
2010-11-17 11:16:13 +01:00
2011-01-14 09:28:23 +01:00
2010-06-03 09:52:15 +02:00
2009-10-08 10:39:15 +02:00
2007-02-23 13:13:55 +02:00
2010-07-03 20:17:03 -03:00
2009-09-01 14:53:27 +02:00
2012-10-31 12:40:48 +05:30
2007-04-27 00:12:09 +04:00
2008-08-13 21:42:21 +02:00
2009-02-05 13:49:32 +04:00
2007-11-20 19:18:21 +02:00
2009-12-22 10:35:56 +01:00
2012-02-29 21:18:50 +01:00
2007-08-01 18:59:41 -06:00
2011-12-01 00:54:54 +00:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2011-01-19 01:23:49 +08:00
2010-12-20 15:15:01 +01:00
2010-12-20 15:15:01 +01:00
2011-01-19 01:23:49 +08:00
2011-01-19 01:23:49 +08:00
2011-01-19 01:23:49 +08:00
2010-12-19 18:07:28 +01:00
2010-12-20 15:15:01 +01:00
2010-12-20 15:15:01 +01:00
2009-01-21 18:48:12 +03:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2016-03-01 12:29:51 +05:30
2009-11-27 09:02:32 +01:00
2009-11-27 09:02:32 +01:00
2009-11-26 09:03:04 +01:00
2009-08-12 13:31:56 +08:00
2007-08-26 14:31:10 +02:00
2008-11-24 14:57:23 +08:00
2016-03-01 12:29:51 +05:30
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2012-10-08 23:35:15 +05:30
2010-12-19 18:07:28 +01:00
2010-05-24 21:54:08 +08:00
2011-01-18 12:25:07 +01:00
2010-12-19 18:07:28 +01:00
2011-02-03 16:09:33 +00:00
2009-07-14 21:31:19 +02:00
2009-01-09 15:10:03 +01:00
2010-12-19 18:07:28 +01:00
2013-09-11 16:57:02 +05:30
2007-06-21 23:29:14 +02:00
2011-06-30 17:37:13 +02:00
2011-06-30 17:37:13 +02:00
2011-06-30 17:37:13 +02:00
2011-01-12 18:35:06 +00:00
2008-03-17 20:19:04 +02:00
2009-09-29 14:16:23 +03:00
2010-10-21 15:20:50 +02:00
2007-06-21 21:58:59 +02:00
2010-10-25 14:07:28 +02:00
2008-01-14 15:38:02 +08:00
2008-01-14 15:38:02 +08:00
2010-07-03 20:17:03 -03:00
2010-07-03 20:17:03 -03:00
2010-05-26 22:34:25 +08:00
2010-12-19 18:15:12 +01:00
2012-02-28 14:02:27 +05:30
2012-01-19 16:56:43 +00:00
2006-11-20 22:42:06 +02:00
2016-03-01 12:29:51 +05:30
2010-12-19 18:07:28 +01:00
2014-05-05 22:22:15 +05:30
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2010-12-20 15:15:01 +01:00
2010-12-19 18:07:28 +01:00
2006-12-11 11:44:03 -05:00
2010-05-26 22:34:25 +08:00
2007-12-12 18:19:24 +01:00
2007-06-21 21:58:59 +02:00
2007-06-21 21:58:59 +02:00
2010-11-17 11:16:13 +01:00
2014-05-05 22:22:15 +05:30
2007-06-12 17:53:16 +05:00
2007-06-07 23:18:19 +02:00
2007-06-06 10:57:07 -07:00
2010-03-09 07:36:26 -03:00
2008-12-17 14:38:02 +01:00
2008-06-25 16:59:38 +02:00
2010-12-20 15:15:01 +01:00
2012-01-23 16:50:54 +00:00
2010-12-19 18:07:28 +01:00
2009-02-11 10:27:52 +01:00
2012-01-19 16:56:43 +00:00
2010-12-19 18:15:12 +01:00
2010-12-19 18:07:28 +01:00
2010-12-20 15:15:01 +01:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:15:12 +01:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2010-12-19 18:07:28 +01:00
2011-03-16 00:46:30 +03:00
2011-05-10 12:41:09 +01:00
2008-12-10 10:51:43 +00:00
2010-05-24 21:54:08 +08:00
2011-04-29 14:04:28 +03:00
2007-01-19 18:33:48 +03:00
2008-12-02 11:05:56 +01:00
2007-09-24 12:42:44 +02:00
2010-12-20 15:15:01 +01:00