You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 16:30:09 UTC

[GitHub] [beam] kennknowles opened a new issue, #18188: outputWithTimestamp() accepts timestamps that will fail preconditions

kennknowles opened a new issue, #18188:
URL: https://github.com/apache/beam/issues/18188

   We have accidentally created events with *wrong* timestamps in the future which are accepted by
   outputWithTimestamp(), but will fail at a later step:
   
   java.lang.IllegalStateException: Timer 472976-06-15T20:09:57.269Z is beyond end-of-time
           at Preconditions.checkState(Preconditions.java:199)
           at ReduceFnRunner.scheduleEndOfWindowOrGarbageCollectionTimer(ReduceFnRunner.java:1050)
   [...]
   
   Would it make sense to implement a check already at outputWithTimestamp() level to fail early?
   
   
   Imported from Jira [BEAM-1408](https://issues.apache.org/jira/browse/BEAM-1408). Original Jira may contain additional context.
   Reported by: andyxu.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org