[
https://issues.apache.org/jira/browse/BEAM-7428?focusedWorklogId=249203&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-249203
]
ASF GitHub Bot logged work on BEAM-7428:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/May/19 08:57
Start Date: 28/May/19 08:57
Worklog Time Spent: 10m
Work Description: iemejia commented on issue #8691: [BEAM-7428] Output
the timestamp on elements in ReadAllViaFileBasedSource
URL: https://github.com/apache/beam/pull/8691#issuecomment-496428165
It seems that now that it is taking the timestamp into account some tests
(in particular watch/continous reading tests break with something like this:
```
org.apache.beam.sdk.Pipeline$PipelineExecutionException:
java.lang.IllegalArgumentException: Cannot output with timestamp
-290308-12-21T19:59:05.225Z. Output timestamps must be no earlier than the
timestamp of the current input (2019-05-28T08:22:29.859Z) minus the allowed
skew (0 milliseconds). See the DoFn#getAllowedTimestampSkew() Javadoc for
details on changing the allowed skew.
at
org.apache.beam.runners.direct.DirectRunner$DirectPipelineResult.waitUntilFinish(DirectRunner.java:348)
at
org.apache.beam.runners.direct.DirectRunner$DirectPipelineResult.waitUntilFinish(DirectRunner.java:318)
```
@chamikaramj Do you think the assertion is wrong? or any suggestion on the
best road to take to fix this issue.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 249203)
Time Spent: 0.5h (was: 20m)
> ReadAllViaFileBasedSource does not output the timestamps of the read elements
> -----------------------------------------------------------------------------
>
> Key: BEAM-7428
> URL: https://issues.apache.org/jira/browse/BEAM-7428
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> This differs from the implementation of JavaReadViaImpulse that tackles a
> similar problem but does output the timestamps correctly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)