Commit 2dd1b7a
[CELEBORN-2210] When a flushBuffer consolidation OOM exception occurs…
…, support setting the Buffer for fileInfo.
### What changes were proposed in this pull request?
When a flushBuffer consolidation OOM exception occurs, support setting the Buffer for fileInfo.
### Why are the changes needed?
When a flushBuffer consolidation OOM exception occurs, the current logic does not allow setting the Buffer for fileInfo.
### Does this PR resolve a correctness bug?
NO
### Does this PR introduce _any_ user-facing change?
NO
### How was this patch tested?
CI
Closes #3547 from xy2953396112/CELEBORN-2210.
Authored-by: xxx <[email protected]>
Signed-off-by: Shuang <[email protected]>1 parent 783a7cc commit 2dd1b7a
File tree
1 file changed
+12
-2
lines changed- worker/src/main/scala/org/apache/celeborn/service/deploy/worker/storage
1 file changed
+12
-2
lines changedLines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
345 | | - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
346 | 356 | | |
347 | 357 | | |
348 | 358 | | |
| |||
0 commit comments