Skip to content
/ server Public

MDEV-38562: mariabackup exits with success (0) despite "No space left on device" errors#4870

Open
raghunandanbhat wants to merge 1 commit into10.6from
10.6-mdev-38562
Open

MDEV-38562: mariabackup exits with success (0) despite "No space left on device" errors#4870
raghunandanbhat wants to merge 1 commit into10.6from
10.6-mdev-38562

Conversation

@raghunandanbhat
Copy link
Copy Markdown
Contributor

fixes MDEV-38562

Problem:

mariabackup ignores my_close() failures, resulting in false success report with a completed OK! message.

Fix:

Update local_close() function in mariabackup to check my_close() failures and ensure errors are reported.

…ft on device" errors

Problem:
  `mariabackup` ignores `my_close()` failures, resulting in false
  success report with a 'completed OK!' message.

Fix:
  Update `local_close()` function in `mariabackup` to check `my_close()`
  failures and enusre errors are reported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant