From 5a0069da8ae36dcdf8e91e8779eae2461a9b93bd Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 27 Aug 2020 00:17:01 -0700 Subject: [PATCH] Updated Replication (markdown) --- Replication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Replication.md b/Replication.md index 9891926..1e3e8e2 100644 --- a/Replication.md +++ b/Replication.md @@ -60,7 +60,7 @@ http://localhost:9333/dir/assign?dataCenter=dc1 ## Fix replication -If one replica is missing, there are no automatic repair right away. This is to prevent over replication due to transient volume sever failures or disconnections. +If one replica is missing, there are no automatic repair right away. This is to prevent over replication due to transient volume sever failures or disconnections. In stead, the volume will just become readonly. For any new writes, just assign a different file id to a different volume. To repair the missing replicas, you can use `volume.fix.replication` in `weed shell`.