Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Define two new options, snapshotStartBatchId and snapshotPartitionId, for the existing state reader. Both of them should be provided at the same time.
- When there is no snapshot file at that batch (note there is an off-by-one issue between version and batch Id), throw an exception.
- Otherwise, the reader should continue to rebuild the state by reading delta files only, and ignore all snapshot files afterwards.
- Note that if a batchId option is already specified. That batchId is the ending batchId, we should then end at that batchId.
Attachments
Issue Links
- links to