peshopetrov commented on issue #20512: [SPARK-23182][CORE] Allow enabling TCP 
keep alive on the master RPC connections.
URL: https://github.com/apache/spark/pull/20512#issuecomment-452470912
 
 
   TCP keepalive will be disabled unless explicitly set per transport type. 
E.g.:
   ```
   spark.rpc.io.enableTcpKeepAlive      true
   spark.shuffle.io.enableTcpKeepAlive  true
   ```
   We actually set both, but if if only `spark.rpc.io.enableTcpKeepAlive` is 
set then it only applies for RPCs, or am I missing something?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to