From 2342e41adacb352e7efdfb850060c5be6f7f8a03 Mon Sep 17 00:00:00 2001 From: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> Date: Wed, 22 May 2024 23:20:27 +0300 Subject: [PATCH] Update statistic.md --- doc/configuration/statistic.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/configuration/statistic.md b/doc/configuration/statistic.md index 48a300178..a9bc51471 100644 --- a/doc/configuration/statistic.md +++ b/doc/configuration/statistic.md @@ -103,10 +103,10 @@ Example of using a thee master-replicas shards setup: Important notes: 1. Changing shards count requires dropping all bayes statistics, so please take decisions wisely. -2. You can't use more than one replica per master in a sharded setup; this will result in misaligned read-write hash slots assignment. -4. Each replica should have same position in `read_servers` as her master in `write_servers`. -5. You can't use Redis Sentinel for sharded setup. -6. In the controller, you will see incorrect `Bayesian statistics` for the count of learns and users. +2. Each replica should have same position in `read_servers` as her master in `write_servers`; otherwise this will result in misaligned read-write hash slots assignment. +3. You can't use more than one replica per master in a sharded setup; this will result in misaligned read-write hash slots assignment. +4. You can't use Redis Sentinel for sharded setup. +5. In the controller, you will see incorrect `Bayesian statistics` for the count of learns and users. ### Classifier and headers