[
https://issues.apache.org/jira/browse/IGNITE-27948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Scherbakov updated IGNITE-27948:
---------------------------------------
Description:
*RunInTransactionInternalImpl* attempts a retry based on
*RetriableTransactionException* marker interface, which is currently applied to
internal exceptions.
But internal exceptions are not forwarded to a client, so this works only in
embedded mode.
Retries should be instead implemented based on error codes.
was:
Current *RunInTransactionInternalImpl* attempts a retry based on
*RetriableTransactionException* marker interface, which is currently applied to
internal exceptions.
But internal exceptions are not forwarded to a client, so this works only in
embedded mode.
Retries should be implemented based on error codes.
> runInTransaction doesn't work for a client side transactions
> ------------------------------------------------------------
>
> Key: IGNITE-27948
> URL: https://issues.apache.org/jira/browse/IGNITE-27948
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexey Scherbakov
> Priority: Critical
> Labels: ignite-3
>
> *RunInTransactionInternalImpl* attempts a retry based on
> *RetriableTransactionException* marker interface, which is currently applied
> to internal exceptions.
> But internal exceptions are not forwarded to a client, so this works only in
> embedded mode.
> Retries should be instead implemented based on error codes.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)