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

Ability to cancel waiting in lock manager [CORE3323] #3690

Closed
firebird-automations opened this issue Feb 2, 2011 · 7 comments
Closed

Ability to cancel waiting in lock manager [CORE3323] #3690

firebird-automations opened this issue Feb 2, 2011 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Jira_subtask_outward CORE3331
Relate to CORE4004

Consider following example :

tx1: update table t ... where id = 1
tx2: update table t ... where id = 1

If tx2's is in WAIT mode, it will wait for end of tx1 forever and this wait can't be breaked nor using DELETE FROM MON$xxx, nor using fb_cancel_operation.

The improvement is to make lock manager able to break such endless waitings.

Commits: f760ee4 12ada43 b2b911f

====== Test Details ======

Fully reimplemented 10.01.2020. Details can be seen in .fbt. Problems with 4.0 CS detected, sent letter to dimitr et al.

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

assignee: Vlad Khorsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

Fix Version: 2.5.1 [ 10333 ]

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: @dyemanov

Link: This issue relate to CORE4004 [ CORE4004 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Done successfully

Test Details: Currently implemented only for running on Windows

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

Test Details: Currently implemented only for running on Windows => Replaced subprocess.call with shell=True with Popen. Should work both on Linux and Windows.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

Test Details: Replaced subprocess.call with shell=True with Popen. Should work both on Linux and Windows. => Fully reimplemented 10.01.2020. Details can be seen in .fbt. Problems with 4.0 CS detected, sent letter to dimitr et al.

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