Commit d1ef219
[CELEBORN-2139] Fix the condition for using OSS storage
### What changes were proposed in this pull request?
Fix the condition for using OSS storage
### Why are the changes needed?
When OSS is enabled, the local disk should be used first if it is available.
### Does this PR introduce _any_ user-facing change?
NO
### How was this patch tested?
CI
Closes #3463 from xy2953396112/CELEBORN-2139.
Authored-by: xxx <953396112@qq.com>
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
(cherry picked from commit 750aeef)
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>1 parent a13c04f commit d1ef219
File tree
1 file changed
+1
-1
lines changed- worker/src/main/scala/org/apache/celeborn/service/deploy/worker/storage
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1146 | 1146 | | |
1147 | 1147 | | |
1148 | 1148 | | |
1149 | | - | |
| 1149 | + | |
1150 | 1150 | | |
1151 | 1151 | | |
1152 | 1152 | | |
| |||
0 commit comments