Skip to content

Commit f7baeb1

Browse files
cxzl25turboFei
authored andcommitted
[MINOR][DOC] Correct configuration values ​​in slotsallocation
### What changes were proposed in this pull request? ### Why are the changes needed? Config `celeborn.master.slot.assign.loadAware.fetchTimeWeight` default value is 1, and slotsallocation document is configured as 0. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? GA Closes #3287 from cxzl25/minor_doc_slot. Authored-by: sychen <[email protected]> Signed-off-by: Wang, Fei <[email protected]> (cherry picked from commit 14d7212) Signed-off-by: Wang, Fei <[email protected]>
1 parent 84c2c9f commit f7baeb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developers/slotsallocation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ celeborn.master.slot.assign.policy LOADAWARE
3232
celeborn.master.slot.assign.loadAware.numDiskGroups 5
3333
celeborn.master.slot.assign.loadAware.diskGroupGradient 0.1
3434
celeborn.master.slot.assign.loadAware.flushTimeWeight 0
35-
celeborn.master.slot.assign.loadAware.fetchTimeWeight 0
35+
celeborn.master.slot.assign.loadAware.fetchTimeWeight 1
3636
[spark.client.]celeborn.storage.availableTypes HDD,SSD
3737
```
3838
### Detail
@@ -73,4 +73,4 @@ If a worker has multiple disks, the chosen disk index is `(monotone increasing d
7373
## Celeborn Worker's Behavior
7474
1. When reserve slots Celeborn worker will decide a slot be placed in local disks or HDFS when reserve slots.
7575
2. If a partition is evicted from memory, the partition might be placed in HDFS.
76-
3. If a slot is explicitly assigned to HDFS, worker will put the slot in HDFS.
76+
3. If a slot is explicitly assigned to HDFS, worker will put the slot in HDFS.

0 commit comments

Comments
 (0)