Automatic buffer pool restore should not block shutdown

Bug #774665 reported by Swany
This bug report is a duplicate of:  Bug #712055: Loading LRU dump prevents shutdown. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
New
Undecided
Unassigned

Bug Description

If MySQL shutdown request is given (via mysqladmin shutdown), then the warmup thread (or whatever it is called) should not block server shutdown and should instead exit immediately.

notice the long time between 'starting shutdown' and 'reading pages based..':

Version: '5.5.11' socket: '/tmp/mysql.sock' port: 3306 Source distribution
110501 2:47:40 [Note] /usr/local/mysql/bin/mysqld: Normal shutdown
110501 2:47:40 [Note] Event Scheduler: Purging the queue. 0 events
110501 2:47:40 InnoDB: Starting shutdown...
110501 2:49:21 InnoDB: reading pages based on the dumped LRU list was done. (requested: 1048566, read: 1048559)
110501 2:49:28 InnoDB: Shutdown completed; log sequence number 116457845496
110501 2:49:28 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.