This is an automated email from the ASF dual-hosted git repository. zhouky pushed a commit to branch branch-0.3 in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/branch-0.3 by this push: new 6725e74b9 [FOLLOWUP][MINOR] Add an alternative for CLIENT_RESERVE_SLOTS_RACKAWAE_ENABLED 6725e74b9 is described below commit 6725e74b973e782e02ed1237639036d06c25ff2c Author: e <1178404...@qq.com> AuthorDate: Tue Aug 15 20:11:15 2023 +0800 [FOLLOWUP][MINOR] Add an alternative for CLIENT_RESERVE_SLOTS_RACKAWAE_ENABLED ### What changes were proposed in this pull request? As title ### Why are the changes needed? As title ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GA Closes #1816 from jiaoqingbo/typo-conf-followup. Authored-by: e <1178404...@qq.com> Signed-off-by: zky.zhoukeyong <zky.zhoukey...@alibaba-inc.com> (cherry picked from commit 1ec1ba7061f5620dd073861d4596c2e03b128774) Signed-off-by: zky.zhoukeyong <zky.zhoukey...@alibaba-inc.com> --- common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala | 1 + 1 file changed, 1 insertion(+) 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 09afbd49d..8a351d493 100644 --- a/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala +++ b/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala @@ -3364,6 +3364,7 @@ object CelebornConf extends Logging { val CLIENT_RESERVE_SLOTS_RACKAWARE_ENABLED: ConfigEntry[Boolean] = buildConf("celeborn.client.reserveSlots.rackaware.enabled") + .withAlternative("celeborn.client.reserveSlots.rackware.enabled") .categories("client") .version("0.3.1") .doc("Whether need to place different replicates on different racks when allocating slots.")