You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2023/05/30 10:33:00 UTC

[jira] [Deleted] (IGNITE-19594) Thin 3.0: Incorrect retry logic for transactional operations in ClientTable

     [ https://issues.apache.org/jira/browse/IGNITE-19594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn deleted IGNITE-19594:
------------------------------------


> Thin 3.0: Incorrect retry logic for transactional operations in ClientTable
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-19594
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19594
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: ignite-3
>
> *ClientTable.getPreferredNodeId* returns *ch.protocolContext().clusterNode().id()* when channel is provided - which is provided when there is an explicit tx. Those operations must use the same exact connection, because transaction id in maintained by the server per connection.
> However, returning node id means we can retry on a different connection to the same node. This can lead to using a wrong transaction.



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