summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-57557 Skip FCV server parameter check in checkFCV() for mongos.Max Hirschhorn2021-06-101-4/+7
* SERVER-57192 Lower dbHash and background validation lock acquisition timeoutsGregory Noma2021-06-092-2/+2
* SERVER-50568 Platform Support: Remove Ubuntu18.04 zSeries from 5.0Vitalii Lirnyk2021-06-091-81/+0
* SERVER-57136 Skip maxStaleness wire version check when server is down.Max Hirschhorn2021-06-083-13/+45
* SERVER-57541 Pin mypy < 0.900Richard Samuels2021-06-081-1/+1
* SERVER-54896 Setting getLastErrorDefaults breaks multi-document transactionsHuayu Ouyang2021-06-082-0/+58
* SERVER-53187 Fix format in autosplit log messagesPaolo Polato2021-06-082-11/+13
* SERVER-56518: Only record preimages for findAndModify deletes in multi-statem...Daniel Gottlieb2021-06-073-1/+8
* SERVER-55249 archive all data on required mainline buildersRobert Guo2021-06-073-47/+40
* SERVER-56713: Add `requires_document_locking` to `retryable_writes_initial_sy...Daniel Gottlieb2021-06-051-1/+1
* SERVER-53646 Catch exception if waiting for failpoint throws on close connect...Jason Chan2021-06-041-1/+6
* SERVER-56377: Add fsm test for `storeFindAndModifyImagesInSideCollection`.Daniel Gottlieb2021-06-042-0/+183
* SERVER-48528 ValidateTests can fail sporadically due to KeyString hashingYuhong Zhang2021-06-042-14/+34
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-0421-62/+901
* SERVER-46805 Limit memory usage in the second phase of validate and add param...Gregory Noma2021-06-0412-23/+208
* SERVER-54005 Prevent oplog history truncation from deleting entries lte to th...Dianna Hohensee2021-06-0316-5/+80
* SERVER-57015: Ensure findAndModify image collection writes are not replicated.Daniel Gottlieb2021-06-031-0/+2
* SERVER-56261 remove invariant that RetryableWriteError and TransientTransacti...Haley Connelly2021-06-022-4/+30
* SERVER-56819 Make indexOfCP's classic engine impl always return -1 when end i...David Storch2021-06-022-1/+21
* SERVER-57053 Split CanonicalQuery validation on pre- and post-normalizationAnton Korshunov2021-06-024-27/+66
* Import wiredtiger: 7374df6c344587d433853d01f0c6241428ab7a80 from branch mongo...Luke Chen2021-06-02128-2044/+2444
* SERVER-57057 Reduce routing info refreshes on the mergeChunks path (BACKPORT-...Simon Gratzer2021-06-014-8/+36
* SERVER-57251 Only run salvage_incomplete_rolling_index_builds.js on variants ...Gregory Wlodarek2021-05-311-0/+6
* SERVER-51170 Ensure database refreshes are performed after ShardingState init...Pierlauro Sciarelli2021-05-311-2/+1
* SERVER-48648 Return updated ShardVersion in _configsvrCommitChunkMerge to avo...Simon Gratzer2021-05-314-18/+42
* SERVER-48653 Return updated ShardVersion in _configsvrCommitChunkSplit to avo...Simon Gratzer2021-05-318-41/+208
* SERVER-56468 Fix bug causing incorrect plan cache entry for {$ne: null} predi...Andrii Dobroshynski2021-05-288-23/+106
* SERVER-53624 Make sure that every test case that shuts down mongos has Callba...Cheahuychou Mao2021-05-281-1/+3
* SERVER-47534 Unblacklist mongos_dataSize.js from sharding_last_stable_mongos_...Cheahuychou Mao2021-05-281-3/+0
* SERVER-50209 Allow interruption of shard registry refresh thread when shuttin...Marcos José Grillo Ramirez2021-05-282-2/+9
* SERVER-57102 Fixing invariants on ShardServerCatalogCacheLoader to consider d...Antonio Fuschetto2021-05-282-3/+46
* SERVER-57251 Fix checkLog race in salvage_incomplete_rolling_index_builds.jsGregory Wlodarek2021-05-271-3/+0
* SERVER-57237 Ensure that the cluster is stable after upgrade in hiddenIndexes.jsRuoxin Xu2021-05-271-6/+9
* SERVER-48890: allow addFields to take empty document as no-opcaiyingshen2021-05-274-8/+51
* SERVER-57172 Do json.send before DSI post_runCarl Raiden Worley2021-05-272-9/+13
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-05-2713-49/+277
* SERVER-57055: exclude delete_during_migrate from code coverage targetPaolo Polato2021-05-271-0/+1
* SERVER-53624 Make mongos return RetryableWriteError label when retryable writ...Cheahuychou Mao2021-05-268-173/+444
* SERVER-56952 Add new build variant with storeFindAndModifyImagesInSideCollect...Jason Chan2021-05-264-2/+136
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-05-266-67/+456
* SERVER-57009 Additional debugging information in case of crash during FCV changeAntonio Fuschetto2021-05-262-3/+24
* SERVER-53447 Blacklist insert1.js with from transaction passthrough tests wit...Matthew Russotto2021-05-261-1/+1
* SERVER-55120 Fix docs link in invalid config fatal error messagePavi Vetriselvan2021-05-261-1/+1
* SERVER-56465 Fix invariant failure in Variables::getRuntimeConstants() constAlya Berciu2021-05-263-1/+19
* SERVER-38909 Permit empty update modifiers, treating as a no-op rather than ...Mindaugas Malinauskas2021-05-255-85/+366
* SERVER-57117 Verify that 'hedge' option is an object when parsing ReadPrefere...Mihai Andrei2021-05-253-3/+16
* SERVER-56376: Add jstest that exercises both retryable FaM behaviors.Daniel Gottlieb2021-05-251-0/+299
* SERVER-57091 Fix infinite loop in GranularityRounderPreferredNumbers::roundDownAlya Berciu2021-05-252-0/+29
* SERVER-56713: Avoid creating retryable find and modify images during initial ...Daniel Gottlieb2021-05-247-37/+258
* SERVER-56563: Downconvert `needsRetryImage` oplog entries for chunk migrations.Daniel Gottlieb2021-05-244-4/+111