wangyang0918 edited a comment on issue #10971: [FLINK-15791][kubernetes] Use 
explicit I/O Executor for asynchronous operations in Fabric8FlinkKubeClient
URL: https://github.com/apache/flink/pull/10971#issuecomment-581287651
 
 
   Hi @tillrohrmann. Thanks for your comments.
   
   I have added an internal class `Fabric8FlinkKubeClient#ExecutorWrapper`. Its 
responsibility is to get the executor to run asynchronous operations on. It 
could create a dedicated thread pool or reuse an existing one.
   
   However, i am not sure it is really what you mean to. Please take a look at 
your convenience.
   
   After the changes, some tests need to be updated to call 
`Fabric8FlinkKubeClient#close`. We do not need to do this before because the 
`Fabric8FlinkKubeClient#internalClient` will be closed automatically. See 
`MixedKubernetesServer`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to