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

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

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

   I dont see a good justification for this change - the cost of reestablishing a connection is low (in scenarios where it is nontrivial, the network is unreliable enough that you want to close connections for resiliency).
   You can always bump up the timeout if you want to keep it around for longer.
   
   Unless there is a good enough reason for this change, I am not in favor of making it.


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