You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Lapin (Jira)" <ji...@apache.org> on 2023/03/15 15:58:00 UTC

[jira] [Created] (IGNITE-19043) ItRaftCommandLeftInLogUntilRestartTest: PageMemoryHashIndexStorage lacks data after cluster restart

Alexander Lapin created IGNITE-19043:
----------------------------------------

             Summary: ItRaftCommandLeftInLogUntilRestartTest: PageMemoryHashIndexStorage lacks data after cluster restart
                 Key: IGNITE-19043
                 URL: https://issues.apache.org/jira/browse/IGNITE-19043
             Project: Ignite
          Issue Type: Bug
            Reporter: Alexander Lapin


After enabling ItRaftCommandLeftInLogUntilRestartTest failed with

 
{code:java}
org.opentest4j.AssertionFailedError: expected: not <null> {code}
while trying to retrieve previously added data after cluster restart. Seems that it's because there's no corresponding data in PK index.

 

It is worth to mention that originally given test is about about raft log re-application on node restart. So, I've commented all  partitionUpdateInhibitor in order to check whether it's related to re-application or indexes themselves, problem is reproducible without re-application logic.

It might be related to rocks to page memory defaults migration. Further investigation required.



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