nizhikov commented on a change in pull request #8840:
URL: https://github.com/apache/ignite/pull/8840#discussion_r597516397



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/util/distributed/DistributedProcess.java
##########
@@ -242,13 +246,20 @@ else if (F.eq(ctx.localNodeId(), p.crdId)) {
      *
      * @param id Process id.
      * @param req Initial request.
+     * @return Future on the result of the finished process.
      */
-    public void start(UUID id, I req) {
+    public IgniteInternalFuture<T2<Map<UUID, R>, Map<UUID, Exception>>> 
start(UUID id, @Nullable I req) {

Review comment:
       Why this change?




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to