Denis Chudov created IGNITE-23065:
-------------------------------------
Summary: Make retries of transactional operations in SQL
Key: IGNITE-23065
URL: https://issues.apache.org/jira/browse/IGNITE-23065
Project: Ignite
Issue Type: Improvement
Reporter: Denis Chudov
*Motivation*
Transactional operations can produce recoverable exception such as
LockException (thrown at lock conflict with another tx). They can be retried
and this is done by KV API.
SQL should behave in the same way.
*Definition of done*
Retries are done from SQL in the same way as they are done from KV API.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)