zhengchenyu commented on PR #2479: URL: https://github.com/apache/uniffle/pull/2479#issuecomment-2865715849
> > I remember I print the error log of the merge, here > > https://github.com/apache/uniffle/blob/b72af38806e9b90b9e56ab1c3aec9e798b0ee134/server/src/main/java/org/apache/uniffle/server/merge/DefaultMergeEventHandler.java#L83 > > It seems that the exception will not be thrown when executing in the thread pool. You can delete `kryo-shaded-4.0.2.jar` on the server side to reproduce this problem. I guess the error thrown was NoClassDefFoundError. NoClassDefFoundError is not exception, but error, so the thread pool was not caught. If [here](https://github.com/apache/uniffle/blob/b72af38806e9b90b9e56ab1c3aec9e798b0ee134/server/src/main/java/org/apache/uniffle/server/merge/DefaultMergeEventHandler.java#L83) should catch throwable. -- 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]
