[MDEV-3824] mariadb xtradb problem with innodb_buffer_pool_restore_at_startup Created: 2012-10-30 Updated: 2012-10-31 Resolved: 2012-10-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.28 |
| Fix Version/s: | 5.5.28a |
| Type: | Bug | Priority: | Major |
| Reporter: | Oleg (Inactive) | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
windows server 2008 x64, version 5.5.28-MariaDB-log Percona XtraDB (http://www.percona.com) 1.1.8-29.0 |
||
| Description |
|
Hello! 121030 10:25:40 InnoDB: Operating system error number 183 in a file operation. In the datadir i see two files: "ib_lru_dump.tmp" and "ib_lru_dump" I am newby with mariadb, but i have some years expirience of using oracle and percona mysql. And i had never been seen such error: percona xtradb works well with buffer restore, even oracle mysql saves/restores innodb pages clearly. What is reason of problem? I missed something in cfg file or it's really bug? |
| Comments |
| Comment by Sergei Golubchik [ 2012-10-30 ] |
|
Elena, can you try to verify that? If you don't have Win64 handy, please reassign it to @wlad |
| Comment by Elena Stepanova [ 2012-10-30 ] |
|
Very much reproducible on Windows 7 x64.
It creates ib_lru_dump on startup, and then starts updating ib_lru_dump.tmp complaining every 5 seconds as described above. All permissions to the datadir are okay (new local datadir). |
| Comment by Sergei Golubchik [ 2012-10-30 ] |
|
is it only Win64 issue? not repeatable on Linux? |
| Comment by Elena Stepanova [ 2012-10-30 ] |
|
Sorry, forgot to mention. Not repeatable on Ubuntu 11.10 oneiric x86_64. |
| Comment by Vladislav Vaintroub [ 2012-10-30 ] |
|
Operating system error 183 is ERROR_ALREADY_EXISTS |
| Comment by Vladislav Vaintroub [ 2012-10-30 ] |
|
@Oleg - the reason for this behavior is a real bug. To prevent message flood in the log file, I'd switch off innodb_buffer_pool_restore_at_startup until 5.5.29 release, where it is going to be fixed. |
| Comment by Oleg (Inactive) [ 2012-10-31 ] |
|
@Vladislav Vaintroub, thanks, will be waiting for 5.5.29 release) |