Denis Chudov created IGNITE-28519:
-------------------------------------

             Summary: Possible data corruption in Raft
                 Key: IGNITE-28519
                 URL: https://issues.apache.org/jira/browse/IGNITE-28519
             Project: Ignite
          Issue Type: Bug
            Reporter: Denis Chudov


Failure handler was triggered with
{noformat}
Caused by: org.apache.ignite.lang.IgniteException: IGN-CMN-65535 Primary commit 
timestamp HybridTimestamp [physical=2026-04-07 18:48:55:461 +0000, logical=0, 
composite=116364917831172096] is earlier than local commit timestamp 
HybridTimestamp [physical=2026-04-07 18:48:55:612 +0000, logical=0, 
composite=116364917841068032] TraceId:95804299
at 
org.apache.ignite.internal.table.distributed.StorageUpdateHandler.performWriteIntentCleanup(StorageUpdateHandler.java:651)
at 
org.apache.ignite.internal.table.distributed.StorageUpdateHandler.performAddWriteWithCleanup(StorageUpdateHandler.java:601)
at 
org.apache.ignite.internal.table.distributed.StorageUpdateHandler.tryProcessRow(StorageUpdateHandler.java:250)
at 
org.apache.ignite.internal.table.distributed.StorageUpdateHandler.lambda$handleUpdate$0(StorageUpdateHandler.java:200)
at 
org.apache.ignite.internal.storage.pagememory.mv.PersistentPageMemoryMvPartitionStorage.executeRunConsistently(PersistentPageMemoryMvPartitionStorage.java:236)
at 
org.apache.ignite.internal.storage.pagememory.mv.PersistentPageMemoryMvPartitionStorage.lambda$runConsistently$0(PersistentPageMemoryMvPartitionStorage.java:217)
at 
org.apache.ignite.internal.storage.pagememory.mv.AbstractPageMemoryMvPartitionStorage.busy(AbstractPageMemoryMvPartitionStorage.java:1086)
at 
org.apache.ignite.internal.storage.pagememory.mv.PersistentPageMemoryMvPartitionStorage.runConsistently(PersistentPageMemoryMvPartitionStorage.java:206)
at 
org.apache.ignite.internal.table.distributed.raft.snapshot.SnapshotAwarePartitionDataStorage.runConsistently(SnapshotAwarePartitionDataStorage.java:83)
at 
org.apache.ignite.internal.table.distributed.StorageUpdateHandler.handleUpdate(StorageUpdateHandler.java:197)
at 
org.apache.ignite.internal.table.distributed.raft.TablePartitionProcessor.handleUpdateCommand(TablePartitionProcessor.java:282)
at 
org.apache.ignite.internal.table.distributed.raft.TablePartitionProcessor.processCommand(TablePartitionProcessor.java:181)
at 
org.apache.ignite.internal.partition.replicator.raft.ZonePartitionRaftListener.processTableAwareCommand(ZonePartitionRaftListener.java:320)
at 
org.apache.ignite.internal.partition.replicator.raft.ZonePartitionRaftListener.processWriteCommand(ZonePartitionRaftListener.java:193)
at 
org.apache.ignite.internal.partition.replicator.raft.ZonePartitionRaftListener.lambda$onWrite$1(ZonePartitionRaftListener.java:154)
at java.base/java.util.Iterator.forEachRemaining(Unknown Source)
at 
org.apache.ignite.internal.partition.replicator.raft.ZonePartitionRaftListener.onWrite(ZonePartitionRaftListener.java:152)
at 
org.apache.ignite.internal.raft.server.impl.JraftServerImpl$DelegatingStateMachine.onApply(JraftServerImpl.java:941)
... 10 more
{noformat}



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

Reply via email to