This repository was archived by the owner on Dec 10, 2021. It is now read-only.
This repository was archived by the owner on Dec 10, 2021. It is now read-only.
Snapshotting and Chaos Testing #140
Open
Description
Are you sure that the snapshotting mechanism is transactional / point in time? Have you chaos tested this?
Reviewing the code. Index.SnapshotItems() returns a channel that delivers each document in the index. Internally, that calls Bleve Index.Index.DocIDReaderAll, which does not guarantee a snapshot.
Perhaps the raft is paused at this point?
Metadata
Metadata
Assignees
Labels
No labels