From d9500825fd369a98e177eeedbe9c64dbcf8d9392 Mon Sep 17 00:00:00 2001 From: Spencer T Brody Date: Tue, 7 Jul 2015 17:25:40 -0400 Subject: SERVER-18594 RS Catalog Manager implementation of shardCollection --- src/mongo/s/chunk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mongo/s/chunk.h') diff --git a/src/mongo/s/chunk.h b/src/mongo/s/chunk.h index 6a855fdcfe6..f519ee95676 100644 --- a/src/mongo/s/chunk.h +++ b/src/mongo/s/chunk.h @@ -158,6 +158,7 @@ public: void pickMedianKey(BSONObj& medianKey) const; /** + * Ask the mongod holding this chunk to figure out the split points. * @param splitPoints vector to be filled in * @param chunkSize chunk size to target in bytes * @param maxPoints limits the number of split points that are needed, zero is max (optional) -- cgit v1.2.1