Ivan Zlenko created IGNITE-27228:
------------------------------------
Summary: Refactor TcpIgniteClient
Key: IGNITE-27228
URL: https://issues.apache.org/jira/browse/IGNITE-27228
Project: Ignite
Issue Type: Improvement
Reporter: Ivan Zlenko
Assignee: Ivan Zlenko
{code:java}
ch = new ReliableChannel(chFactory, cfg, metrics, observableTimeTracker,
channelValidator);
tables = new ClientTables(ch, marshallers,
cfg.sqlPartitionAwarenessMetadataCacheSize());
transactions = new ClientTransactions(ch);
compute = new ClientCompute(ch, tables);{code}
Make sense to put transactions above tables.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)