Skip to content

Any balancing may be a problem for sharded secondary reads #2374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v6.1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/core/read-preference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ reads, because:
members of the set will need to be able to handle all application
requests.

- For queries of sharded collections, for clusters with the
:ref:`balancer <sharding-internals-balancing>` active, secondaries
may return stale
- For queries of sharded collections, for clusters where the
:ref:`balancer <sharding-internals-balancing>` has at any time been
active, secondaries may return stale
results with missing or duplicated data because of incomplete or
terminated chunk migrations.

Expand Down