mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Add a small note on the eventual consistency of the embedded replicated filers setup
parent
efb7c71f94
commit
b77dc8cf3b
|
@ -14,6 +14,8 @@ So when a filer was added or removed from the cluster, there is no configuration
|
|||
|
||||
What's more, adding a fresh new filer will automatically synchronize the metadata with other filers. Resuming a paused filer will also resume the metadata synchronization from when it was stopped. Everything will/should just work!
|
||||
|
||||
Note however that using multiple replicated embedded filers is only eventually consistent. So using this setup behind a load-balancer might not work as expected.
|
||||
|
||||
# Metadata synchronization
|
||||
|
||||
Knowing all the peers, one filer will keep its own metadata updated:
|
||||
|
|
Loading…
Reference in a new issue