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

Simultaneous backups or restores could interfere each with other using the services API [CORE1982] #2420

Closed
firebird-automations opened this issue Jul 7, 2008 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @asfernandes

GPRE generated message buffers in files backup.cpp and restore.cpp, are inside the "namespace", and not inside each function body.

Hence, it's shared by all threads. That is a problem under SuperServer (and SuperClassic).

Commits: d94c67e 21d533d 5057e57

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

summary: Simultaneous backups or retores could interfere each with other using the services API => Simultaneous backups or restores could interfere each with other using the services API

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Version: 2.5 Alpha 1 [ 10224 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

Solution committed in HEAD. Will wait till Claudio's review to backport to V2.0 and V2.1.

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 Beta 1 [ 10251 ]

Fix Version: 2.1.2 [ 10270 ]

Fix Version: 2.0.5 [ 10222 ]

@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