You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mirza Aliev (Jira)" <ji...@apache.org> on 2023/02/07 11:11:00 UTC

[jira] [Created] (IGNITE-18737) Tests from ItIgniteNodeRestartTest became flaky

Mirza Aliev created IGNITE-18737:
------------------------------------

             Summary: Tests from ItIgniteNodeRestartTest  became flaky  
                 Key: IGNITE-18737
                 URL: https://issues.apache.org/jira/browse/IGNITE-18737
             Project: Ignite
          Issue Type: Bug
            Reporter: Mirza Aliev


After https://issues.apache.org/jira/browse/IGNITE-18088 test from ItIgniteNodeRestartTest started to fail. Need to investigate the reason of fails

https://ci.ignite.apache.org/test/-8438821239346742957?currentProjectId=ApacheIgnite3xGradle_Test_IntegrationTests&expandTestHistoryChartSection=true&branch=%3Cdefault%3E

```
org.apache.ignite.lang.IgniteInternalException: IGN-CMN-65535 TraceId:9b2c2e61-1676-4dc3-8d76-2494803d7a2b No such partition 0 in table TABLE1
	at org.apache.ignite.internal.table.distributed.storage.InternalTableImpl.partitionRaftGroupService(InternalTableImpl.java:1124)
	at org.apache.ignite.internal.table.distributed.TableManager.lambda$createPartitionMover$79(TableManager.java:2131)
	at org.apache.ignite.internal.table.distributed.PartitionMover.movePartition(PartitionMover.java:66)
	at org.apache.ignite.internal.table.distributed.raft.RebalanceRaftGroupEventsListener.lambda$onLeaderElected$0(RebalanceRaftGroupEventsListener.java:202)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
```



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