summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.h
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-14667 mongos does not move top chunk after auto-splitRandolph Tan2014-08-061-2/+2
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-2/+2
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-2/+3
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-3/+2
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-2/+3
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-1/+1
* SERVER-14138 mongos incorrectly targets multiple shards for nested field shar...Greg Studer2014-06-051-1/+3
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-34/+34
* SERVER-13656 Use new query framework in getShardsForQuery on mongosSiyuan Zhou2014-05-011-0/+19
* SERVER-13402 bulk insert can result in too large chunksRandolph Tan2014-04-211-6/+20
* SERVER-11681 move distlock to s/ directory - not part of clientGreg Studer2014-01-081-1/+1
* SERVER-10818 fixes for basic batch downconversionGreg Studer2013-11-081-0/+2
* SERVER-2212 mongos maxTimeMS support for moveChunkJason Rassi2013-10-311-0/+2
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* SERVER-8335 remember _dataWritten for unaffected chunks after partial chunk m...Greg Studer2013-02-141-0/+5
* SERVER-5965: don't let users say too large chunk sizesEliot Horowitz2013-01-171-1/+8
* simplify getShardsForQuery and getShardsForRangeKevin Matulef2012-12-271-1/+1
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-16/+16
* Removed cluster_constants filesShaun Verch2012-12-181-1/+0
* SERVER-939 Changed CollectionFields to CollectionTypeShaun Verch2012-12-181-5/+1
* Clean up headers in files that will be changed in move to chunk typesShaun Verch2012-12-181-2/+0
* SERVER-7376 migrate deletion not aggressive enough and tied to migrate movesRandolph Tan2012-12-111-1/+6
* remove some rand() calls, and use Random insteadEliot Horowitz2012-11-111-1/+1
* SERVER-939 Introduced more collection and fields names constants.Alberto Lerner2012-11-051-11/+9
* buildbot sharding_balance4.js explicitly report chunk manager sequence number...Greg Studer2012-10-191-1/+6
* Revert "SERVER-7376 make all migration cleanup async unless explicitly specif...Greg Studer2012-10-181-6/+1
* SERVER-7376 make all migration cleanup async unless explicitly specified othe...Greg Studer2012-10-171-1/+6
* SERVER-2001 don't trigger 'split-at-top' heuristic with special shard keysKevin Matulef2012-10-041-1/+5
* Separate functions for locating documents vs locating points in the shard-key...Kevin Matulef2012-09-251-3/+33
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6278 add option to throttle balancing based on secondaries keeping upEliot Horowitz2012-07-091-1/+2
* SERVER-6305 command-line option to turn off auto-splitting on particular mong...Greg Studer2012-07-051-0/+2
* SERVER-4262 Correct detection of sharded collection dropping when performing ...gregs2012-06-081-1/+3
* SERVER-4262 refactor chunk manager and ensure epochs are created correctlygregs2012-05-211-17/+55
* SERVER-4262 Changes to get OID into the ShardChunkVersionGreg Studer2012-05-211-1/+1
* SERVER-5785 handle validation failure in chunk differ in ChunkManager _loadGreg Studer2012-05-101-1/+5
* SERVER-5475 out-parameter should be a refGreg Studer2012-05-091-2/+2
* SERVER-5475 merge split heuristics together into a mutable structGreg Studer2012-05-041-19/+35
* SERVER-5475 format comments to 100 char lines from 120 charGreg Studer2012-05-041-5/+7
* SERVER-5475 mark stale config exceptions from splits (minor version mismatche...gregs2012-05-041-0/+27
* SERVER-5475 changes for mongos chunk diffs on config reloadgregs2012-05-041-3/+7
* more cleanup of pch.h and goodies.h; new file ticketholder.hEric Milkie2012-04-061-0/+1
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-6/+6
* SERVER-4791 fix commentAaron2012-03-221-1/+2
* SERVER-4554 for shard selection, treat empty ranges separately from universal...Aaron2012-02-061-0/+4
* SERVER-4604 handle sharded bulk insert in a safer wayGreg Studer2012-01-051-0/+5
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+420