Add progress of Innodb Shutdown
Bug #607459 reported by
Peter Zaitsev
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
Won't Fix
|
Wishlist
|
Unassigned | |||
5.6 |
Triaged
|
Wishlist
|
Unassigned | |||
5.7 |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Right now we have message such as :
100719 15:49:25 InnoDB: Starting shutdown...
Which may take 30min+ if large number of dirty pages are to be flushed.
I'd like to see the similar progress report as happens with Innodb recovery - showing how many percent of pages are being flushed.
It would also help me if it is something like
Innodb is flushing dirty pages from bufffer pool (1234 pages to go)
So I also know how many dirty pages there were to flush.
Changed in percona-server: | |
milestone: | none → 5.1-13.0 |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in percona-server: | |
importance: | Low → Wishlist |
milestone: | 5.1-13.0 → none |
Changed in percona-server: | |
status: | Confirmed → Triaged |
To post a comment you must log in.
All current versions print
InnoDB: Waiting for dirty buffer pages to be flushed
every ten minutes, but without any indication of how many dirty pages left.