Hi,

  I bumped into the same issue as in BEAM-5265 [1], where I can't test Timer
with TimeDomain.PROCESSING_TIME.


Jozef tried to fix it, but the PR [2] got forgotten. Are there any concerns
how it would behave on different runners or it just only waited for reviewer
feedback?



Just in case here is my minimal example to reproduce [3]:

- set element timestamp 1970-01-01T00:00:01.000Z

- set timer.offset(TEN_SECONDS).setRelative();

- advanceProcessingTime for 20 seconds

- onTimer method is called where: OnTimerContextcontext.timestamp()=-290308-
12-21T19:59:05.225Z




I would expect context.timestamp() to be around 1970-01-01T00:00:11.000Z 




[1] https://issues.apache.org/jira/browse/BEAM-5265

[2] https://github.com/apache/beam/pull/6305


[3] https://github.com/seznam/beam/commit/79de4a72e35274e4d92c726eb196d
662080e5020

Reply via email to