summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58191 Allow delete_during_migrate test to tolerate chunk migration tim...r4.0.26-rc0r4.0.26Paolo Polato2021-07-161-2/+13
* SERVER-41741 Improve robustness of change_streams_shell_helper_resume_token.jsBernard Gorman2021-07-101-7/+10
* SERVER-58313 Fix package testing for SLES 12 on v4.2 and v4.0Ryan Egesdahl2021-07-071-1/+1
* SERVER-55465 Response from all nodes means sufficient responses have been rec...Vishnu Kaushik2021-07-062-2/+34
* SERVER-58248 Fix error code when checking if FeatureCompatibilityVersion is m...Matthew Russotto2021-07-021-1/+1
* SERVER-57064 Log create index and dropIndex(es) on mongosAntonio Fuschetto2021-07-022-10/+23
* SERVER-53643 Wait for FCV to be majority committed before reporting it.Matthew Russotto2021-06-304-14/+75
* SERVER-57157 Assert serverStatus command works in getBinVersion() jstest helperAli Mir2021-06-291-1/+1
* SERVER-58118: reduce verbosity in RSM loggingAndrew Shuvalov2021-06-291-6/+5
* SERVER-58109 Make shardChunksInRangeQuery satisfiable from the index onlyKaloian Manassiev2021-06-291-15/+11
* SERVER-57330 Update perf yaml configs for perf and sys-perf to use perf.sendCarl Raiden Worley2021-06-272-0/+16
* SERVER-57897 Add readPrefMode option to benchRun find/findOne opsYoonsoo Kim2021-06-254-4/+151
* SERVER-56654 Do not use the collection distributed lock for chunk splitsKaloian Manassiev2021-06-242-23/+5
* SERVER-56779 Allow multiple concurrent merges for the same collection across ...Kaloian Manassiev2021-06-243-23/+128
* SERVER-56054: Change minThreads value for replication writer thread pool to 0Lingzhi Deng2021-06-241-6/+41
* SERVER-57954 Update TPC-C version in sys-perf.ymlAlex Podelko2021-06-232-2/+2
* SERVER-56307 fix the convergence criteria to end the catchup phasePaolo Polato2021-06-234-53/+108
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-06-234-7/+86
* SERVER-55119 startup warning when X.509 certificates have no Subject Alternat...sergey.galtsev2021-06-235-2/+183
* SERVER-57328 Make ReplSetTest.upgradeSet() tolerant of reelectionsSara Golemon2021-06-221-2/+6
* SERVER-57719 Delete batchtimes in sys-perf-4.0vrachev2021-06-211-8/+0
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-1819-66/+935
* SERVER-57053 Split CanonicalQuery validation on pre- and post-normalizationAnton Korshunov2021-06-184-29/+66
* SERVER-57691 Return early in TxnResources if not in WUOWJason Chan2021-06-171-0/+3
* SERVER-56501 Add into serverStatus().opcounters a subsection for deprecated o...Irina Yatsenko2021-06-177-32/+695
* SERVER-48648 Return updated ShardVersion in _configsvrCommitChunkMerge to avo...Simon Graetzer2021-06-174-19/+34
* SERVER-44316 Remove incorrect log message in initial_syncer.cppCarolyn Duan2021-06-161-1/+0
* SERVER-57454: NotMaster error from chunk recipient is not propagated back to ...Andrew Shuvalov2021-06-143-3/+55
* SERVER-40590 delete KeyedExecutorMathias Stearn2021-06-143-637/+0
* SERVER-57057 Reduce routing info refreshes on the mergeChunks path (BACKPORT-...Simon Graetzer2021-06-144-8/+36
* SERVER-48653 Return updated ShardVersion in _configsvrCommitChunkSplit to avo...Simon Gratzer2021-06-139-46/+209
* SERVER-57564 Increase initialsync-logkeeper timeoutMikhail Shchatko2021-06-111-0/+1
* SERVER-50568 Platform Support: Remove Ubuntu18.04 zSeries from 5.0Vitalii Lirnyk2021-06-101-108/+0
* SERVER-57470 enable auto_tasks in 4.0vrachev2021-06-101-5/+21
* SERVER-57497 store_retryable_find_and_modify_images_in_side_collection.js sho...Jason Chan2021-06-101-5/+13
* Revert "SERVER-56307 Allow the donor to enter the critical section when the u...r4.0.25-rc1r4.0.25Paolo Polato2021-06-044-86/+7
* SERVER-56819 Make indexOfCP's classic engine impl always return -1 when end i...David Storch2021-06-032-1/+21
* SERVER-57356: Better logging around failed chunk migrationAndrew Shuvalov2021-06-022-39/+65
* SERVER-48890: allow addFields to take empty document as no-opcaiyingshen2021-06-023-8/+52
* SERVER-56361: Better FTDC diagnostics of RSMr4.0.25-rc0Andrew Shuvalov2021-06-0211-73/+442
* SERVER-56489: New pass-through test with random hello server-side delaysAndrew Shuvalov2021-06-019-10/+395
* SERVER-57282 Add requires_document_locking to retryable findAndModify downgra...Jason Chan2021-06-012-4/+8
* Revert "SERVER-56779 Allow multiple concurrent merges for the same collection...Kaloian Manassiev2021-06-013-149/+35
* SERVER-56361: revert FTDC diagnosticsAndrew Shuvalov2021-06-0111-429/+69
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Jason Chan2021-05-3014-77/+335
* SERVER-56361: Better FTDC diagnostics of RSMAndrew Shuvalov2021-05-2811-69/+429
* SERVER-56854: Use executor and enforce timeout when making hello requests in ...LaMont Nelson2021-05-2813-94/+446
* SERVER-56377: Add fsm test for `storeFindAndModifyImagesInSideCollection`.Daniel Gottlieb2021-05-282-2/+200
* SERVER-57102 Fixing invariants on ShardServerCatalogCacheLoader to consider d...Antonio Fuschetto2021-05-282-2/+47
* SERVER-57172 Do json.send before DSI post_runCarl Raiden Worley2021-05-272-9/+13