Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.8(EOL)
Description
Some minor typo/capitalization/uniformity updates:
10.8.0 23849209738153bed4ea60f39830305840ee4025 (Optimized) |
2021-12-20 6:46:11 8 [Note] InnoDB: Requested to resize buffer pool. (new size: 9830400 bytes)
|
2021-12-20 6:46:11 0 [Note] InnoDB: Resizing buffer pool from 300.000MiB to 9.375MiB (unit=4.688MiB).
|
2021-12-20 6:46:11 0 [Note] InnoDB: Disabling adaptive hash index.
|
2021-12-20 6:46:11 0 [Note] InnoDB: Withdrawing blocks to be shrunken.
|
2021-12-20 6:46:11 0 [Note] InnoDB: start to withdraw the last 18408 blocks
|
2021-12-20 6:46:11 0 [Note] InnoDB: withdrawing blocks. (18408/18408)
|
2021-12-20 6:46:11 0 [Note] InnoDB: withdrew 18285 blocks from free list. Tried to relocate 123 pages (18408/18408)
|
2021-12-20 6:46:11 0 [Note] InnoDB: withdrawn target: 18408 blocks
|
2021-12-20 6:46:11 0 [Note] InnoDB: Latching whole of buffer pool.
|
2021-12-20 6:46:11 0 [Note] InnoDB: buffer pool resizing with chunks 64 to 2.
|
2021-12-20 6:46:11 0 [Note] InnoDB: 62 chunks (18408 blocks) were freed.
|
2021-12-20 6:46:11 0 [Note] InnoDB: Resizing also other hash tables.
|
2021-12-20 6:46:11 0 [Note] InnoDB: Resized hash tables at lock_sys, adaptive hash index, dictionary.
|
2021-12-20 6:46:11 0 [Note] InnoDB: Completed to resize buffer pool from 314572800 to 9830400.
|
2021-12-20 6:46:11 0 [Note] InnoDB: Completed resizing buffer pool at 211220 6:46:11.
|
Proposed updates:
- "InnoDB: Buffer pool resize requested (New size: 9830400 bytes)." - improved wording, or, if possible "InnoDB: Buffer pool resize requested by client xyz (New size: 9830400 bytes).". Also added "N" uppercase, and moved final dot to end only to correspond with the next "...(unit..." line.
- "(unit = 4.688MiB).". Spaces added to align with formatting used in
MDEV-27158. - "InnoDB: Start to withdraw the last 18408 blocks." - uppercase "S" and "."
- "InnoDB: Withdrawing blocks. (18408/18408)." - uppercase "W" and "."
- "InnoDB: Withdrew 18285 blocks from free list. Tried to relocate 123 block (18408/18408)." - uppercase "W", "." and "blocks" instead of "pages" to make it uniform.
- "InnoDB: Withdrawn target: 18408 blocks." - uppercase "W" and "."
- "InnoDB: Latching entire buffer pool." - improved wording
- "InnoDB: Resizing buffer pool from 64 to 2 chunks.' - improved wording, check wording for correctness?
- "InnoDB: 62 Chunks (18408 blocks) were freed." - uppercase "C"
- "InnoDB: Resizing other hash tables." or "InnoDB: Additionally resizing other hash tables." - improved wording, first one preferred, or even better: "InnoDB: Resizing other hash tables: lock_sys, adaptive hash index, and dictionary."
- "InnoDB: Resized hash tables: lock_sys, adaptive hash index, and dictionary." - improved wording
- 'InnoDB: Completed resizing buffer pool from 314572800 to 9830400 bytes." - improved wording, "bytes"
- "InnoDB: Completed resizing buffer pool on 21/12/20 at 6:46:11.". Removed double space, change date formatting.
- Potentially the "withdrawing blocks" messages can be reduced by one line.
Attachments
Issue Links
- relates to
-
MDEV-27158 Humanize the number of bytes in InnoDB messages
- Closed