Skip to content

Commit

Permalink
backport of commit 7f22056 (#17039)
Browse files Browse the repository at this point in the history
Co-authored-by: Troy Ready <troy@troyready.com>
  • Loading branch information
1 parent e55f85c commit b47a9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/internals/integrated-storage.mdx
Expand Up @@ -73,7 +73,7 @@ attempts to replicate to a quorum of followers. Once the log entry is considered
_committed_, it can be _applied_ to a finite state machine. The finite state machine
is application specific; in Vault's case, we use
[BoltDB](https://github.com/etcd-io/bbolt) to maintain a cluster state. Vault's writes
are block until they are _committed_ and _applied_.
are blocked until they are _committed_ and _applied_.

It would be undesirable to allow a replicated log to grow in an unbounded
fashion. Raft provides a mechanism by which the current state is snapshotted and the
Expand Down

0 comments on commit b47a9e7

Please sign in to comment.