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 Chugunov (Jira)" <ji...@apache.org> on 2023/10/05 08:17:00 UTC

[jira] [Created] (IGNITE-20570) ItDataSchemaSyncTest.checkSchemasCorrectlyRestore() is flaky possibly because of an issue with RAFT

Sergey Chugunov created IGNITE-20570:
----------------------------------------

             Summary: ItDataSchemaSyncTest.checkSchemasCorrectlyRestore() is flaky possibly because of an issue with RAFT
                 Key: IGNITE-20570
                 URL: https://issues.apache.org/jira/browse/IGNITE-20570
             Project: Ignite
          Issue Type: Bug
            Reporter: Sergey Chugunov


Test failed recently with the following stack trace in logs (abridged):
{code:java}
org.apache.ignite.tx.TransactionException: IGN-REP-3 TraceId:41e00c72-74d5-4309-ba56-acdffd3a4132 org.apache.ignite.internal.replicator.exception.ReplicationTimeoutException: IGN-REP-3 TraceId:41e00c72-74d5-4309-ba56-acdffd3a4132 Replication is timed out [replicaGrpId=3_part_5]
	at java.base@11.0.17/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
	at app//org.apache.ignite.internal.util.ExceptionUtils$1.copy(ExceptionUtils.java:772)
	at app//org.apache.ignite.internal.util.ExceptionUtils$ExceptionFactory.createCopy(ExceptionUtils.java:706)
	at app//org.apache.ignite.internal.util.ExceptionUtils.copyExceptionWithCause(ExceptionUtils.java:543)
	at app//org.apache.ignite.internal.util.ExceptionUtils.copyExceptionWithCauseInternal(ExceptionUtils.java:641)
	at app//org.apache.ignite.internal.util.ExceptionUtils.copyExceptionWithCause(ExceptionUtils.java:494)
	at app//org.apache.ignite.internal.sql.AbstractSession.execute(AbstractSession.java:63)
	at app//org.apache.ignite.internal.runner.app.ItDataSchemaSyncTest.sql(ItDataSchemaSyncTest.java:364)
	at app//org.apache.ignite.internal.runner.app.ItDataSchemaSyncTest.checkSchemasCorrectlyRestore(ItDataSchemaSyncTest.java:273) 
...{code}
Link to the failed run is [here|https://ci.ignite.apache.org/viewLog.html?buildId=7537526&tab=buildResultsDiv&buildTypeId=ApacheIgnite3xGradle_Test_IntegrationTests_ModuleRunner].

It was failing before for other reasons (see linked ticket) but they seem to be fixed.



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