turboFei commented on code in PR #2420:
URL: https://github.com/apache/celeborn/pull/2420#discussion_r1539858657


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4697,10 +4697,10 @@ object CelebornConf extends Logging {
       .intConf
       .createWithDefault(0)
 
-  val MASTER_SEND_APPLICATION_META_THREADS: ConfigEntry[Int] =
-    buildConf("celeborn.master.send.applicationMeta.threads")
+  val MASTER_SEND_APPLICATION_AUTH_META_THREADS: ConfigEntry[Int] =
+    buildConf("celeborn.master.send.applicationAuthMeta.threads")
       .categories("master")
-      .doc("Number of threads used by the Master to send ApplicationMeta to 
Workers.")
+      .doc("Number of threads used by the Master to send ApplicationAuthMeta 
to Workers.")

Review Comment:
   cc @RexXiong @otterc 



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

Reply via email to