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/10/31 13:31:00 UTC

[jira] [Assigned] (IGNITE-20709) Several tests in ItIgniteNodeRestartTest failed of flaky

     [ https://issues.apache.org/jira/browse/IGNITE-20709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Lapin reassigned IGNITE-20709:
----------------------------------------

    Assignee: Alexander Lapin

> Several tests in ItIgniteNodeRestartTest failed of flaky
> --------------------------------------------------------
>
>                 Key: IGNITE-20709
>                 URL: https://issues.apache.org/jira/browse/IGNITE-20709
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Alexander Lapin
>            Assignee: Alexander Lapin
>            Priority: Critical
>              Labels: ignite-3
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> There might be multiple reasons for the ItIgniteNodeRestartTest failures but the most obvious that definitely causes dozens of ones is replica operations reordering. 
> {code:java}
> org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest that uses org.apache.ignite.table.Table, org.apache.ignite.table.Tableint was not fulfilled within 30 seconds.
> 	at app//org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
> 	at app//org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
> 	at app//org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
> 	at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
> 	at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
> 	at app//org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.checkTableWithData(ItIgniteNodeRestartTest.java:1182)
> 	at app//org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.nodeWithDataTest(ItIgniteNodeRestartTest.java:751)
> 	at java.base@11.0.17/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> //... not so important stack trace lines {code}



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