forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](export) remove export task executor in TransientTaskExecutor (a…
…pache#42880) ### What problem does this PR solve? Problem Summary: There is a memory leak on FE side when continue running `export` command. The `ExportTaskExecutor` instances will be added to `TransientTaskManager` and never be removed. This PR mainly changes: 1. Remove unused `ExportTaskRegister` in `Env`. 2. Remove `ExportTaskExecutor` from `TransientTaskManager` once export job is finished or cancelled. ### Release note Fix FE memory leak by removing `ExportTaskExecutor` from `TransientTaskManager` once export job is finished or cancelled.
- Loading branch information
1 parent
298ddb5
commit 3c2d4bf
Showing
7 changed files
with
24 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
fe/fe-core/src/main/java/org/apache/doris/scheduler/registry/ExportTaskRegister.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters