From 4fa17c74071f0dacbde8af754e0b8dc39d68a313 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 9 Sep 2020 16:06:25 -0700 Subject: [PATCH] Updated Filer Active Active xDC synchronization (markdown) --- Filer-Active-Active-xDC-synchronization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Filer-Active-Active-xDC-synchronization.md b/Filer-Active-Active-xDC-synchronization.md index 4e243ed..79c0057 100644 --- a/Filer-Active-Active-xDC-synchronization.md +++ b/Filer-Active-Active-xDC-synchronization.md @@ -73,3 +73,4 @@ Also, the "signature" will ensure same change will only be applied once in one f This should be fairly scalable. However, it is limited by network bandwidth and latency. So even though changes are received within milliseconds and replayed right away, there would be data discrepancies if a file is changed quickly in two distant data centers. +For large clusters, the rate of change may be so high that the replication can not catch up. You may want to only synchronize a specific folder to reduce the work load.