[
https://issues.apache.org/jira/browse/IGNITE-23305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Scherbakov updated IGNITE-23305:
---------------------------------------
Description:
Client trackers can be removed from server side because they already maintain
obervable ts locally.
Instead, commit ts should be propagated directly to a client on commit.
was:
HTT is used to track latest committed timestamp to enforce proper tx
serialization.
It can be dropped and instead latest committed ts from tx local state can be
used for this purpose.
This means the state can't be fully cleared and should always contain latest
committed transaction.
> Get rid of HybridTimestampTracker
> ---------------------------------
>
> Key: IGNITE-23305
> URL: https://issues.apache.org/jira/browse/IGNITE-23305
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexey Scherbakov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0
>
>
> Client trackers can be removed from server side because they already maintain
> obervable ts locally.
> Instead, commit ts should be propagated directly to a client on commit.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)