otterc commented on code in PR #38959:
URL: https://github.com/apache/spark/pull/38959#discussion_r1063848374
##########
common/network-common/src/main/java/org/apache/spark/network/util/TransportConf.java:
##########
@@ -333,6 +333,13 @@ public boolean useOldFetchProtocol() {
return conf.getBoolean("spark.shuffle.useOldFetchProtocol", false);
}
+ /** Whether to enable sasl retries. Sasl retries will be enabled, once the
shuffle
+ * server is upgraded.
Review Comment:
Rephrase the comment. We will not have any server side changes any more
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]