nizhikov commented on code in PR #13130: URL: https://github.com/apache/ignite/pull/13130#discussion_r3346882312
########## 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 Review Comment: Let's add examples for `control.sh` commands and JMX beans screenshot that demonstrates your article. Like the following: ``` $ ./control.sh --cluster state ... example output for ACTIVE cluster state here ... $ ./control.sh --baseline ... example output for healthy baseline when all nodes are active here ... ... and so on ... ``` For those checks that must be in graph form let's provide simplest jconsole examples. -- 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]
