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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to