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 22:53:51 UTC

[GitHub] [beam] kennknowles opened a new issue, #19183: Allow Runners to configure parallelism of GrpcStateService

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

   GrpcStateService by default uses a non-thread-safe OutboundServer which has led to problem with asynchronously sending data to it. The sending is now changed to be done synchronously but it could be done asynchronously if OutboundObserverFactory was used. 
   
   Depending on the Runner, asynchronicity may or may not be desired. We should provide a way to configure parallelism of GrpcStateService for each Runner.
   
   Imported from Jira [BEAM-6166](https://issues.apache.org/jira/browse/BEAM-6166). 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