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 23:03:40 UTC

[GitHub] [beam] kennknowles opened a new issue, #19255: UnboundedSourceWrapper checkpoints before starting Readers

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

   When start has not been called on the Readers of CountingSource, the checkpoint may contain a null value which lets the AvroCoder fail with a NullpointerException.
   
   UnboundedSourceWrapper should not attempt to checkpoint before the readers have been started. See UnboundedSource:
   
   > getCheckpointMark not be called before \{@link #start\} has been called.
   
   
   Imported from Jira [BEAM-6315](https://issues.apache.org/jira/browse/BEAM-6315). Original Jira may contain additional context.
   Reported by: mxm.


-- 
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


[GitHub] [beam] nickcaballero commented on issue #19255: UnboundedSourceWrapper checkpoints before starting Readers

Posted by GitBox <gi...@apache.org>.
nickcaballero commented on issue #19255:
URL: https://github.com/apache/beam/issues/19255#issuecomment-1244252171

   This issue also happens for the `KinesisReader`.


-- 
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

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


[GitHub] [beam] kennknowles commented on issue #19255: UnboundedSourceWrapper checkpoints before starting Readers

Posted by GitBox <gi...@apache.org>.
kennknowles commented on issue #19255:
URL: https://github.com/apache/beam/issues/19255#issuecomment-1244681889

   @nickcaballero can you link the GitHub 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.

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

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