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 1ec1ba706 [FOLLOWUP][MINOR] Add an alternative for 
CLIENT_RESERVE_SLOTS_RACKAWAE_ENABLED
1ec1ba706 is described below

commit 1ec1ba7061f5620dd073861d4596c2e03b128774
Author: e <[email protected]>
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 <[email protected]>
    Signed-off-by: zky.zhoukeyong <[email protected]>
---
 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 eaeb0661d..2dd7d5d40 100644
--- a/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
+++ b/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
@@ -3365,6 +3365,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.")

Reply via email to