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

Infinite wait in LocksCache::get [CORE2698] #3098

Closed
firebird-automations opened this issue Oct 19, 2009 · 9 comments
Closed

Infinite wait in LocksCache::get [CORE2698] #3098

firebird-automations opened this issue Oct 19, 2009 · 9 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Is related to CORE2616

If there are already created allowed number of cached locks and it is needed to get new one then least recently used lock should be released and its key should be set to a new value.
But if least recently used lock can't be unlocked at this moment (some code retain it too long) we will wait forever.

Commits: 575b3d2 267e6b4 7a6ea06

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Link: This issue is related to CORE2116 [ CORE2116 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

Issue became highly visible after fix for CORE2616.
Test case also attached to the CORE2616.

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

assignee: Vlad Khorsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Link: This issue is related to CORE2616 [ CORE2616 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Link: This issue is related to CORE2116 [ CORE2116 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

Fix Version: 2.0.6 [ 10303 ]

Fix Version: 2.1.4 [ 10361 ]

@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