Skip to content

Commit

Permalink
Update statistic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoangel authored May 22, 2024
1 parent 82d233a commit 2342e41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/configuration/statistic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2342e41

Please sign in to comment.