summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48653 Return updated ShardVersion in _configsvrCommitChunkSplit to avo...v4.2.12Simon Gratzer2021-06-019-53/+208
* SERVER-51170 Ensure database refreshes are performed after ShardingState init...Pierlauro Sciarelli2021-05-311-2/+1
* SERVER-56563: [RRFaM] Forge noop image oplog entries for chunk migrationAndrew Shuvalov2021-05-285-4/+99
* SERVER-47534 Unblacklist mongos_dataSize.js from sharding_last_stable_mongos_...Cheahuychou Mao2021-05-281-2/+0
* SERVER-57102 Fixing invariants on ShardServerCatalogCacheLoader to consider d...Antonio Fuschetto2021-05-282-2/+46
* SERVER-56713: BACKPORT-8977 [RRFaM] Avoid creating images while in initial syncAndrew Shuvalov2021-05-284-18/+185
* SERVER-56376: [RRFaM] part 1, add preImage extraction from config.image_colle...Andrew Shuvalov2021-05-274-9/+78
* SERVER-57172 Do json.send before DSI post_runCarl Raiden Worley2021-05-272-9/+13
* SERVER-45919 replSetReconfig should be allowed to fail with InterruptedDueToR...Pavithra Vetriselvan2021-05-271-2/+7
* SERVER-57055: exclude delete_during_migrate from code coverage targetPaolo Polato2021-05-271-0/+1
* SERVER-38909 Permit empty update modifiers, treating as a no-op rather than ...Mindaugas Malinauskas2021-05-265-85/+372
* SERVER-57009 Additional debugging information in case of crash during FCV changeAntonio Fuschetto2021-05-262-3/+24
* SERVER-57091 Fix infinite loop in GranularityRounderPreferredNumbers::roundDownAlya Berciu2021-05-252-0/+29
* SERVER-56375: [RRFaM] BACKPORT-8905 Have delete path write to config.transact...Andrew Shuvalov2021-05-245-19/+83
* SERVER-56374: BACKPORT-8902 create config.image_collection on StepUpAndrew Shuvalov2021-05-241-0/+19
* SERVER-56374: BACKPORT-8902 Add ability to write retryable findAndModify upda...Andrew Shuvalov2021-05-218-11/+125
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-05-215-7/+90
* SERVER-53334 User assert instead of invariant in ClientMetadataBen Caimano2021-05-202-12/+17
* SERVER-56373: BACKPORT-8899 from 8447dea added needsRetryImage support to log...Andrew Shuvalov2021-05-198-46/+97
* SERVER-57036 Pin MarkupSafe==1.1.0 to prevent s390x and PPC64LE install errorsRichard Samuels2021-05-191-0/+1
* SERVER-56373: BACKPORT-8899 Refactor Oplog onDelete callback to accomodate ne...Andrew Shuvalov2021-05-1819-57/+64
* SERVER-56584: BACKPORT-8946 Create IDL for documents for retriable find and ...Andrew Shuvalov2021-05-183-0/+59
* SERVER-56372: BACKPORT-8914 add server parameter for find and modify image lo...Andrew Shuvalov2021-05-181-0/+8
* SERVER-47720 Clarify WiredTigerIndexUnique log line to include the collection...Gregory Wlodarek2021-05-171-1/+2
* SERVER-53841 Additional logging for oplog_rollover.jsGregory Wlodarek2021-05-171-1/+1
* SERVER-50955 oplog_rollover.js pauses the OplogCapMaintainerThread until trun...Gregory Wlodarek2021-05-172-1/+40
* SERVER-53029 Port the changes for SERVER-52955 to later branchesAlex Taskov2021-05-154-1/+63
* SERVER-56937 Restore authentication state before upgrading primary.Max Hirschhorn2021-05-141-2/+27
* SERVER-56325 Wait for failpoint in server_transaction_metrics.js to be hit so...Vishnu Kaushik2021-05-141-4/+7
* SERVER-56310 Use w: majority to ensure transaction uses correct snapshotVishnu Kaushik2021-05-141-1/+1
* SERVER-56515 Make mergeChunks consider the 'incrementChunkMajorVersionOnChunk...Kaloian Manassiev2021-05-132-10/+49
* SERVER-49336 Set ClientMetadata before CommandInvocations are runA. Jesse Jiryu Davis2021-05-1222-422/+310
* SERVER-55766 Introduce an optimized "for restore" startup replication recover...Matthew Russotto2021-05-129-19/+597
* SERVER-56415 AwaitNodesAgreeOnPrimary doesn't work when given non-default set...Matthew Russotto2021-05-121-5/+5
* SERVER-51699 index_build_restart_secondary.js should handle exceptions when c...Benety Goh2021-05-121-1/+1
* SERVER-53447 Blacklist insert1.js with from transaction passthrough tests wit...Matthew Russotto2021-05-111-1/+1
* SERVER-56715 Using incorrect var name for logkeepr dataset on 4.2vrachev2021-05-101-1/+1
* SERVER-55460 Fix RPM packaging and package testing for SLES 12Ryan Egesdahl2021-05-1010-2/+84
* SERVER-53728 Platform Support: Remove SLES12 zSeriesVitalii Lirnyk2021-05-071-57/+0
* SERVER-53726 Platform Support: Remove RHEL6 zSeriesVitalii Lirnyk2021-05-071-54/+0
* SERVER-55019 Fix install_compass platform compatibilityRyan Egesdahl2021-05-062-159/+398
* SERVER-47699 Change yield type used by range deleter from YIELD_MANUAL to YIE...Antonio Fuschetto2021-05-051-4/+2
* SERVER-48636 Increase assertEventDoesNotWakeCursor getMore timeout in only_wa...Bernard Gorman2021-05-031-2/+2
* SERVER-45153 Ignore metrics temp files in FTDCFileManagerMark Benvenuto2021-05-032-1/+2
* SERVER-56164 system_perf.yml and perf.yml use finalized DSI apivrachev2021-05-032-1800/+1627
* SERVER-37125 Remove unused ProcessControl codeMikhail Shchatko2021-04-301-21/+5
* Revert "SERVER-56164 system_perf.yml and perf.yml use finalized DSI api"vrachev2021-04-292-1616/+1800
* Import wiredtiger: 91e1466e1dbc024d00c89b34630551348767399e from branch mongo...r4.2.14-rc0r4.2.14Luke Chen2021-04-282-4/+5
* SERVER-56164 system_perf.yml and perf.yml use finalized DSI apivrachev2021-04-272-1800/+1616
* SERVER-56371 Upgrade timelib to 2021.06Mohammad Dashti2021-04-2759-60774/+83864