zhengchenyu commented on code in PR #1916:
URL:
https://github.com/apache/incubator-uniffle/pull/1916#discussion_r1680523583
##########
common/src/main/java/org/apache/uniffle/common/config/RssBaseConf.java:
##########
@@ -278,6 +280,31 @@ public class RssBaseConf extends RssConf {
.defaultValue(16)
.withDescription("start server service max retry");
+ /* Serialization */
Review Comment:
After remove kryo, only config 'rss.io.serializations' remained. For now,
only one value here. Users do not have to configure it. So I don't think it is
necessary to add client_guide.md or server_guide.md temporarily.
For remote merge, some parameters are indeed introduced, I want to create a
separate PR to describe it.
For new users, just need to enable this feature by the one config.
--
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]