[ 
https://issues.apache.org/jira/browse/IGNITE-23467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Lapin updated IGNITE-23467:
-------------------------------------
    Description: 
h3. Motivation

Currently only first abandoned lock will be resolved within abandoned lock 
resolution process. Precisely only one transaction that holds that lock will be 
resolved. That will work way ineffective in case of chain of multiple abandoned 
locks, e.g. S locks acquired by different transacions.
h3. Definition of Done
 * Any abandoned lock resolution procedure (and currently we have only one - 
another tx touch) should resolve whole chain of locks for the touched entity.

  was:
h3. Motivation

Currently only first abandoned lock will be resolved within abandoned lock 
resolution process. Precisely only one transaction that holds that lock will be 
resolved. That will work way ineffective in case of chain of multiple abandoned 
locks, e.g. S locks acquired by different transacions.
h3. Definition of Done
 * Any abandoned lock resolution procedure (and currently we have only one - 
another tx touch) should resolve whole chain of locks.


> Resolve all abandoned locks for the key at a time
> -------------------------------------------------
>
>                 Key: IGNITE-23467
>                 URL: https://issues.apache.org/jira/browse/IGNITE-23467
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Alexander Lapin
>            Priority: Major
>              Labels: ignite-3
>
> h3. Motivation
> Currently only first abandoned lock will be resolved within abandoned lock 
> resolution process. Precisely only one transaction that holds that lock will 
> be resolved. That will work way ineffective in case of chain of multiple 
> abandoned locks, e.g. S locks acquired by different transacions.
> h3. Definition of Done
>  * Any abandoned lock resolution procedure (and currently we have only one - 
> another tx touch) should resolve whole chain of locks for the touched entity.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to