EnricoMi commented on PR #1714: URL: https://github.com/apache/incubator-uniffle/pull/1714#issuecomment-2126394712
> As you said [#1714 (comment)](https://github.com/apache/incubator-uniffle/pull/1714#issuecomment-2120490454), it could be JVM shutting down which causes `InterruptedException`. I think this [patch](https://github.com/apache/incubator-uniffle/pull/1736) might work, could you please test it? By the time `close` is called, all threads are completed. Calling `unregisterExecutorService.awaitTermination()` then is redundant. I'll check if the observed issue is due to too many shuffle servers with to few 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]
