[
https://issues.apache.org/jira/browse/IGNITE-28657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18087843#comment-18087843
]
Ignite TC Bot commented on IGNITE-28657:
----------------------------------------
The Docs Required flag is being removed because the required documentation
updates are already included in the merged implementation PR #13150. The
reviewed change set documents the new local service start order behavior in
docs/_docs/services/services.adoc and adds user-facing API Javadocs in
IgniteServices and ServiceConfiguration for
ServiceConfiguration#setLocalStartOrder(int).
> Service start order
> -------------------
>
> Key: IGNITE-28657
> URL: https://issues.apache.org/jira/browse/IGNITE-28657
> Project: Ignite
> Issue Type: Improvement
> Reporter: Nikolay Izhikov
> Assignee: Nikolay Izhikov
> Priority: Minor
> Labels: ise
> Fix For: 2.19
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Ignite supports service grid scenarios.
> In case of complex services logic there may be dependencies between services:
> One service invoke another.
> Currently, Ignite doesn't guarantee start order so one service can be started
> but dependency one not.
> `startOrder` must be introduced to ensure correct start order.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)