SteNicholas commented on code in PR #2100:
URL:
https://github.com/apache/incubator-celeborn/pull/2100#discussion_r1393586906
##########
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:
Adds the below comments before this config to provider better readability.
```
// //////////////////////////////////////////////////////
// Dynamic Config //
// //////////////////////////////////////////////////////
```
##########
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:
Adds the below comments before this config to provider better readability.
```
// //////////////////////////////////////////////////////
// Dynamic 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]