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/07/25 23:38:22 UTC

[GitHub] [beam] scwhittle opened a new issue, #22438: [Bug]: Dataflow runner can become stuck with batched state fetches if coder exceptions are caught

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

   ### What happened?
   
   WindmillStateReader consumes batched read requests for a key.  If there are exceptions processing some of the values/tags etc, an exception is thrown but other futures may be left unfulfilled. If the exception is caught by the user and other values are then read, they may block forever on the future.
   
   A fix would be to process the remainder of the response before throwing the exception further, and to ensure that all futures that were not completed by the response are completed with an exception.
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: runner-dataflow


-- 
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] reuvenlax closed issue #22438: [Bug]: Dataflow runner can become stuck with batched state fetches if rpc or coder exceptions are caught

Posted by GitBox <gi...@apache.org>.
reuvenlax closed issue #22438: [Bug]: Dataflow runner can become stuck with batched state fetches if rpc or coder exceptions are caught
URL: https://github.com/apache/beam/issues/22438


-- 
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] scwhittle commented on issue #22438: [Bug]: Dataflow runner can become stuck with batched state fetches if coder exceptions are caught

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

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