turboFei commented on code in PR #2737:
URL: https://github.com/apache/celeborn/pull/2737#discussion_r1758229939


##########
docs/configuration/index.md:
##########
@@ -168,7 +168,7 @@ If `celeborn.worker.flusher.buffer.size` is 256 KB, we can 
have total slots up t
 
 ## Rack Awareness
 
-Celeborn can be rack-aware by setting 
`celeborn.client.reserveSlots.rackware.enabled` to `true` on client side.
+Celeborn can be rack-aware by setting 
`celeborn.client.reserveSlots.rackaware.enabled` to `true` on client side.

Review Comment:
   ```
     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.")
         .booleanConf
         .createWithDefault(false)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to