dongjoon-hyun commented on code in PR #45425:
URL: https://github.com/apache/spark/pull/45425#discussion_r1525405081


##########
common/network-common/src/main/java/org/apache/spark/network/crypto/README.md:
##########
@@ -1,6 +1,20 @@
-Forward Secure Auth Protocol
+Forward Secure Auth Protocol v1.1
 ==============================================
 
+Deprecation Notice
+------------------
+This is a bespoke key exchange protocol that was implemented before Spark 
supported TLS (aka SSL) for RPC
+calls. It is recommended that Spark users upgrade to using TLS for RPC calls 
between Spark processes. This protocol
+will be deprecated and removed in the long-term.

Review Comment:
   To @sweisdb , may I ask when you think we can delete this? If you think 
`Spark 5`, please remove this claim. It's too far. In Apache Spark community, 
deprecation doesn't mean the removal.
   > and removed in the long-term.
   
   FYI, here is the guideline.
   - https://spark.apache.org/versioning-policy.html
   https://spark.apache.org/versioning-policy.html



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

Reply via email to