Skip to content

Commit

Permalink
Suggested changes xtrabackup plugin
Browse files Browse the repository at this point in the history
Agree, however, I'm not sure that the 9 exit code is the right one here.
I've never been there or seen such a scenario, but potentially it may
happen.

Co-authored-by: sduehr <stephan.duehr@bareos.com>
  • Loading branch information
banuchka and sduehr committed Apr 9, 2024
1 parent 7da64ea commit 9be63c3
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -597,6 +597,8 @@ def end_dumper(self):
"Giving up to wait for bareos_xtrabackup_dumper PID %s to terminate\n"
% (self.stream.pid),
)
# Set return code to 9 because we've tried to terminate subprocess earlier
self.stream.returncode = 9
break
DebugMessage(
100,
Expand Down

0 comments on commit 9be63c3

Please sign in to comment.