[
https://issues.apache.org/jira/browse/IGNITE-23065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Chudov updated IGNITE-23065:
----------------------------------
Description:
*Motivation*
Transactional operations can produce recoverable exception such as
LockException (thrown at lock conflict with another tx) and
PrimaryReplicaExpiredException (see also ACQUIRE_LOCK_ERR, REPLICA_MISS_ERR).
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.
was:
*Motivation*
Transactional operations can produce recoverable exception such as
LockException (thrown at lock conflict with another tx) and
PrimaryReplicaExpiredException (see also REPLICA_MISS_ERR). 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.
> 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
> Priority: Major
> Labels: ignite-3
>
> *Motivation*
> Transactional operations can produce recoverable exception such as
> LockException (thrown at lock conflict with another tx) and
> PrimaryReplicaExpiredException (see also ACQUIRE_LOCK_ERR, REPLICA_MISS_ERR).
> 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)