[
https://issues.apache.org/jira/browse/FLINK-10531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16679946#comment-16679946
]
ASF GitHub Bot commented on FLINK-10531:
----------------------------------------
kl0u commented on issue #7036: [FLINK-10531][e2e] Fix unstable TTL end-to-end
test.
URL: https://github.com/apache/flink/pull/7036#issuecomment-437051981
Actually, now @StefanRRichter mentioned it, we have the `TtlTimeProvider`
and the `ProcessingTimeService`. Both of them are used internally by Flink to
let it know what is the "current" processing time, but each of them has its own
implementation (which happens to be `currentTimeMillis` for both).
I think that these two should be unified and the `TtlTimeProvider` should
call the `ProcessingTimeService::getCurrentProcessingTime()`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> State TTL RocksDb backend end-to-end test failed on Travis
> ----------------------------------------------------------
>
> Key: FLINK-10531
> URL: https://issues.apache.org/jira/browse/FLINK-10531
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Affects Versions: 1.6.1
> Reporter: Till Rohrmann
> Assignee: Kostas Kloudas
> Priority: Critical
> Labels: pull-request-available, test-stability
> Fix For: 1.7.0
>
>
> The {{State TTL RocksDb backend end-to-end test}} end-to-end test failed on
> Travis.
> https://travis-ci.org/apache/flink/jobs/438226190
> https://api.travis-ci.org/v3/job/438226190/log.txt
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)