Commit 2f795bc
authored
[fix](export) remove task from map finally (#51171)
### What problem does this PR solve?
Related PR: #47974
Problem Summary:
When cancel task, the task should be removed from `taskExecutorMap`,
otherwise, if `tryPublishTask()` failed when `addMemoryTask`, the task
will
be leaked in `taskExecutorMap`1 parent 2f60e2d commit 2f795bc
File tree
1 file changed
+1
-1
lines changed- fe/fe-core/src/main/java/org/apache/doris/scheduler/manager
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments