Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1103][BUG] only clean up expire data for good disks
### What changes were proposed in this pull request? **When a bad disk occurs, cleaning up expired shuffle keys can cause NullPointerException appearing in the thread pool obtained from `diskOperators` in `StorageManager`. Therefore, only cleaning up expired shuffle keys from good disks will not cause the above problems.** https://issues.apache.org/jira/browse/CELEBORN-1103 ### Why are the changes needed? bugfix ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? Closes apache#2060 from suizhe007/CELEBORN-1103. Lead-authored-by: qinrui <qr7972@gmail.com> Co-authored-by: qinrui <51885730+suizhe007@users.noreply.github.com> Signed-off-by: zky.zhoukeyong <zky.zhoukeyong@alibaba-inc.com>
- Loading branch information