Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nbackup may hide the real cause of failure [CORE2543] #2953

Closed
firebird-automations opened this issue Jul 5, 2009 · 4 comments
Closed

nbackup may hide the real cause of failure [CORE2543] #2953

firebird-automations opened this issue Jul 5, 2009 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Claudio Valderrama C. (robocop)

Assigned to: Claudio Valderrama C. (robocop)

When nbackup finds failure, it reports with an exception the cause of the failure.
However, in the cleanup process, it may cause an exception when trying to detach from the db, rollback a transaction, etc.
The user is interested in the main reason of failure and therefore, cleanup errors should be concealed unless they are caused under normal termination (and no other errors are being processed already).

Commits: 08a33d5

@firebird-automations
Copy link
Collaborator Author

Modified by: Claudio Valderrama C. (robocop)

assignee: Claudio Valderrama C. [ robocop ]

@firebird-automations
Copy link
Collaborator Author

Modified by: Claudio Valderrama C. (robocop)

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment