Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
11.4.4
-
None
Description
The backups would fail with this error despite multiple increases to the innodb_log_file_size.
[00] 2025-03-03 18:10:25 Was only able to copy log from 63677889668553 to 63680238996661, not 63682682984728; try increasing innodb_log_file_size
|
mariabackup: Stopping log copying thread.[00] 2025-03-03 18:10:25 Retrying read of log at LSN=63680238996661
|
Eventually, after increasing the innodb_log_file_size to 30G, the backups began working.
This is the backup command used:
mariabackup --backup --kill-long-queries-timeout=300 --kill-long-query-type=SELECT --open-files-limit=100000 --user=backup --password=x xxxxxxxxxxxxxxxxxx --socket=/run/mysqld/mysqld.sock --parallel=4 --extra-lsndir=/tmp --stream=xbstream --slave-info --ftwrl-wait-timeout=30 --ftwrl-wait-threshold=999999 --target-dir=/backup//2025-03-03/mariabackup
|
Attachments
Issue Links
- relates to
-
MDEV-35442 mariabackup 10.11 failed
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
The backups would fail with this error despite multiple increases to the innodb_log_file_size.
{code:java} [00] 2025-03-03 18:10:25 Was only able to copy log from 63677889668553 to 63680238996661, not 63682682984728; try increasing innodb_log_file_size mariabackup: Stopping log copying thread.[00] 2025-03-03 18:10:25 Retrying read of log at LSN=63680238996661 {code} Eventually, after increasing the innodb_log_file_size to 30G, the backups began working. |
The backups would fail with this error despite multiple increases to the innodb_log_file_size.
{code:java} [00] 2025-03-03 18:10:25 Was only able to copy log from 63677889668553 to 63680238996661, not 63682682984728; try increasing innodb_log_file_size mariabackup: Stopping log copying thread.[00] 2025-03-03 18:10:25 Retrying read of log at LSN=63680238996661 {code} Eventually, after increasing the innodb_log_file_size to 30G, the backups began working. This is the backup command used: {noformat} mariabackup --backup --kill-long-queries-timeout=300 --kill-long-query-type=SELECT --open-files-limit=100000 --user=backup --password=x xxxxxxxxxxxxxxxxxx --socket=/run/mysqld/mysqld.sock --parallel=4 --extra-lsndir=/tmp --stream=xbstream --slave-info --ftwrl-wait-timeout=30 --ftwrl-wait-threshold=999999 --target-dir=/backup//2025-03-03/mariabackup {noformat} |
Description |
The backups would fail with this error despite multiple increases to the innodb_log_file_size.
{code:java} [00] 2025-03-03 18:10:25 Was only able to copy log from 63677889668553 to 63680238996661, not 63682682984728; try increasing innodb_log_file_size mariabackup: Stopping log copying thread.[00] 2025-03-03 18:10:25 Retrying read of log at LSN=63680238996661 {code} Eventually, after increasing the innodb_log_file_size to 30G, the backups began working. This is the backup command used: {noformat} mariabackup --backup --kill-long-queries-timeout=300 --kill-long-query-type=SELECT --open-files-limit=100000 --user=backup --password=x xxxxxxxxxxxxxxxxxx --socket=/run/mysqld/mysqld.sock --parallel=4 --extra-lsndir=/tmp --stream=xbstream --slave-info --ftwrl-wait-timeout=30 --ftwrl-wait-threshold=999999 --target-dir=/backup//2025-03-03/mariabackup {noformat} |
The backups would fail with this error despite multiple increases to the innodb_log_file_size.
{noformat} [00] 2025-03-03 18:10:25 Was only able to copy log from 63677889668553 to 63680238996661, not 63682682984728; try increasing innodb_log_file_size mariabackup: Stopping log copying thread.[00] 2025-03-03 18:10:25 Retrying read of log at LSN=63680238996661 {noformat} Eventually, after increasing the innodb_log_file_size to 30G, the backups began working. This is the backup command used: {noformat} mariabackup --backup --kill-long-queries-timeout=300 --kill-long-query-type=SELECT --open-files-limit=100000 --user=backup --password=x xxxxxxxxxxxxxxxxxx --socket=/run/mysqld/mysqld.sock --parallel=4 --extra-lsndir=/tmp --stream=xbstream --slave-info --ftwrl-wait-timeout=30 --ftwrl-wait-threshold=999999 --target-dir=/backup//2025-03-03/mariabackup {noformat} |
Assignee | Marko Mäkelä [ marko ] |
Fix Version/s | 11.4 [ 29301 ] |
Link |
This issue relates to |
marko, a duplicate of
MDEV-34850?