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

Alexey Scherbakov updated IGNITE-28019:
---------------------------------------
    Description: 
This is a regression after IGNITE-27838

The scenario:
 # begin client tx
 # put k,v in proxy mode
 # put k1, v2 in proxy mode -> fails locally for some reason -> invoke 
discardDirectMapping and locks tx for update
 # rollback -> doesn nothing, k remains locked

  was:
This is a regression after IGNITE-27838

The scenario:
 # begin client tx
 # put k,v
 # put k1, v2 -> fails locally -> invoke discardDirectMapping and locks tx for 
update
 # rollback -> doesn nothing, k remains locked


> Client rollback doesn't release locks on local enlistment failure
> -----------------------------------------------------------------
>
>                 Key: IGNITE-28019
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28019
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Alexey Scherbakov
>            Assignee: Alexey Scherbakov
>            Priority: Major
>              Labels: ignite-3
>
> This is a regression after IGNITE-27838
> The scenario:
>  # begin client tx
>  # put k,v in proxy mode
>  # put k1, v2 in proxy mode -> fails locally for some reason -> invoke 
> discardDirectMapping and locks tx for update
>  # rollback -> doesn nothing, k remains locked



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

Reply via email to