joey-berman commented on issue #21669:
URL: https://github.com/apache/beam/issues/21669#issuecomment-1210088352

   @nbali When moving to 2.40.0 did you happen to notice a different timestamp 
issue, namely where the timestamp associated to data for an unbounded 
PCollection is greater than MAX_TIMESTAMP_VALUE and thus is flagged as an error 
with the following message:
   Error message from worker: java.lang.IllegalArgumentException: Cannot output 
with timestamp 294247-01-10T04:00:54.776Z. Output timestamps must be no earlier 
than the timestamp of the current input or timer (294247-01-10T04:00:54.776Z) 
minus the allowed skew (0 milliseconds) and no later than 
294247-01-10T04:00:54.775Z. See the DoFn#getAllowedTimestampSkew() Javadoc for 
details on changing the allowed skew. 
org.apache.beam.runners.dataflow.worker.repackaged.org.apache.beam.runners.core.SimpleDoFnRunner.checkTimestamp(SimpleDoFnRunner.java:259)
 
org.apache.beam.runners.dataflow.worker.repackaged.org.apache.beam.runners.core.SimpleDoFnRunner.access$1300(SimpleDoFnRunner.java:85)
 
org.apache.beam.runners.dataflow.worker.repackaged.org.apache.beam.runners.core.SimpleDoFnRunner$OnTimerArgumentProvider.output(SimpleDoFnRunner.java:843)
 
org.apache.beam.sdk.transforms.DoFnOutputReceivers$WindowedContextOutputReceiver.output(DoFnOutputReceivers.java:76)
 org.apache.beam.sdk.io.gcp.bigquery.Sto
 
rageApiWritesShardedRecords$WriteRecordsDoFn.finalizeStream(StorageApiWritesShardedRecords.java:536)
 
org.apache.beam.sdk.io.gcp.bigquery.StorageApiWritesShardedRecords$WriteRecordsDoFn.onTimer(StorageApiWritesShardedRecords.java:550)
 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to