celeborn/docs/configuration
zky.zhoukeyong 7a47fae230 [CELEBORN-786] Change default flush threads
### 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>
2023-07-11 13:09:29 +08:00
..
client.md [CELEBORN-780] Change SPARK_SHUFFLE_FORCE_FALLBACK_PARTITION_THRESHOLD default to Int.MaxValue since slot's is not a bottleneck 2023-07-10 18:50:10 +08:00
columnar-shuffle.md [CELEBORN-679] Optimize Utils#bytesToString 2023-06-14 17:42:16 +08:00
ha.md [CELEBORN-638] Migrate configurations celeborn.ha.master.* to celeborn.master.ha.* 2023-06-16 18:18:26 +08:00
index.md [CELEBORN-680][DOC] Refresh celeborn configurations in doc 2023-06-15 13:59:38 +08:00
master.md [CELEBORN-764] Fix celeborn on HDFS might clean using app directories 2023-07-05 23:11:50 +08:00
metrics.md [CELEBORN-713] Local network binding support IP or FQDN 2023-06-27 09:42:11 +08:00
network.md [CELEBORN-774] Pullout celeborn.rpc.dispatcher.threads to CelebornConf 2023-07-06 16:23:32 +08:00
quota.md [CELEBORN-576] Add static identity provider and manually settable identity provider for non-hadoop environment. (#1480) 2023-05-08 17:29:01 +08:00
worker.md [CELEBORN-786] Change default flush threads 2023-07-11 13:09:29 +08:00