summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-313-0/+3
* SERVER-29771 Remove the forceerror commandjannaerin2018-01-314-23/+0
* SERVER-32556 retryable write on local db hits an invariantRandolph Tan2018-01-291-3/+61
* SERVER-32929 clone_metadata_only.js fails on mmapRandolph Tan2018-01-291-2/+4
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-01-242-53/+58
* SERVER-32643 Add a metadataOnly flag to the clone commandKaitlin Mahar2018-01-231-0/+176
* SERVER-32463 Remove FCV dependent miscellaneous sharding codeJack Mulrow2018-01-234-94/+0
* SERVER-25640 check dbhashes in stopSetKevin Albertson2018-01-223-0/+7
* SERVER-32681 exact_shard_key_target.js moveChunk should wait for deleteRandolph Tan2018-01-221-2/+6
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-195-0/+45
* SERVER-32463 Remove / modify FCV dependent sharding UUID testsJack Mulrow2018-01-193-134/+13
* SERVER-32349 Change streams over sharded collections may produce merged op lo...Martin Neupauer2018-01-191-2/+53
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-181-0/+99
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-164-1361/+0
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ...Kaloian Manassiev2018-01-161-44/+54
* SERVER-32365 Move the logic of the dropDatabase command into the new _configs...Kaitlin Mahar2018-01-152-77/+32
* SERVER-32526 Increase the ChunkManager unit-test coverageKaloian Manassiev2018-01-132-174/+157
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-124-0/+1361
* SERVER-30152 Add safe secondary reads targeted tests for mapReduceEsha Maharishi2018-01-113-32/+199
* SERVER-31335 cmd assertions check write errorsKevin Albertson2018-01-111-2/+2
* SERVER-32568 Blacklist migration_sets_fromMigrate_flag.js from the CSRS conti...Kaloian Manassiev2018-01-091-34/+41
* SERVER-30504 Remove journaling option from writeConcerns tested for config se...Kaitlin Mahar2018-01-091-4/+2
* SERVER-30504 Move the logic of the dropCollection command into the new _confi...Kaitlin Mahar2018-01-084-81/+108
* SERVER-32371 features2.js should exclude clusterTime metadataRandolph Tan2018-01-051-11/+19
* SERVER-32255 Ensure UUIDs exist for local collections on ShardServersMaria van Keulen2018-01-041-0/+22
* SERVER-32529 Revert "SERVER-32105 Require shard servers and config servers to...Esha Maharishi2018-01-043-78/+4
* SERVER-32492 idhack_sharded.js should use _waitForDelete:true in moveChunkTess Avitabile2017-12-291-2/+2
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-283-2/+92
* SERVER-32363 Create a _configsvrDropDatabase commandKaitlin Mahar2017-12-193-0/+3
* SERVER-32277 Remove MONGODB-CR -> SCRAM-SHA-1 upgradeSara Golemon2017-12-184-35/+0
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-162-35/+31
* SERVER-31916 wait for clusterTime on mongo connectionMisha Tyulenev2017-12-152-1/+3
* SERVER-30534 Create a _configsvrDropCollection commandKaitlin Mahar2017-12-133-0/+3
* SERVER-32276 Remove support for MONGODB-CR in copydbSara Golemon2017-12-123-3/+0
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-111-1/+1
* SERVER-25276: Remove redundant information from minOpTimeRecovery documentKaitlin Mahar2017-12-081-2/+0
* SERVER-32222 change_streams_primary_shard_unaware.js needs to be marked as re...Matthew Russotto2017-12-081-0/+2
* SERVER-24981 Rewrite $limit optimizationjannaerin2017-12-071-0/+82
* SERVER-32085 $changeStream reports incorrect documentKey for unsharded collec...Bernard Gorman2017-12-061-15/+35
* SERVER-31627 ShardingTest.checkUUIDsConsistentAcrossCluster can fail to see c...Esha Maharishi2017-12-054-8/+8
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-191/+205
* SERVER-31707: Test changeStreams on a sharded collection where the shard does...Nick Zolnierz2017-12-021-0/+181
* SERVER-30671 Don't expect operationTime to not change in causal_consistency_s...Jack Mulrow2017-12-011-4/+1
* SERVER-31651 Extend geoNear command and agg stage to accept optional 'key' fi...David Storch2017-12-013-13/+13
* SERVER-32105 Require shard servers and config servers to be started with --re...Esha Maharishi2017-11-302-51/+73
* SERVER-30226 Best effort make the recipient shard refresh its metadata after ...Dianna Hohensee2017-11-282-21/+26
* SERVER-27724 Minimize split chunk command routing table refreshesDianna Hohensee2017-11-282-5/+10
* Revert "SERVER-30226 Best effort make the recipient shard refresh its metadat...Dianna Hohensee2017-11-282-26/+21
* SERVER-30226 Best effort make the recipient shard refresh its metadata after ...Dianna Hohensee2017-11-282-21/+26
* SERVER-32029 Only target primary shard for unsharded change stream.Charlie Swanson2017-11-273-4/+163