celeborn/docs/configuration
sunjunjie 03498ce46b [CELEBORN-1046] Add an expiration time configuration for app directory to clean up
### What changes were proposed in this pull request?
Add a configuration "celeborn.worker.storage.expireDirs.timeout" with a default value of 6h in rsswork. This configuration is used to set the expiration time for app local directories.

https://issues.apache.org/jira/browse/CELEBORN-1046
### Why are the changes needed?
When Celeborn periodically deletes the directories of apps, it determines whether the app needs to be deleted based on the shuffleKeySet in memory. However, this method may not accurately indicate the completion of the app and could potentially lead to the unintentional deletion of shuffle data.

### Does this PR introduce _any_ user-facing change?

### How was this patch tested?

Closes #1998 from wilsonjie/CELEBORN-1046.

Authored-by: sunjunjie <sunjunjie@zto.com>
Signed-off-by: zky.zhoukeyong <zky.zhoukeyong@alibaba-inc.com>
2023-10-17 19:23:49 +08:00
..
client.md [CELEBORN-839][MR] Support Hadoop MapReduce 2023-09-14 14:12:53 +08:00
columnar-shuffle.md [CELEBORN-877][DOC] Document on SBT 2023-08-11 12:17:55 +08:00
ha.md [CELEBORN-877][DOC] Document on SBT 2023-08-11 12:17:55 +08:00
index.md [MINOR] Fix some typos 2023-10-12 20:34:07 +08:00
master.md [CELEBORN-983] Rename PrometheusMetric configuration 2023-10-13 13:28:58 +08:00
metrics.md [CELEBORN-983] Rename PrometheusMetric configuration 2023-10-13 13:28:58 +08:00
network.md [CELEBORN-985] Change default value of numConnectionsPerPeer to 1 2023-09-27 22:50:23 +08:00
quota.md [CELEBORN-877][DOC] Document on SBT 2023-08-11 12:17:55 +08:00
worker.md [CELEBORN-1046] Add an expiration time configuration for app directory to clean up 2023-10-17 19:23:49 +08:00