Browse Source

Add diagrams for write flow through Raft (#20948)

Add diagrams about write flow through Raft
pull/20957/head
Freddy 8 months ago committed by GitHub
parent
commit
8659c06a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      docs/persistence/README.md
  2. BIN
      docs/persistence/write-deep-dive.png
  3. BIN
      docs/persistence/write-overview.png

8
docs/persistence/README.md

@ -40,6 +40,7 @@ use [bbolt].
[boltdb]: https://github.com/boltdb/bolt
[bbolt]: https://github.com/etcd-io/bbolt
See [diagrams](#diagrams) below for more details on the interaction.
## State Store
@ -111,3 +112,10 @@ storage.
[hashicorp/raft-autopilot]: https://github.com/hashicorp/raft-autopilot
## Diagrams
### High-level life of a write
![Overview](./write-overview.png)
### Deep-dive into write through Raft
![Deep dive](./write-deep-dive.png)

BIN
docs/persistence/write-deep-dive.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 KiB

BIN
docs/persistence/write-overview.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB

Loading…
Cancel
Save