Skip to content

DOCS-13426 clarify startBalancer for activeWindow #5452

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

Merged
merged 1 commit into from
Jun 16, 2021
Merged
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
15 changes: 7 additions & 8 deletions source/includes/steps-schedule-balancer-window.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,12 @@ action:
server replica set.
- pre: |
.. note::
The balancer window must be sufficient to *complete* the migration
of all data inserted during the day.

As data insert rates can change based on activity and usage
patterns, it is important to ensure that the balancing window you
select will be sufficient to support the needs of your deployment.
The balancer window must be sufficient to *complete* the
migration of all data inserted during the day.

Do not use the :method:`sh.startBalancer()` method when you have set an
``activeWindow``.
...
As data insert rates can change based on activity and usage
patterns, it is important to ensure that the balancing window
you select will be sufficient to support the needs of your
deployment.
...