SteNicholas commented on code in PR #2462:
URL: https://github.com/apache/celeborn/pull/2462#discussion_r1567762257


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3899,6 +3901,15 @@ object CelebornConf extends Logging {
       .booleanConf
       .createWithDefault(true)
 
+  val CLIENT_BATCH_HANDLE_CHANGE_PARTITION_PARALLELISM: ConfigEntry[Int] =
+    buildConf("celeborn.client.shuffle.batchHandleChangePartition.parallelism")
+      .categories("client")
+      .internal
+      .doc("max number of change partition requests which can be concurrently 
processed ")

Review Comment:
   Please keep the first letter of the document's first word capitalized.



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