[
https://issues.apache.org/jira/browse/IGNITE-21495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladislav Pyatkov updated IGNITE-21495:
---------------------------------------
Epic Link: IGNITE-19479
> Improve latency of current time in hybrid clock
> -----------------------------------------------
>
> Key: IGNITE-21495
> URL: https://issues.apache.org/jira/browse/IGNITE-21495
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vladislav Pyatkov
> Priority: Major
> Labels: ignite-3
>
> h3. Motivation
> We invoke HybridClockImpl#now (HybridClockImpl#nowLong) on other cluster
> operations. Therefore, if we improve the latency, we will have better
> performance on each operation.
> h3. Implementation notes
> We can use _System.currentTimeMillis()_ instead of
> _systemUTC().instant().toEpochMilli()_ or think about precalculating the
> timestamp like it is done in _FastTimestamps#coarseCurrentTimeMillis()_.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)