Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.9.1, 1.10.0
-
None
-
None
Description
Currently when we createTaskExecutorLaunchContext, a new task manager conf will be created and uploaded to hdfs. The time cost is unnecessary and could be reduced by using java options of task manager main class instead.
By reducing the time of launch container in onContainersAllocated, we could avoid allocating excess containers as much as possible.
Attachments
Issue Links
- duplicates
-
FLINK-13184 Starting a TaskExecutor blocks the YarnResourceManager's main thread
- Closed
- is related to
-
FLINK-12342 Yarn Resource Manager Acquires Too Many Containers
- Resolved