DenisPolo commented on code in PR #12156: URL: https://github.com/apache/ignite/pull/12156#discussion_r2177098715
########## docs/_docs/perf-and-troubleshooting/handling-exceptions.adoc: ########## @@ -246,3 +246,8 @@ include::{javaFile}[tag=failure-types,indent=0] ---- -- +=== Handling Compute Job Exceptions + +If link:https://ignite.apache.org/docs/latest/distributed-computing/map-reduce#:~:text=and%20map(%E2%80%A6%E2%80%8B)%20methods.-,ComputeTaskAdapter,-%E2%80%94%20This%20class%20implements[ComputeTaskAdapter] is used as Compute Task implementation and any of mapped Compute Jobs thrown exception during execution, the entire Compute Task immediately fails with an `IgniteException`, and all remaining Compute Jobs are stopped asynchronously. Compute Job failures can be tracked in the Ignite log for the message `Remote job throws user exception…`. Review Comment: Done -- 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