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

error remaping lock file in classic server [CORE2062] #2498

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

error remaping lock file in classic server [CORE2062] #2498

firebird-automations opened this issue Sep 3, 2008 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

When new process starts, it initially maps only default size of lock file, which may be smaller then actually used by all others. If owner that should be created happens to be placed at location greater than default size of lock file (which is quite possible if other processes are already working actively), call to remap_local_owners() takes place with DUMMY_OWNER. This leads to various inconsistencies in lock manager (hangs, AVs, may be something else).

Commits: 97f89cb

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Version: 2.5 Alpha 1 [ 10224 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

remap_local_owners() is called when owner (and process) are not created with m_processOffset == 0. This is not assertion point - just do not notify anyone if there is anyway no process (and therefore no owners) to notify.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 Beta 1 [ 10251 ]

@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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Cannot be tested

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