summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49704 txn_being_applied_to_secondary_cannot_be_killed.js should not al...r4.2.9-rc0r4.2.9Matthew Russotto2020-08-071-2/+3
* SERVER-46854 Disable periodic index consistency checker on config servers in ...Mihai Andrei2020-08-071-0/+5
* SERVER-49233 Introduce a flag to toggle the logic for bumping collection's ma...Matthew Saltz2020-08-033-259/+539
* SERVER-46194 Applying transfer mods in a migration does not handle write conf...Alex Taskov2020-07-301-0/+62
* SERVER-49311 Prevent the PeriodicShardedIndexConsistencyChecker cause failure...Marcos José Grillo Ramírez2020-07-251-5/+7
* SERVER-48096 PeriodicShardedIndexConsistencyChecker thread on jstests can cau...Tommaso Tocci2020-07-211-0/+5
* SERVER-48926 Fix remaining sharding tests that incorrectly set votes to 0 on ...Esha Maharishi2020-06-225-14/+14
* SERVER-47209 Account for rollback in change_streams_update_lookup_shard_metad...Bernard Gorman2020-05-281-20/+17
* SERVER-47798 ismaster.js tests should ensure ismaster field is a booleanPavi Vetriselvan2020-05-261-1/+4
* SERVER-48307 Disable single-write-shard transaction commit optimizationEsha Maharishi2020-05-212-2/+79
* SERVER-47999 balance_repl.js should ensure writes have replicated before atte...Esha Maharishi2020-05-071-7/+7
* SERVER-47462 remove setIndexCommitQuorum commandBenety Goh2020-04-235-17/+0
* SERVER-45624 Make the balancer split the sessions collectionCheahuychou Mao2020-04-161-0/+155
* SERVER-46396 Add metrics to track number of operations blocked behind a catal...Blake Oler2020-04-162-0/+185
* SERVER-47436 Make shards validate shardKey in dataSize commandr4.2.6-rc0r4.2.6Cheahuychou Mao2020-04-142-14/+113
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2020-04-131-0/+95
* SERVER-41777 Call awaitLastOpCommitted() in test with stale mongosBlake Oler2020-04-131-0/+5
* SERVER-45910 Ensure all routers see result of movePrimary in change_streams_p...Blake Oler2020-04-061-0/+4
* SERVER-43889 Distinguish between retryable write and transaction when failing...Ali Mir2020-03-311-0/+25
* SERVER-46307 database_versioning_safe_secondary_reads.js should not set "vote...Esha Maharishi2020-03-301-2/+2
* SERVER-45987 Ensure apply op entries for deletes in multi-document transactio...Ruoxin Xu2020-03-251-0/+127
* SERVER-37148 Remove mr_shard_version.js and mr_during_migrate.js in favor of ...Nick Zolnierz2020-03-021-87/+0
* SERVER-43867 Move check_log.js inside src/mongo/shell/ SERVER-43867 Work arou...Vesselina Ratcheva2020-02-271-1/+0
* SERVER-45273 Remove the mongos version check in allow_partial_results.js and ...Cheahuychou Mao2020-02-182-12/+6
* SERVER-44103 clear_jumbo.js should wait for balancer to be on mode: full for ...Randolph Tan2020-01-271-3/+2
* SERVER-44130 Flip order of assert.lte arguments in logical_time_metadata.jsJack Mulrow2020-01-241-2/+2
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Marcos José Grillo Ramírez2020-01-142-13/+65
* SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2020-01-141-0/+8
* SERVER-44477 Use correct collection count in cluster MR when determining whet...Nicholas Zolnierz2020-01-082-2/+63
* SERVER-44527 Avoid renaming to target collection in mapReduce if the shard do...Nicholas Zolnierz2020-01-071-0/+19
* SERVER-40435 A clearJumboChunk command to clear the jumbo flagRandolph Tan2020-01-076-0/+116
* SERVER-43310 Always route a sharded cluster's createIndexes call through a re...Blake Oler2020-01-021-0/+20
* SERVER-45272 Remove assertions about the last-stable behavior in allow_partia...Cheahuychou Mao2019-12-202-20/+4
* SERVER-33597 Fix comments in allow_partial_results.jsCheahuychou Mao2019-12-201-3/+3
* SERVER-33597 Make allow_partial_results.js, return_partial_shards_down.js sta...Cheahuychou Mao2019-12-192-33/+57
* SERVER-44733 Change stream should throw ChangeStreamFatalError if a single sh...Bernard Gorman2019-12-173-4/+69
* SERVER-43960 Make sharding_balance4.js wait for chunk splits in between updatesMatthew Saltz2019-12-121-2/+7
* SERVER-44977 Allow $changeStream with updateLookup to run directly against a ...Bernard Gorman2019-12-101-0/+47
* SERVER-44775 Make pauseWhileSet increment _timesEntered onceCheahuychou Mao2019-12-101-6/+9
* SERVER-43860 Always upsert exact source document for pipeline-insert $merger4.2.2-rc0Bernard Gorman2019-12-031-47/+211
* SERVER-43384 Use non-snapshot read concern for sharded transaction in aggrega...Jack Mulrow2019-12-021-1/+0
* SERVER-30612 zbigMapReduce.js stopBalancer can time out waiting for long migr...Marcos José Grillo Ramírez2019-11-181-1/+1
* SERVER-44289 permit writeConcern on retryable writes that move doc onto anoth...Kevin Pulo2019-11-131-3/+20
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-111-0/+2
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-071-0/+29
* SERVER-44261 Replace waitForFailpoint function with waitForFailPoint commandCheahuychou Mao2019-11-054-31/+17
* SERVER-39165 Add waitForFailpoint command and update non-repl testsCheahuychou Mao2019-10-315-0/+5
* SERVER-39332 Change reliance on balancer to use manual migrations in remove2....Blake Oler2019-10-281-122/+85
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-241-0/+54
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-10-213-18/+36