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

feiwang pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/branch-0.6 by this push:
     new 9c736c9ae [CELEBORN-1931][FOLLOWUP] Update config version for worker 
local flusher gather api
9c736c9ae is described below

commit 9c736c9aec73f8c86d1b185882ac34f662d4c115
Author: Wang, Fei <[email protected]>
AuthorDate: Tue Jun 17 11:54:26 2025 -0700

    [CELEBORN-1931][FOLLOWUP] Update config version for worker local flusher 
gather api
    
    ### What changes were proposed in this pull request?
    
    Update the config version to 0.5.5 for 
`celeborn.worker.flusher.local.gatherAPI.enabled`.
    
    ### Why are the changes needed?
    Followup https://github.com/apache/celeborn/pull/3335
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    
    GA
    
    Closes #3338 from turboFei/CELEBORN-1931_follow.
    
    Authored-by: Wang, Fei <[email protected]>
    Signed-off-by: Wang, Fei <[email protected]>
    (cherry picked from commit 3d614f848e0953c19f797f4091282039ee7a8f25)
    Signed-off-by: Wang, Fei <[email protected]>
---
 common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 248297dd3..10bce7768 100644
--- a/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
+++ b/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
@@ -3994,7 +3994,7 @@ object CelebornConf extends Logging {
     buildConf("celeborn.worker.flusher.local.gatherAPI.enabled")
       .internal
       .categories("worker")
-      .version("0.6.0")
+      .version("0.5.5")
       .doc("Worker will use gather API if this config is true.")
       .booleanConf
       .createWithDefault(true)

Reply via email to