You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "warrenzhu25 (via GitHub)" <gi...@apache.org> on 2023/07/02 00:36:52 UTC

[GitHub] [spark] warrenzhu25 commented on pull request #41761: [SPARK-43828][CORE] Add config to control whether close idle connections

warrenzhu25 commented on PR #41761:
URL: https://github.com/apache/spark/pull/41761#issuecomment-1616228054

   > QQ: Why dont we want to close idle connections ?
   
   The purpose of close idle connections is to reduce overhead of maintaining too many idle connections. But in some cases, we prefer keeping idle connection (when number of total connections is small), instead of having cost of creating new connections. 


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org