Vladislav Pyatkov created IGNITE-24382:
------------------------------------------

             Summary: Kill implicit read-write transaction
                 Key: IGNITE-24382
                 URL: https://issues.apache.org/jira/browse/IGNITE-24382
             Project: Ignite
          Issue Type: Improvement
            Reporter: Vladislav Pyatkov


h3. Motivation
We have API to kill transactions (IGNITE-23680). It serves as a case when a 
user, for their internal reason, could see a transaction in the system view 
(implicit transactions are also there) and try to stop it.
Currently, we are refusing to kill implicit RW transactions (this call will 
always return a false completed future) because it might require canceling a 
full state transaction. A transaction object does not contain information if 
the transaction is a full state one or not.

h3. Definition of done
Allow clients to kill an implicit RW transaction.



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

Reply via email to