Skip to content

Commit

Permalink
[FOLLOWUP][MINOR] Add an alternative for CLIENT_RESERVE_SLOTS_RACKAWA…
Browse files Browse the repository at this point in the history
…E_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]>
(cherry picked from commit 1ec1ba7)
Signed-off-by: zky.zhoukeyong <[email protected]>
  • Loading branch information
jiaoqingbo authored and waitinfuture committed Aug 15, 2023
1 parent 8ce812a commit 6725e74
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 6725e74

Please sign in to comment.