Re: unable to restore one big table of 25G with mk-parallel-restore
Posted by: Rick James
Date: June 29, 2012 09:43AM

mysql> SHOW GLOBAL VARIABLES LIKE '%timeout%';
+----------------------------+----------+
| Variable_name              | Value    |
+----------------------------+----------+
| connect_timeout            | 10       |
| deadlock_timeout_long      | 50000000 |
| deadlock_timeout_short     | 10000    |
| delayed_insert_timeout     | 300      |
| innodb_lock_wait_timeout   | 50       |  **
| innodb_rollback_on_timeout | OFF      |
| interactive_timeout        | 28800    |  **
| lock_wait_timeout          | 31536000 |
| net_read_timeout           | 30       |
| net_write_timeout          | 60       |
| slave_net_timeout          | 3600     |
| wait_timeout               | 28800    |  **
+----------------------------+----------+

If you are using InnoDB, then innodb_lock_wait_timeout may be important.
If the mk scripts acts as "interactive", then interactive_timeout may be imporant. (It is similar to wait_timeout.)

Options: ReplyQuote


Subject
Written By
Posted
June 26, 2012 04:55AM
Re: unable to restore one big table of 25G with mk-parallel-restore
June 29, 2012 09:43AM
July 06, 2012 05:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.