summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25158 prevent 3.2 mongos from connecting to a featureCompatibilityVers...r3.3.13David Storch2016-09-221-3/+10
* SERVER-25743 Add dochub links to all featureCompatibilityVersion error messagesTess Avitabile2016-09-222-7/+21
* SERVER-16292 Wait to fork until the server is listeningsamantharitter2016-09-221-4/+4
* SERVER-25314 lock sharded database while droppingNathan Myers2016-09-221-19/+26
* SERVER-26222 MigrationManager::_abandonActiveMigrationsAndEnableManager shoul...Dianna Hohensee2016-09-222-14/+22
* SERVER-26198 always return retriable error if manual moveChunk is interrupted...Dianna Hohensee2016-09-211-5/+3
* SERVER-26204 Mark _configsvrMoveChunk as supportsWriteConcernKaloian Manassiev2016-09-211-0/+10
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files t...Spencer T Brody2016-09-2135-179/+170
* SERVER-25905 Release all config held distlocks and reacquire balancer distloc...Dianna Hohensee2016-09-2110-85/+112
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-202-4/+4
* SERVER-25894 Run _configsvrAddShard with w:majority write concernSpencer T Brody2016-09-201-0/+9
* SERVER-26189 Interrupt the balancer thread on stepdownKaloian Manassiev2016-09-202-0/+19
* Revert "SERVER-26155 Use read concern 'local' for dist lock manager on the co...Kaloian Manassiev2016-09-205-39/+25
* SERVER-26188 Check for more possible interrupt error codes in Balancer codeDianna Hohensee2016-09-201-3/+16
* SERVER-26144 add additional logging to ScopedMigrationRequest to aid debuggin...Dianna Hohensee2016-09-201-41/+71
* SERVER-26185 Remove majority reads from Balancer related code.Dianna Hohensee2016-09-202-2/+2
* SERVER-25744 failure to ping non-master is OKNathan Myers2016-09-191-1/+1
* SERVER-26155 Use read concern 'local' for dist lock manager on the config serverKaloian Manassiev2016-09-195-25/+39
* SERVER-24527 add test to ensure shard undergoes sharding initialization throu...Esha Maharishi2016-09-191-12/+18
* SERVER-26160 Store std::string in ReplSetDistLockManager instead of StringDataKaloian Manassiev2016-09-192-9/+8
* SERVER-26099 Use separate thread to interrupt migration manager on stepdownKaloian Manassiev2016-09-195-64/+96
* SERVER-25955: Only pass simple collation from mongos if necessaryMaria van Keulen2016-09-161-2/+6
* SERVER-25948 dbStats should indicate number of viewsJames Wahlin2016-09-161-2/+1
* Revert "SERVER-25905 Release all config held distlocks and reacquire balancer...Dianna Hohensee2016-09-1510-104/+79
* SERVER-25905 Release all config held distlocks and reacquire balancer distloc...Dianna Hohensee2016-09-1510-79/+104
* SERVER-26013 Remove default arguments from DistLockManagerKaloian Manassiev2016-09-145-16/+25
* SERVER-26013 Remove 'lockTryInterval' parameter from the DistLockManagerKaloian Manassiev2016-09-1410-205/+88
* SERVER-26092 make only MongosOptions and MongodOptions depend on AllFailPoint...Esha Maharishi2016-09-141-1/+4
* SERVER-24866 Balancer recoveryDianna Hohensee2016-09-1412-233/+663
* SERVER-25918 Operations on closed sessions should return a TransportSessionCl...samantharitter2016-09-121-0/+5
* SERVER-26051 sharding_balance3.js should wait longer for initial balancing roundRandolph Tan2016-09-121-1/+1
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-085-12/+12
* SERVER-26013 Add a missing library dependencyKaloian Manassiev2016-09-081-0/+1
* SERVER-24850 Make balancer skip namespaces which get dropped during analyisKaloian Manassiev2016-09-081-2/+8
* SERVER-25856 Rename _configsvr{Split,Merge}Chunks commands to _configsvrCommi...Spencer T Brody2016-09-086-48/+50
* SERVER-26013 Add a tryLock method to the dist lock managerKaloian Manassiev2016-09-0812-23/+118
* SERVER-26013 Remove ShardingCatalogClient::distLock and cleanup DistLockManagerKaloian Manassiev2016-09-0816-77/+57
* SERVER-25910 fail setShardVersion on mongod if not running with --shardsvrEsha Maharishi2016-09-071-0/+4
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-0/+5
* SERVER-25997 Make mongos shutdown safer if the grid object is not yet initial...Andy Schwerin2016-09-071-4/+9
* SERVER-25230 use ReplicaSetMonitor's ConnectionString when reloading shards f...Misha Tyulenev2016-09-072-6/+12
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-078-15/+14
* SERVER-25965 Use 'ceil' division when determining the optimal number of chunk...Kaloian Manassiev2016-09-062-7/+24
* SERVER-22666 Test that basic sharded cluster upgrade procedure properly makes...Spencer T Brody2016-09-061-0/+3
* SERVER-25002 Wire in new _configsvrMergeChunks command so shards no longer ru...Spencer T Brody2016-09-067-82/+141
* SERVER-24702 remove remnants of ShardingCatalogManagerImpl from ShardingTestF...Esha Maharishi2016-09-062-3/+1
* Revert "SERVER-25935 move ShardRegistry::init() out of Grid::init()"Max Hirschhorn2016-09-044-15/+4
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-13/+6
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-0/+9
* SERVER-25938 ShardLocal::runCommand should parse writeConcernError even when ...Spencer T Brody2016-09-022-12/+1