You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: