You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "scwhittle (via GitHub)" <gi...@apache.org> on 2023/07/24 21:56:04 UTC

[GitHub] [beam] scwhittle commented on pull request #27495: Reduce Storage API stream append retries

scwhittle commented on PR #27495:
URL: https://github.com/apache/beam/pull/27495#issuecomment-1648680997

   > We should try to dive deeper into this pipeline that got stuck, as it
   sounds like we don't understand what happened and there's no reason to
   believe that retrying the work item will be any different than simply
   retrying the call.
   
   @reuvenlax I believe the issue with the stuck pipeline was that there was active processing for the key on two different workers. These keys were competing for the stream and were repeatedly invalidating each other. Only one of the keys was still valid in the backend and if the stale key stopped processing, the still active key should have completed (or would complete on a full retry).


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