Skip to content

IGNITE-28671 Describe healthy cluster behavior in general tips guide#13130

Merged
zstan merged 16 commits into
apache:masterfrom
w3ll1ngt:ignite-28671
Jul 24, 2026
Merged

IGNITE-28671 Describe healthy cluster behavior in general tips guide#13130
zstan merged 16 commits into
apache:masterfrom
w3ll1ngt:ignite-28671

Conversation

@w3ll1ngt

@w3ll1ngt w3ll1ngt commented May 13, 2026

Copy link
Copy Markdown
Contributor

Changes that have been made

What

Adds guidance for assessing Apache Ignite cluster health to the general performance tips documentation. The guide covers cluster state and membership, partition consistency, rebalancing, execution queues, transactions, Partition Map Exchanges, checkpoint pressure, failure handling, and optional CDC monitoring.

It also includes representative command output, log records, metric queries, and JConsole examples.

Why

Cluster health cannot be determined from a single metric or connectivity check. Operators need to evaluate several related signals and distinguish expected transient activity from conditions that require investigation.

This guidance provides a consolidated operational checklist and directs readers to the relevant configuration, monitoring, and recovery documentation.


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.

Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
@sonarqubecloud

Copy link
Copy Markdown

Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the general performance tips documentation to include guidance on assessing Apache Ignite cluster health, and adjusts the page title wording to “General Performance Tips”.

Changes:

  • Rename the document title from “Generic Performance Tips” to “General Performance Tips”.
  • Add a new “How to assess cluster health” section describing practical signals and checks (cluster state/baseline, idle_verify, rebalance convergence, queues, transactions/queries, persistence checkpoint pressure, and logs).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
w3ll1ngt and others added 2 commits July 17, 2026 15:25
copilot' grammar changes

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@w3ll1ngt
w3ll1ngt requested a review from zstan July 17, 2026 13:07
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 3 changed files in this pull request and generated no new comments.

w3ll1ngt and others added 2 commits July 21, 2026 07:18
Co-authored-by: Evgeniy Stanilovskiy <stanilovsky@gmail.com>
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
w3ll1ngt and others added 2 commits July 23, 2026 21:55
Co-authored-by: Evgeniy Stanilovskiy <stanilovsky@gmail.com>
@w3ll1ngt
w3ll1ngt requested review from Copilot and zstan July 23, 2026 19:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 3 changed files in this pull request and generated no new comments.

Comment thread docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc Outdated
Didar Shayarov and others added 2 commits July 24, 2026 11:42
@w3ll1ngt
w3ll1ngt requested a review from zstan July 24, 2026 08:49
@zstan
zstan merged commit e665ebf into apache:master Jul 24, 2026
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.

4 participants