[ https://issues.apache.org/jira/browse/IGNITE-23379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898607#comment-17898607 ]
Kirill Tkalenko commented on IGNITE-23379: ------------------------------------------ Looks good. > Some of StoragePartitionMeta fields are not restored on raft-snapshot > installation > ---------------------------------------------------------------------------------- > > Key: IGNITE-23379 > URL: https://issues.apache.org/jira/browse/IGNITE-23379 > Project: Ignite > Issue Type: Bug > Reporter: Alexander Lapin > Assignee: Roman Puchkovskiy > Priority: Major > Labels: ignite-3 > Time Spent: 1h 10m > Remaining Estimate: 0h > > At least following fields aren't transferred with raft snapshot: > * leaseStartTime > * primaryReplicaNodeId > * primaryReplicaNodeNameFirstPageId > * estimatedSize > ItTableRaftSnapshotsTest#nodeCanInstallSnapshotsAfterSnapshotInstalledToIt > may fail because of uninitialised fields with > {code:java} > The primary replica has changed [txId=01925209-1bc9-0001-76c2-c0e900000001, > expectedEnlistmentConsistencyToken=113243138896887809, > currentEnlistmentConsistencyToken=1]. > org.apache.ignite.lang.IgniteException: IGN-CMN-65535 > TraceId:cac58872-51b5-4ef2-8f0a-041bb1839a97 The primary replica has changed > [txId=01925209-1bc9-0001-76c2-c0e900000001, > expectedEnlistmentConsistencyToken=113243138896887809, > currentEnlistmentConsistencyToken=1]. {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)