Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
1.5.0, 1.6.0, 1.7.0
-
None
Description
Currently, the YarnResourceManager uses the synchronous NMClient which is called from within the main thread of the ResourceManager. Since these operations are blocking, we should replace the client with the NMClientAsync and make the calls non blocking.
Attachments
Issue Links
- duplicates
-
FLINK-13184 Starting a TaskExecutor blocks the YarnResourceManager's main thread
- Closed
- links to