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/05 00:23:08 UTC

[GitHub] [beam] damccorm opened a new issue, #21575: Raise Java Http KeepAlive Cache Size

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

   Java HTTP[S]Connection's keep alive by default keeps 5 idle connections alive. Dataflow user workers could make 1000s of connection to the same endpoint. The HTTPS handshake overhead is significant in pipelines using BigQueryIO streaming inserts and bumping up the keep alive limit reduces it. The keep alive connection count can be changed by setting the JVM system property "http.maxConnections". 
   
   Imported from Jira [BEAM-14437](https://issues.apache.org/jira/browse/BEAM-14437). Original Jira may contain additional context.
   Reported by: arunpandianp.


-- 
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] damccorm commented on issue #21575: Raise Java Http KeepAlive Cache Size

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

   Unable to assign user @arunpandianp. If able, self-assign, otherwise tag @damccorm so that he can assign you. Because of GitHub's spam prevention system, your activity is required to enable assignment in this repo.


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