[MDEV-7273] 10.1 fails to start up during tc_log initializations on PPC64 Created: 2014-12-05 Updated: 2015-03-05 Resolved: 2014-12-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Power |
| Affects Version/s: | 10.1.1 |
| Fix Version/s: | 10.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
log-tc-size is 24K by default. Page size is 64K on PPC64. But log-tc-size must be at least 3 x page size. This is enforced by TC_LOG_MMAP::open() with a comment: to guarantee non-empty pool. This all makes server not startable in default configuration on PPC64. |
| Comments |
| Comment by Sergey Vojtovich [ 2014-12-17 ] |
|
Sergei, please review fix for this bug. |
| Comment by Sergey Vojtovich [ 2014-12-26 ] |
|
serg please review updated patch. |
| Comment by Sergei Golubchik [ 2014-12-26 ] |
|
ok to push after post-review fixing |