[DOCS-13426] Fix confusion with startBalancer and activeWindows Created: 19/Feb/20 Updated: 30/Oct/23 Resolved: 16/Jun/21 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | manual, Server |
| Affects Version/s: | None |
| Fix Version/s: | Server_Docs_20231030 |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Nic Cottrell | Assignee: | Andrew Feierabend (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Participants: | |
| Days since reply: | 2 years, 34 weeks ago |
| Epic Link: | DOCSP-11701 |
| Story Points: | 2 |
| Description |
DescriptionThe docs for setting up a balancing window include a note: > Do not use the sh.startBalancer() method when you have set an activeWindow. I believe this is because it's not necessary to call startBalancer again as step 3 already does this via sh.setBalancerState( true ) (see code) For deployments where the balancer has accidentally been disabled via sh.setBalancerState( false )}, the only way to re-enable the balancer is to run {{sh.startBalancer(). We've confirmed that this does not force the balancer to start outside the window. Proposed changes1. Remove the comment Do not use the sh.startBalancer() method when you have set an activeWindow. or replace with As the balancer was activated in step 3, you do not need to call sh.startBalancer() again 1. Add something like If the balancer has been disabled for maintenance, you can re-enable it again with sh.startBalancer() and it will activate again only at the next window. Scope of changesImpact to Other DocsMVP (Work and Date)Resources (Scope or Design Docs, Invision, etc.) |
| Comments |
| Comment by Githook User [ 16/Jun/21 ] |
|
Author: {'name': 'andf-mongodb', 'email': 'andrew.feierabend@mongodb.com', 'username': 'andf-mongodb'}Message: |
| Comment by Githook User [ 16/Jun/21 ] |
|
Author: {'name': 'andf-mongodb', 'email': 'andrew.feierabend@mongodb.com', 'username': 'andf-mongodb'}Message: |
| Comment by Githook User [ 16/Jun/21 ] |
|
Author: {'name': 'andf-mongodb', 'email': 'andrew.feierabend@mongodb.com', 'username': 'andf-mongodb'}Message: |
| Comment by Githook User [ 16/Jun/21 ] |
|
Author: {'name': 'andf-mongodb', 'email': 'andrew.feierabend@mongodb.com', 'username': 'andf-mongodb'}Message: |
| Comment by Ravind Kumar (Inactive) [ 19/Feb/20 ] |
|
> We've confirmed that this does not force the balancer to start outside the window. This was confirmed for 3.6 -> 4.4? Just confirming, if so this is a simple change. |