Aleksandr Chesnokov created IGNITE-26027:
--------------------------------------------
Summary: Flaky MetricsConfigurationTest#testNodeRestart
Key: IGNITE-26027
URL: https://issues.apache.org/jira/browse/IGNITE-26027
Project: Ignite
Issue Type: Bug
Reporter: Aleksandr Chesnokov
Assignee: Aleksandr Chesnokov
MetricsConfigurationTest#testNodeRestart fails with
{noformat}
java.lang.AssertionError: array lengths differed, expected.length=2
actual.length=18
at
org.apache.ignite.internal.metric.MetricsConfigurationTest.lambda$testNodeRestart$7(MetricsConfigurationTest.java:230)
{noformat}
GridMetricManager reads histogram configuration from metastorage in
DistributedMetastorageLifecycleListener configured in GridMetricManager#start
method.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)