Skip to content

IGNITE-28657 Service local start order#13150

Merged
nizhikov merged 10 commits into
apache:masterfrom
nizhikov:IGNITE-28657
May 19, 2026
Merged

IGNITE-28657 Service local start order#13150
nizhikov merged 10 commits into
apache:masterfrom
nizhikov:IGNITE-28657

Conversation

@nizhikov
Copy link
Copy Markdown
Contributor

Thank you for submitting the pull request to the Apache Ignite.

In order to streamline the review of the contribution
we ask you to ensure the following steps have been taken:

The Contribution Checklist

  • There is a single JIRA ticket related to the pull request.
  • The web-link to the pull request is attached to the JIRA ticket.
  • The JIRA ticket has the Patch Available state.
  • The pull request body describes changes that have been made.
    The description explains WHAT and WHY was made instead of HOW.
  • The pull request title is treated as the final commit message.
    The following pattern must be used: IGNITE-XXXX Change summary where XXXX - number of JIRA issue.
  • A reviewer has been mentioned through the JIRA comments
    (see the Maintainers list)
  • The pull request has been checked by the Teamcity Bot and
    the green visa attached to the JIRA ticket (see tab PR Check at TC.Bot - Instance 1 or TC.Bot - Instance 2)

Notes

If you need any help, please email dev@ignite.apache.org or ask anу advice on http://asf.slack.com #ignite channel.

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
2 New Code Smells (required ≤ 1)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

}

/** */
public interface OrderedService extends Service {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be private

}

/** */
public static class OrderedServiceImpl implements OrderedService {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be private

* 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)}.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Node local start order can be forced. with the {@link ServiceConfiguration#setLocalStartOrder(int)}.
* Node local start order can be forced with the {@link ServiceConfiguration#setLocalStartOrder(int)}.

* 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)}.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Node local start order can be forced. with the {@link ServiceConfiguration#setLocalStartOrder(int)}.
* Node local start order can be forced with the {@link ServiceConfiguration#setLocalStartOrder(int)}.

@apache apache deleted a comment from ignitetcbot May 19, 2026
@ignitetcbot
Copy link
Copy Markdown
Contributor

TCBot Test Analysis

Possible Blockers (0)

No blockers found.

New Tests (4)

  • Service Grid: 3 tests
    • IgniteServiceGridTestSuite: ServiceLocalStartOrderTest.testStaticConfigDeployment - PASSED
    • IgniteServiceGridTestSuite: ServiceLocalStartOrderTest.testRuntimeDeploymentFromClient - PASSED
    • IgniteServiceGridTestSuite: ServiceLocalStartOrderTest.testRuntimeDeployment - PASSED
  • Cache 13: 1 tests
    • IgniteCacheTestSuite13: SystemViewCacheExpiryPolicyTest.testCacheViewExpiryPolicy[factory=javax.cache.configuration.FactoryBuilder$SingletonFactory@7e61e25c, actual=SingletonFactory [expiryPlc=EternalExpiryPolicy [create=ETERNAL]]] - PASSED

@nizhikov nizhikov merged commit 096c941 into apache:master May 19, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants