From 3d614f848e0953c19f797f4091282039ee7a8f25 Mon Sep 17 00:00:00 2001 From: "Wang, Fei" Date: Tue, 17 Jun 2025 11:54:26 -0700 Subject: [PATCH] [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 Signed-off-by: Wang, Fei --- .../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)