lokeshj1703 commented on pull request #2578: URL: https://github.com/apache/ozone/pull/2578#issuecomment-939874743
CompletableFuture would still need a thread/executor to execute on. Otherwise it uses a shared pool which is not ideal. I would suggest to cover that in a separate PR. Further we will also need to check if future can be interrupted. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
