DenisPolo commented on code in PR #12156: URL: https://github.com/apache/ignite/pull/12156#discussion_r2165834499
########## docs/_docs/perf-and-troubleshooting/handling-exceptions.adoc: ########## @@ -246,3 +246,6 @@ include::{javaFile}[tag=failure-types,indent=0] ---- -- +=== Handling Exception When Executing ComputeTask Using ComputeTaskAdapter + +When executing a `ComputeTask` using `ComputeTaskAdapter` on client, an exception may occur: “org.apache.ignite.IgniteException: Remote job threw user exception (override or implement ComputeTask.result(..) method if you would like to have automatic failover for this exception): Failed to execute job due to unexpected runtime exception...” when receiving the first error from node. To handle this exception automatically, it’s necessary to override the ComputeTask.result(..) method implementation for processing `IgniteException` related to failure in performing tasks on any node. Ensure proper completion of `ComputeTask` execution. Review Comment: Paragraph restructured. -- 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