Alexey Scherbakov created IGNITE-28019:
------------------------------------------
Summary: 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
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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)