waitinfuture commented on code in PR #2346:
URL:
https://github.com/apache/incubator-celeborn/pull/2346#discussion_r1512131485
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4618,4 +4620,12 @@ object CelebornConf extends Logging {
.version("0.5.0")
.intConf
.createWithDefault(0)
+
+ val MASTER_SEND_APPLICATION_META_THREADS: ConfigEntry[Int] =
+ buildConf("celeborn.master.send.applicationMeta.threads")
+ .categories("master")
+ .doc("Number of threads used by the Master to send ApplicationMeta to
Worker.")
+ .version("0.8.0")
Review Comment:
0.5.0?
--
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]