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
In order to make the RaftMetadataStore durable, we need to add a Storage implementation that supports durable storage. I suggest to explore RocksDB for this purpose.
The text was updated successfully, but these errors were encountered:
This commit adds RocksDbStorage which implements raft::Storage.
The RocksDbStorage is a durable storage implementation which is
used by the RaftMetadataStore to store the raft state durably.
This fixesrestatedev#1791.
This commit adds RocksDbStorage which implements raft::Storage.
The RocksDbStorage is a durable storage implementation which is
used by the RaftMetadataStore to store the raft state durably.
This fixesrestatedev#1791.
In order to make the
RaftMetadataStore
durable, we need to add aStorage
implementation that supports durable storage. I suggest to explore RocksDB for this purpose.The text was updated successfully, but these errors were encountered: