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/24 20:43:43 UTC

[GitHub] [beam] lukecwik opened a new issue, #22053: [Bug][Java SDK Harness]: NullPointerException when no consumers of a PCollection

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

   ### What happened?
   
   https://github.com/apache/beam/blob/67dede2b974c6373dc46b8d3fd8e1ee610922bf0/sdks/java/harness/src/main/java/org/apache/beam/fn/harness/data/PCollectionConsumerRegistry.java#L173
   
   Processing fails with an NPE when we try to get a FnDataReceiver to send output to. This can happen when a PCollection has no consumers.
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: sdk-java-harness


-- 
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] lukecwik closed issue #22053: [Bug][Java SDK Harness]: NullPointerException when no consumers of a PCollection

Posted by GitBox <gi...@apache.org>.
lukecwik closed issue #22053: [Bug][Java SDK Harness]: NullPointerException when no consumers of a PCollection
URL: https://github.com/apache/beam/issues/22053


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