### What changes were proposed in this pull request? This PR changes default values of the following configs: |config|previous default value|new default value| |----|----|----| |celeborn.worker.flusher.threads|2|16| |celeborn.worker.flusher.ssd.threads|8|16| ### Why are the changes needed? If disk type is not specified, ```celeborn.worker.flusher.threads``` will be used. Recently many users use SSD for Celeborn workers without specifying disk type, and 2 flush threads is far from leveraging the power of SSD. ### Does this PR introduce _any_ user-facing change? Yes, default configs are changed. ### How was this patch tested? Passes GA. Closes #1703 from waitinfuture/786. Authored-by: zky.zhoukeyong <zky.zhoukeyong@alibaba-inc.com> Signed-off-by: zky.zhoukeyong <zky.zhoukeyong@alibaba-inc.com> |
||
|---|---|---|
| .. | ||
| client.md | ||
| columnar-shuffle.md | ||
| ha.md | ||
| index.md | ||
| master.md | ||
| metrics.md | ||
| network.md | ||
| quota.md | ||
| worker.md | ||