[
https://issues.apache.org/jira/browse/IGNITE-19681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-19681:
------------------------------------
Description:
Currently, client sends a separate *TX_BEGIN* request when the user invokes
*IgniteTransactions.begin()* API:
* Extra network request.
* Chosen tx coordinator (server node that handles TX_BEGIN request) is random
and in most cases won't be the primary node for enlisted keys.
> Thin 3.0: Combine tx.begin with first enlisted operation
> --------------------------------------------------------
>
> Key: IGNITE-19681
> URL: https://issues.apache.org/jira/browse/IGNITE-19681
> Project: Ignite
> Issue Type: Improvement
> Components: thin client
> Affects Versions: 3.0.0-beta1
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Fix For: 3.0.0-beta2
>
>
> Currently, client sends a separate *TX_BEGIN* request when the user invokes
> *IgniteTransactions.begin()* API:
> * Extra network request.
> * Chosen tx coordinator (server node that handles TX_BEGIN request) is random
> and in most cases won't be the primary node for enlisted keys.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)