[MDEV-20607] Mariabackup doesn't detect error and give "Completed ok" status. Created: 2019-09-17 Updated: 2020-08-25 Resolved: 2019-10-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.2.21 |
| Fix Version/s: | 10.2.24, 10.3.15, 10.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Nilnandan Joshi | Assignee: | Vladislav Lesin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Even there is an error in backup, mariabackup doesn't detect error and give "Completed ok" status.
|
| Comments |
| Comment by Vladislav Lesin [ 2019-09-22 ] |
|
The issue was fixed in the following commit: Do fast exit with error code and FATAL ERROR message, if innodb cannot start during prepare. Otherwise, it is possible for "prepare" to exit with error code 0, This commit was released in 10.2.24 |