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

Deadlock error terminates the restore process while restoring privileges [CORE2461] #2874

Closed
firebird-automations opened this issue May 13, 2009 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @dyemanov

A "deadlock at trigger RDB$TRIGGER_9" error can be reported by GBAK when restoring a database under non-SYSDBA credentials. This usually happens while privileges for views are being restored.

This is caused by reading the column RDB$SECURITY_CLASS in a no-record-version transaction A after it has been updated by an active transaction B (GBAK restores tables and views/procedures in two separate transactions).

Commits: 83f78f5

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 RC1 [ 10300 ]

@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
Projects
None yet
Development

No branches or pull requests

2 participants