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

[jira] [Updated] (IGNITE-18768) Incorrect safe time initialization

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

Vyacheslav Koptilin updated IGNITE-18768:
-----------------------------------------
    Priority: Blocker  (was: Major)

> Incorrect safe time initialization
> ----------------------------------
>
>                 Key: IGNITE-18768
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18768
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Denis Chudov
>            Priority: Blocker
>              Labels: ignite-3
>
> There is following code in TableManager, which initializes safe time tracker:
> {code:java}
> PendingComparableValuesTracker<HybridTimestamp> safeTime = new PendingComparableValuesTracker<>(clock.now());
> {code}
> This means means that safe time is at least greater than now, whic is not correct. It should be initialized with 0.



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