Roman Puchkovskiy created IGNITE-17303:
------------------------------------------
Summary: RocksDB snapshots might include writes added after
snapshot creation start
Key: IGNITE-17303
URL: https://issues.apache.org/jira/browse/IGNITE-17303
Project: Ignite
Issue Type: Bug
Components: persistence
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
Fix For: 3.0.0-alpha6
RaftGroupListener#onSnapshotSave() must take state machine-spacific snapshot
coordinates synchronously, but in our implementations this is offloaded to a
different thread. As a result, some writes can be applied before the snapshot
coordinates are taken, so the resulting snapshot will contain more writes than
it should.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)