sumitagrawl commented on PR #8022: URL: https://github.com/apache/ozone/pull/8022#issuecomment-2708878719
@swamirishi CompletableFuture do not trigger cancel of executor Thread, so execution is done directly with ExecutorService.submit(). Test was not working. Reference: https://stackoverflow.com/questions/9280846/how-to-interrupt-executorservices-threads -- 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]
