sanpwc commented on a change in pull request #379:
URL: https://github.com/apache/ignite-3/pull/379#discussion_r724874852
##########
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.
+ * - Potentially it can be a long operation and current
+ * synchronous changePeers-based implementation can't handle this issue
well.
+ * - No any recovery logic supported, if setBaseline fails - it can
produce random state of cluster.
+ *
+ * TODO: this and other issues must be fixed under IGNITE-14209
Review comment:
Not sure whether it's mandatory, but it's more common to have link right
after todo.
--
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]