sanpwc commented on a change in pull request #379:
URL: https://github.com/apache/ignite-3/pull/379#discussion_r724868049



##########
File path: modules/api/src/main/java/org/apache/ignite/Ignite.java
##########
@@ -44,4 +46,21 @@
      * @return Ignite transactions.
      */
     IgniteTransactions transactions();
+
+    /**
+     * Set new baseline nodes for table assignments.
+     *
+     * Current implementation has significant restrictions:
+     * - Only current (known on this node) tables will be updated by this call.
+     * - Only alive nodes can be a part of new baseline.

Review comment:
       > Only alive nodes can be a part of new baseline.
   
   Do you mean that in case of un-existing nodes exception will be thrown, or 
they will be just ignored? Let's explicitly denote it. 
   What will happen if set contains only un-exisiting nodes?




-- 
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: [email protected]

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


Reply via email to