You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/20 18:43:41 UTC

[GitHub] [spark] vanzin opened a new pull request #24160: [SPARK-27219][core] Treat timeouts as fatal in SASL fallback path.

vanzin opened a new pull request #24160: [SPARK-27219][core] Treat timeouts as fatal in SASL fallback path.
URL: https://github.com/apache/spark/pull/24160
 
 
   When a timeout happens we don't know what's the state of the remote end,
   so there is no point in doing anything else since it will most probably
   fail anyway.
   
   The change also demotes the log message printed when falling back to
   SASL, since a warning is too noisy for when the fallback is really
   needed (e.g. old shuffle service, or shuffle service with new auth
   disabled).

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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