Updated Filer Store Replication (markdown)

Chris Lu 2021-11-07 18:50:09 -08:00
parent 18bccce200
commit 5e892d7a8b

@ -12,7 +12,7 @@ When a filer starts up, it will report itself to the master. So the master knows
So when a filer was added or removed from the cluster, there is no configuration change needed. This makes rolling-restart much easier, and filer instances in Kubernetes can run in ReplicaSet instead of StatefulSet.
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 just work.
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!
# Metadata synchronization