AMashenkov commented on code in PR #2271: URL: https://github.com/apache/ignite-3/pull/2271#discussion_r1254155001
########## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/rel/Inbox.java: ########## @@ -365,7 +365,9 @@ private void onNodeLeft0(String nodeName) throws Exception { checkState(); if (perNodeBuffers.get(nodeName).check() != State.END) { - throw new IgniteInternalCheckedException(NODE_LEFT_ERR, "Failed to execute query, node left [nodeName=" + nodeName + ']'); + throw new IgniteInternalCheckedException( Review Comment: Let's introduce NodeLeftException and pass it as cause. Thus, in trace user will see `RUNTIME_EXECUTION_ERR` code and `NODE_LEFT_ERR` code as a root cause. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org