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

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

    [ https://issues.apache.org/jira/browse/IGNITE-18768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17691694#comment-17691694 ] 

Vladislav Pyatkov commented on IGNITE-18768:
--------------------------------------------

LGTM
Merged f480078692acd0696e0a19a951e54ab3b56e2fa6

> Incorrect safe time initialization
> ----------------------------------
>
>                 Key: IGNITE-18768
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18768
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Denis Chudov
>            Assignee: Mirza Aliev
>            Priority: Blocker
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)