Kirill Tkalenko created IGNITE-24172:
----------------------------------------
Summary: Investigate flaky
IndexMetaStorageRecoveryTest#testMissingDropTableWithUpdateLwmBeforeRestart
Key: IGNITE-24172
URL: https://issues.apache.org/jira/browse/IGNITE-24172
Project: Ignite
Issue Type: Task
Reporter: Kirill Tkalenko
Assignee: Kirill Tkalenko
Flaky
*org.apache.ignite.internal.table.distributed.index.IndexMetaStorageRecoveryTest#testMissingDropTableWithUpdateLwmBeforeRestart*
was detected, we need to investigate why it failed, the fail was detected on
the
[TC|https://ci.ignite.apache.org/viewLog.html?buildId=8737030&buildTypeId=ApacheIgnite3xGradle_Test_RunAllTests&fromSakuraUI=true],
it is reproduced locally quite rarely.
At the moment, after restarting the components, the index meta removes from the
local cache but remains in the metastorage. We need to find out why this is
happening.
{noformat}
org.opentest4j.AssertionFailedError: expected: <null> but was: <IndexMeta
[catalogVersion=3, indexId=4, tableId=3, tableVersionOnIndexCreation=1,
indexName=TEST_TABLE_PK, currentStatus=READ_ONLY, statusChanges=UnmodifiableMap
{AVAILABLE=MetaIndexStatusChange [catalogVersion=2,
activationTs=113723603341803522], READ_ONLY=MetaIndexStatusChange
[catalogVersion=3, activationTs=113723603343048704]}]>
at
app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at app//org.junit.jupiter.api.AssertNull.failNotNull(AssertNull.java:50)
at app//org.junit.jupiter.api.AssertNull.assertNull(AssertNull.java:35)
at app//org.junit.jupiter.api.AssertNull.assertNull(AssertNull.java:30)
at app//org.junit.jupiter.api.Assertions.assertNull(Assertions.java:279)
at
app//org.apache.ignite.internal.table.distributed.index.IndexMetaStorageRecoveryTest.testMissingDropTableWithUpdateLwmBeforeRestart(IndexMetaStorageRecoveryTest.java:458)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:568)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)