Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.41
-
None
Description
The innodb buffer pool size on startup has a defined minimum value
$ mariadblocal --innodb-buffer-pool-size=1M
|
2022-01-11 18:01:59 0 [Note] sql/mysqld (server 10.8.0-MariaDB) starting as process 269909 ...
|
2022-01-11 18:01:59 0 [Warning] option 'innodb-buffer-pool-size': unsigned value 1048576 adjusted to 5242880
|
$ mariadblocal --innodb-buffer-pool-size=1M --innodb-page-size=64k
|
2022-01-11 18:03:45 0 [Warning] option 'innodb-buffer-pool-size': unsigned value 1048576 adjusted to 5242880
|
2022-01-11 18:03:45 0 [ERROR] InnoDB: innodb_page_size=65536 requires innodb_buffer_pool_size > 24M current 5242880
|
The same values should be enforced for runtime resizing of innodb.
With really small chunk sizes this results an impossibly small size as MDEV-27461 indicates.
Attachments
Issue Links
- causes
-
MDEV-28471 INSTALL ERROR Innodb engine settings Page size 64KiB causing error
-
- Closed
-
- relates to
-
MDEV-27461 Server hangs when the bufferpool is shrunk to 8M and innodb_page_size=64K
-
- Closed
-
-
MDEV-35889 set information_schema.system_variables NUMERIC_MIN_VALUE for innodb_buffer_pool system variable based on innodb_page_size
-
- In Review
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Daniel Black [ danblack ] | Marko Mäkelä [ marko ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Marko Mäkelä [ marko ] | Daniel Black [ danblack ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.2.42 [ 26803 ] | |
Fix Version/s | 10.3.33 [ 26805 ] | |
Fix Version/s | 10.4.23 [ 26807 ] | |
Fix Version/s | 10.5.14 [ 26809 ] | |
Fix Version/s | 10.6.6 [ 26811 ] | |
Fix Version/s | 10.7.2 [ 26813 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link |
This issue causes |
Link | This issue relates to MDEV-35889 [ MDEV-35889 ] |
Implementation based on https://jira.mariadb.org/browse/MDEV-27461?focusedCommentId=211139&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-211139 in pr 1987