diff options
author | Janna Golden <janna.golden@mongodb.com> | 2019-11-05 15:52:39 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-11-05 15:52:39 +0000 |
commit | c150b588cb4400e0324becd916de2a699988af99 (patch) | |
tree | b007619ce25c62cad0e275d01a8f57be0fa36d57 /src/mongo/db/s/balancer/balancer.h | |
parent | da5b6eff05c710029994ae1e06b47d1974974f6c (diff) | |
download | mongo-c150b588cb4400e0324becd916de2a699988af99.tar.gz |
SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo chunks
Diffstat (limited to 'src/mongo/db/s/balancer/balancer.h')
-rw-r--r-- | src/mongo/db/s/balancer/balancer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/s/balancer/balancer.h b/src/mongo/db/s/balancer/balancer.h index 1df09000920..b4d8c9e02a0 100644 --- a/src/mongo/db/s/balancer/balancer.h +++ b/src/mongo/db/s/balancer/balancer.h @@ -136,7 +136,8 @@ public: const ShardId& newShardId, uint64_t maxChunkSizeBytes, const MigrationSecondaryThrottleOptions& secondaryThrottle, - bool waitForDelete); + bool waitForDelete, + bool forceJumbo); /** * Appends the runtime state of the balancer instance to the specified builder. |