[
https://issues.apache.org/jira/browse/IGNITE-20394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765078#comment-17765078
]
Denis Chudov commented on IGNITE-20394:
---------------------------------------
[~alapin] LGTM.
> ItSchemaSyncAndReplicationTest#laggingSchemasPreventPartitionDataReplication
> sometims fails with TimeoutException
> -----------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-20394
> URL: https://issues.apache.org/jira/browse/IGNITE-20394
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexander Lapin
> Assignee: Alexander Lapin
> Priority: Blocker
> Labels: ignite-3
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> {code:java}
> org.apache.ignite.tx.TransactionException: IGN-REP-5
> TraceId:f6ad9df9-6b21-4464-9b70-7e91111aeb8b Failed to get the primary
> replica [tablePartitionId=1_part_0, awaitTimestamp=HybridTimestamp
> [time=111047427797811201, physical=1694449276700, logical=1]] at
> app//org.apache.ignite.internal.util.ExceptionUtils.lambda$withCause$1(ExceptionUtils.java:400)
> at
> app//org.apache.ignite.internal.util.ExceptionUtils.withCauseInternal(ExceptionUtils.java:467)
> at
> app//org.apache.ignite.internal.util.ExceptionUtils.withCause(ExceptionUtils.java:400)
> at
> app//org.apache.ignite.internal.table.distributed.storage.InternalTableImpl.lambda$enlist$44(InternalTableImpl.java:1398)
> at
> [email protected]/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:930)
> at
> [email protected]/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:907)
> at
> [email protected]/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
> at
> [email protected]/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088)
> at
> [email protected]/java.util.concurrent.CompletableFuture$Timeout.run(CompletableFuture.java:2792)
> at
> [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
> at
> [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
> at
> [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at
> [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:834)Caused by:
> java.util.concurrent.TimeoutException {code}
> h3. UPD #1
> The problem is that we forgot to add {{storageIndexTracker}} update on
> * table start
> * PartitionListener#onConfigurationCommitted
> * PartitionListener#onSnapshotSave
--
This message was sent by Atlassian Jira
(v8.20.10#820010)