Option to block start InnoDB until LRU is preloaded from dump
Bug #785489 reported by
Vadim Tkachenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS |
Fix Released
|
Wishlist
|
Alexey Kopytov | ||
5.1 |
Fix Released
|
Wishlist
|
Alexey Kopytov | ||
5.5 |
Fix Released
|
Wishlist
|
Alexey Kopytov | ||
codership-maria |
New
|
Undecided
|
Unassigned |
Bug Description
It may be not obvious why it is needed, but it is for integration Percona Server with Galera replication.
When we propagate new node we want node to start in "warm" state, and for this - preload buffer pool dump from disk before
InnoDB reports to MySQL that it started.
Looking into source code - it is just two-lines fix.
I propose to make special startup option i.e. --enable-
Related branches
lp:~akopytov/percona-server/bug785489-5.1
- Stewart Smith (community): Approve
-
Diff: 203 lines (+65/-12)2 files modifiedpatches/innodb_lru_dump_restore.patch (+63/-12)
patches/mysql-test.diff (+2/-0)
lp:~akopytov/percona-server/bug785489-5.5
- Stewart Smith (community): Approve
-
Diff: 227 lines (+77/-13)2 files modifiedpatches/innodb_lru_dump_restore.patch (+73/-11)
patches/mysql-test.diff (+4/-2)
tags: | added: galera |
To post a comment you must log in.
Vadim, or should I assign to you? :)