wenjin272 opened a new issue, #344:
URL: https://github.com/apache/flink-agents/issues/344

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/flink-agents/issues) and found nothing 
similar.
   
   ### Description
   
   Currently, each time execute an action task, `ActionExecutionOperator` will 
create a new runner context.
   
   
https://github.com/apache/flink-agents/blob/393b9ec946b9008aaf7c99dc0c036a51c80832b4/runtime/src/main/java/org/apache/flink/agents/runtime/operator/ActionExecutionOperator.java#L389
   
   This behavior is to resolve the questions about action async execution, but 
will create new Resource instance each time execute an action and may cause 
connection leak risk.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to