[
https://issues.apache.org/jira/browse/IGNITE-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437125#comment-16437125
]
Alexey Goncharuk commented on IGNITE-8192:
------------------------------------------
We already have periodic metrics printout for Ignite nodes: {{Metrics for local
node (to disable set 'metricsLogFrequency' to 0)}}
We should add something like the following message to this periodic printout:
{code}
^-- Node [id=..., clusterState=INACTIVE]
^-- Baseline [id=123456, size=10, online=8, offline=2]
^-- 2 nodes left for auto-activation (consistentId1, consistentId2)
{code}
The size of nodes left for auto-activation should be limited.
> Print out information on how many nodes left until auto-activation
> ------------------------------------------------------------------
>
> Key: IGNITE-8192
> URL: https://issues.apache.org/jira/browse/IGNITE-8192
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexey Goncharuk
> Priority: Major
> Fix For: 2.5
>
>
> We should print out a message (probably on each topology change event) about
> baseline topology and how many nodes left to be started until
> auto-activation. Also, when the number of nodes is not too large, print out
> their consistent IDs.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)