You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Uttsel (Jira)" <ji...@apache.org> on 2023/05/05 10:49:00 UTC

[jira] [Created] (IGNITE-19427) ItPageMemoryStorageExampleTest.testPersistentExample() is flaky

Sergey Uttsel created IGNITE-19427:
--------------------------------------

             Summary: ItPageMemoryStorageExampleTest.testPersistentExample() is flaky
                 Key: IGNITE-19427
                 URL: https://issues.apache.org/jira/browse/IGNITE-19427
             Project: Ignite
          Issue Type: Bug
            Reporter: Sergey Uttsel


ItPageMemoryStorageExampleTest.testPersistentExample() is flaky.
{code:java}
Caused by: java.lang.AssertionError
  at org.apache.ignite.internal.raft.RaftGroupServiceImpl.randomNode(RaftGroupServiceImpl.java:680)
  at org.apache.ignite.internal.raft.RaftGroupServiceImpl.randomNode(RaftGroupServiceImpl.java:667)
  at org.apache.ignite.internal.raft.RaftGroupServiceImpl.refreshLeader(RaftGroupServiceImpl.java:222)
  at org.apache.ignite.internal.raft.RaftGroupServiceImpl.start(RaftGroupServiceImpl.java:178) {code}
Seems that a reason is empty data nodes list for the distribution zone in the test. The bug was introduced by https://issues.apache.org/jira/browse/IGNITE-18624.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)