RexXiong commented on code in PR #2100:
URL:
https://github.com/apache/incubator-celeborn/pull/2100#discussion_r1396592129
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4053,4 +4056,21 @@ object CelebornConf extends Logging {
.doc("Kerberos keytab file path for HDFS storage connection.")
.stringConf
.createOptional
+
+ val DYNAMIC_CONFIG_STORE_BACKEND: ConfigEntry[String] =
Review Comment:
As some exist confs would also be changed to dynamic, better not add this
section, otherwise those confs need move to here.
--
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]