zstan commented on code in PR #13130:
URL: https://github.com/apache/ignite/pull/13130#discussion_r3239299083


##########
docs/_docs/perf-and-troubleshooting/general-perf-tips.adoc:
##########
@@ -47,3 +47,20 @@ queries with JOINs at massive scale and expect significant 
performance benefits.
 
 * Adjust link:data-rebalancing[data rebalancing settings] to ensure that 
rebalancing completes faster when your cluster topology changes.
 
+== What healthy cluster behavior looks like
+
+A healthy Ignite cluster is not defined by a single latency, CPU, or memory 
number. In practice, it is a cluster whose topology is stable, whose cluster 
state and baseline match the intended deployment, whose partitions are not lost 
or divergent, whose rebalancing and checkpointing complete in bounded time, and 
whose execution queues and memory pools return to a steady level after 
short-lived spikes. Ignite exposes these signals through built-in metrics, 
system views, and the control script rather than through a single aggregate 
health score.

Review Comment:
   `A healthy Ignite cluster is not defined by a single latency, CPU, or memory 
number.` - very strange comment



-- 
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]

Reply via email to