Commit 836371d
[CELEBORN-1467] celeborn.worker.storage.dirs should support soft link
### What changes were proposed in this pull request?
`celeborn.worker.storage.dirs` supports soft link
### Why are the changes needed?
NPE will be thrown when StorageManager.createWriter if `celeborn.worker.storage.dirs` contains soft link.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing uts.
Closes #2576 from leixm/CELEBORN-1467.
Authored-by: Xianming Lei <31424839+leixm@users.noreply.github.com>
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
(cherry picked from commit 759638e)
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>1 parent de4b177 commit 836371d
File tree
1 file changed
+3
-1
lines changed- common/src/main/scala/org/apache/celeborn/common/meta
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
292 | 294 | | |
293 | 295 | | |
294 | 296 | | |
| |||
0 commit comments