You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2019/06/14 07:35:00 UTC

[jira] [Resolved] (FLINK-12835) Time conversion is wrong in ManualClock

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

Till Rohrmann resolved FLINK-12835.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.1
                   1.7.3

Fixed via

1.9.0: e3c68859dd31ee2d651cbba5f31474652c9553dd
1.8.1: 685d49b1cf898a75722ad4c379b974ba597eb063
1.7.3: 36713880e106c3d13e00576d9eb49091b9c2a47d

> Time conversion is wrong in ManualClock
> ---------------------------------------
>
>                 Key: FLINK-12835
>                 URL: https://issues.apache.org/jira/browse/FLINK-12835
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.9.0
>            Reporter: BoWang
>            Assignee: BoWang
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.7.3, 1.9.0, 1.8.1
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> `currentTime` stored in ManualClock is nanoseconds, when converted to milliseconds is devided by 1_000L rather thant 1_000_000L.
> The test logic of `SlotPoolTest` using `ManualClock` should also be refined.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)