Evgeny Stanilovsky created IGNITE-15733:
-------------------------------------------
Summary: Eventually failure of baseline registration.
Key: IGNITE-15733
URL: https://issues.apache.org/jira/browse/IGNITE-15733
Project: Ignite
Issue Type: Bug
Components: general
Affects Versions: 2.11
Reporter: Evgeny Stanilovsky
Attachments: _Community_Edition_Cache_9_18998_cut.log
All info can be found in attached log:
briefly: Cluster of 2 nodes with persistence, sequentially start nodes,
activate, stop nodes using org.apache.ignite.Ignite#close, start nodes,
activate:
expected :
1 node : Cluster ID and tag has been read from metastorage: null
2 node : Cluster ID and tag has been read from metastorage: null
stop
start
1 node: Cluster ID and tag has been read from metastorage: ClusterIdAndTag
[id=some_id, tag=some_tag]
2 node: Cluster ID and tag has been read from metastorage: ClusterIdAndTag
[id=some_id, tag=some_tag]
but obtained (check attach)
1 node : Cluster ID and tag has been read from metastorage: null
2 node : Cluster ID and tag has been read from metastorage: null
stop
start
1 node: Cluster ID and tag has been read from metastorage: null
2 node: Cluster ID and tag has been read from metastorage: ClusterIdAndTag
[id=some_id, tag=some_tag]
and as a result :
_Joining node has conflicting distributed metastorage data_
[^_Community_Edition_Cache_9_18998_cut.log]
this test
[MetricsConfigurationTest|https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Cache9/6220901?buildTab=tests&name=MetricsConfigurationTes&view=tests&status=passed&suite=org.apache.ignite.testsuites.IgniteCacheTestSuite9%3A+&package=org.apache.ignite.internal.metric&class=MetricsConfigurationTest].[testNodeRestart|https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Cache9/6220901?buildTab=tests&name=MetricsConfigurationTes&view=tests&status=passed&suite=org.apache.ignite.testsuites.IgniteCacheTestSuite9%3A+&package=org.apache.ignite.internal.metric]
[1]is flaky
[1][https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Cache9/6220901?buildTab=tests&name=MetricsConfigurationTes&view=tests&status=passed&suite=org.apache.ignite.testsuites.IgniteCacheTestSuite9%3A+&package=org.apache.ignite.internal.metric&expandedTest=build%3A%28id%3A6220901%29%2Cid%3A576406]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)