summaryrefslogtreecommitdiffstats
path: root/ERRATA.md
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2021-01-06 14:20:14 +0100
committerTor Brede Vekterli <vekterli@verizonmedia.com>2021-01-06 14:20:14 +0100
commitcd5d310c0610e2d2d520dcd23ff7ff20f52fb4fa (patch)
tree4fbef0092ca3692f6cccd73ad82e5551ab63b164 /ERRATA.md
parentfd8201edc418228da13104d7e7888f96276e94f4 (diff)
Clarify some points for merge bug preconditions
Diffstat (limited to 'ERRATA.md')
-rw-r--r--ERRATA.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/ERRATA.md b/ERRATA.md
index 3c739e3f790..3107216f527 100644
--- a/ERRATA.md
+++ b/ERRATA.md
@@ -10,9 +10,9 @@ The following needs to happen to trigger the bug:
* The replica placement for a given data bucket is non-ideal on at least 2 nodes.
This can happen during mass node retirement or if several nodes come back up after being down.
In this scenario the system must move all data away from a subset of replicas. This triggers
- a special internal optimization that tries to handle many such moves in one go to
- minimize the required number of message roundtrips. These are known internally as "source-only" replicas.
-* The stored document sets on the source-only bucket replicas are disjoint.
+ a special internal optimization that tries to handle such moves separately to
+ minimize unnecessary data transfer. These are known internally as "source-only" replicas.
+* The stored document sets on the source-only bucket replicas are (possibly partially) disjoint.
* The total size of document data contained in a source-only bucket replica exceeds the configured
data merge transfer chunk size (default 4 MiB)