This is an automated email from the ASF dual-hosted git repository.

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f2a9a3a6 [CELEBORN-1160][FOLLOWUP] Update the version for 
`celeborn.client.rpc.shared.threads` to 0.3.2
0f2a9a3a6 is described below

commit 0f2a9a3a63f039668100202ce31db4ab6e8288ea
Author: Fu Chen <[email protected]>
AuthorDate: Wed Dec 13 15:12:50 2023 +0800

    [CELEBORN-1160][FOLLOWUP] Update the version for 
`celeborn.client.rpc.shared.threads` to 0.3.2
    
    ### What changes were proposed in this pull request?
    
    As title
    
    ### Why are the changes needed?
    
    Since we are backporting #2145 to branch-0.3, and the configuration entry 
`celeborn.client.rpc.shared.threads` in #2145
     has a start version of 0.4.0, this update aligns the version accordingly.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Pass GA
    
    Closes #2153 from cfmcgrady/celeborn-1160-followup.
    
    Authored-by: Fu Chen <[email protected]>
    Signed-off-by: zky.zhoukeyong <[email protected]>
---
 common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala | 2 +-
 docs/configuration/client.md                                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala 
b/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
index 41934f50e..f5ed4745c 100644
--- a/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
+++ b/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
@@ -3707,7 +3707,7 @@ object CelebornConf extends Logging {
   val CLIENT_RPC_SHARED_THREADS: ConfigEntry[Int] =
     buildConf("celeborn.client.rpc.shared.threads")
       .categories("client")
-      .version("0.4.0")
+      .version("0.3.2")
       .doc("Number of shared rpc threads in LifecycleManager.")
       .intConf
       .createWithDefault(16)
diff --git a/docs/configuration/client.md b/docs/configuration/client.md
index 7890bf77e..7c210de0a 100644
--- a/docs/configuration/client.md
+++ b/docs/configuration/client.md
@@ -82,7 +82,7 @@ license: |
 | celeborn.client.rpc.registerShuffle.askTimeout | &lt;value of 
celeborn.&lt;module&gt;.io.connectionTimeout&gt; | Timeout for ask operations 
during register shuffle. During this process, there are two times for retry 
opportunities for requesting slots, one request for establishing a connection 
with Worker and `celeborn.client.reserveSlots.maxRetries` times for retry 
opportunities for reserving slots. User can customize this value according to 
your setting. By default, the value is the m [...]
 | celeborn.client.rpc.requestPartition.askTimeout | &lt;value of 
celeborn.&lt;module&gt;.io.connectionTimeout&gt; | Timeout for ask operations 
during requesting change partition location, such as reviving or splitting 
partition. During this process, there are 
`celeborn.client.reserveSlots.maxRetries` times for retry opportunities for 
reserving slots. User can customize this value according to your setting. By 
default, the value is the max timeout value `celeborn.<module>.io.connectionTim 
[...]
 | celeborn.client.rpc.reserveSlots.askTimeout | &lt;value of 
celeborn.rpc.askTimeout&gt; | Timeout for LifecycleManager request reserve 
slots. | 0.3.0 | 
-| celeborn.client.rpc.shared.threads | 16 | Number of shared rpc threads in 
LifecycleManager. | 0.4.0 | 
+| celeborn.client.rpc.shared.threads | 16 | Number of shared rpc threads in 
LifecycleManager. | 0.3.2 | 
 | celeborn.client.shuffle.batchHandleChangePartition.interval | 100ms | 
Interval for LifecycleManager to schedule handling change partition requests in 
batch. | 0.3.0 | 
 | celeborn.client.shuffle.batchHandleChangePartition.threads | 8 | Threads 
number for LifecycleManager to handle change partition request in batch. | 
0.3.0 | 
 | celeborn.client.shuffle.batchHandleCommitPartition.interval | 5s | Interval 
for LifecycleManager to schedule handling commit partition requests in batch. | 
0.3.0 | 

Reply via email to