This is an automated email from the ASF dual-hosted git repository.

mpetrov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


    from ecc34e4e018 IGNITE-18590 Fix unexpected rollback transaction on tx 
recovery (#10521)
     add 7ea953999ae IGNITE-18750 .NET: Fix task options not being reset after 
task execution (#10523)

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/IgniteComputeHandler.java      | 695 +++++++++++++++++++++
 .../apache/ignite/internal/IgniteComputeImpl.java  | 668 ++------------------
 .../processors/closure/GridClosureProcessor.java   |  58 ++
 .../platform/compute/PlatformCompute.java          | 128 ++--
 .../platform/compute/PlatformFullTask.java         |  14 +-
 .../platform/utils/PlatformFutureUtils.java        |  11 +
 .../Compute/ComputeApiTest.cs                      |  14 +
 7 files changed, 912 insertions(+), 676 deletions(-)
 create mode 100644 
modules/core/src/main/java/org/apache/ignite/internal/IgniteComputeHandler.java

Reply via email to