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/11/22 09:57:48 UTC

[GitHub] [beam] HuangXingBo commented on issue #21598: Beam worker closing gRPC connection with many workers and large shuffle sizes

HuangXingBo commented on issue #21598:
URL: https://github.com/apache/beam/issues/21598#issuecomment-1323399311

   We met the same problem in PyFlink (Based on beam portability framework). It took me some time to locate and reproduce the problem. The root cause is that the BDP ping period is locally-decided. We can reduce the KEEP_ALIVE_TIME time on the server side or increase the grpc.keepalive_time_ms on the client side. Here is the PR of the modification I made in pyflink
   https://github.com/apache/flink/pull/21363
   


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