NSAmelchev commented on code in PR #13150:
URL: https://github.com/apache/ignite/pull/13150#discussion_r3265344673
##########
modules/core/src/main/java/org/apache/ignite/IgniteServices.java:
##########
@@ -444,11 +444,14 @@ public void deployMultiple(String name, Service svc, int
totalCnt, int maxPerNod
* of failed services will be thrown. It is guaranteed that all services
that were provided to this method and are
* not present in the list of failed services are successfully deployed by
the moment of the exception being thrown.
* Note that if exception is thrown, then partial deployment may have
occurred.
+ * Note, start order guarantees not provided, by default.
+ * Node local start order can be forced. with the {@link
ServiceConfiguration#setLocalStartOrder(int)}.
Review Comment:
```suggestion
* Node local start order can be forced with the {@link
ServiceConfiguration#setLocalStartOrder(int)}.
```
##########
modules/core/src/main/java/org/apache/ignite/IgniteServices.java:
##########
@@ -463,11 +466,14 @@ public void deployMultiple(String name, Service svc, int
totalCnt, int maxPerNod
* guaranteed that all services, that were provided to this method and are
not present in the list of failed
* services, are successfully deployed by the moment of the exception
being thrown. Note that if exception is
* thrown, then partial deployment may have occurred.
+ * Note, start order guarantees not provided, by default.
+ * Node local start order can be forced. with the {@link
ServiceConfiguration#setLocalStartOrder(int)}.
Review Comment:
```suggestion
* Node local start order can be forced with the {@link
ServiceConfiguration#setLocalStartOrder(int)}.
```
--
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]