Yury Gerzhedovich created IGNITE-21452: ------------------------------------------
Summary: improve error handling in SQL module Key: IGNITE-21452 URL: https://issues.apache.org/jira/browse/IGNITE-21452 Project: Ignite Issue Type: Improvement Components: sql Reporter: Yury Gerzhedovich As of now in case any uexpected error during SQL execution in SQL execution thread pool we can't simple to know the reason due to org.apache.ignite.internal.sql.engine.exec.QueryTaskExecutorImpl log such error just on debug level and UncaughtExceptionHandler is not set. Let's fix both of the issue and check similar problem for another thread pools. -- This message was sent by Atlassian Jira (v8.20.10#820010)