As of v3.0.6, the activeWindow subdocument is being passed to the grid::_inBalancingWindow although the method expects the full settings document:
https://github.com/mongodb/mongo/blob/r3.0.6/src/mongo/s/grid.cpp#L509
This is fixed in master with this commit:
https://github.com/mongodb/mongo/commit/30c9fa8ef46c1c6a0951a0d8ab724991e5cc04e2
- is duplicated by
-
SERVER-19948 The balancingWindow does not work
- Closed
-
SERVER-24035 balancer does not respect active window
- Closed