Bug #110797 log0files_capacity.cc * OS_FILE_LOG_BLOCK_SIZE <= soft_logical_capacity
Submitted: 25 Apr 2023 7:04 Modified: 20 Dec 2023 17:48
Reporter: Olivier Doucet Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S2 (Serious)
Version:8.0 OS:Linux
Assigned to: CPU Architecture:x86

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[17 May 2023 7:08] Olivier Doucet
bt full from gdb

Attachment: btfull.txt (text/plain), 18.66 KiB.

[17 May 2023 7:08] Olivier Doucet
log_sys structure from gdb

Attachment: log_sys.txt (text/plain), 13.71 KiB.

[26 May 2023 6:21] Olivier Doucet
gdb session with mysql official binary

Attachment: btfull.txt (text/plain), 18.85 KiB.

[26 May 2023 15:20] Olivier Doucet
bt full from mysql-community-minimal-8.0.32-1.el8.x86_64

Attachment: btfull.txt (text/plain), 19.64 KiB.

[26 May 2023 15:31] Olivier Doucet
bt full : LOG_WRITER_HARD_CAPACITY_MIN + OS_FILE_LOG_BLOCK_SIZE <= physical_capacity * FREE_FILE_RATIO - OVERHEAD

Attachment: btfull.txt (text/plain), 20.27 KiB.