summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-55784 Add catalog statistics to serverStatusLouis Williams2021-05-267-7/+233
* SERVER-56200 Added base case to catch if op is none of the expected typesJennifer Peshansky2021-05-261-0/+2
* SERVER-53624 Make mongos return RetryableWriteError label when retryable writ...Cheahuychou Mao2021-05-266-58/+241
* SERVER-57101 Prove generating DamageVector from docDiff in unittestYuhong Zhang2021-05-2611-29/+265
* SERVER-56424 Sorter detects and converts out of disk space system error rathe...Benety Goh2021-05-261-0/+8
* SERVER-56902 Remove _abortReason member variable from ReshardingRecipientServiceLuis Osta2021-05-262-24/+18
* SERVER-56480 Set executionStats.allPlansExecution to an empty array when usin...Irina Yatsenko2021-05-262-8/+8
* SERVER-57164 isVariableReference includes system variablesDavid Percy2021-05-262-3/+17
* SERVER-57189 Change the type of the zones parameter in resharding commands to...jannaerin2021-05-263-14/+8
* SERVER-56424 index build fasserts when system runs out of disk spaceBenety Goh2021-05-261-0/+6
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-2619-39/+147
* SERVER-56950 Avoid shardRegistry reload infinite loop when overlapping with s...Simon Gratzer2021-05-261-2/+8
* SERVER-57057 Reduce routing info refreshes on the mergeChunks pathSimon Gratzer2021-05-262-9/+17
* Import wiredtiger: 8e6373247bd61fd6029b9c80599bea3ebe3b1262 from branch mongo...Luke Chen2021-05-2659-378/+1123
* SERVER-56677 Refactor --shutdown handlingSara Golemon2021-05-261-39/+60
* SERVER-57097 fix FTSSpec::fixSpec() to handle int values in weight values tha...Benety Goh2021-05-261-1/+1
* SERVER-56757 Add query knob to ensure that setWindowFields is in deterministi...samontea2021-05-252-13/+29
* SERVER-57098: Reset retryable write state on the tenant migration recipient i...Lingzhi Deng2021-05-251-9/+29
* SERVER-56883 Fix db.collection.stats() error on mongos when calling on timese...Henrik Edin2021-05-251-1/+5
* SERVER-57099: Preserve donor oplog optime in o2 when avoid re-wrapping previo...Lingzhi Deng2021-05-251-0/+7
* SERVER-56839 Index seeks should advance their cursor until aLouis Williams2021-05-251-3/+46
* SERVER-57185 Remove noexcept to _finalize function on create sharded collecti...Marcos José Grillo Ramirez2021-05-252-2/+2
* SERVER-57130 Traverse arrays while filling the Document cachesamontea2021-05-254-7/+45
* SERVER-56868 Fix semantics for write concern provenance when implicit default...Huayu Ouyang2021-05-253-6/+27
* SERVER-57126 Don't invariant that resharding machine completion promises are ...Blake Oler2021-05-256-17/+3
* SERVER-57175 Remove reduntant collection refresh on create collection coordin...Tommaso Tocci2021-05-251-21/+0
* SERVER-57170 Fix FCV check for applying $v:2 oplog entriesArun Banala2021-05-251-1/+4
* SERVER-57051 Shard may fail to notify that router was stale for command in mu...Tommaso Tocci2021-05-251-3/+7
* SERVER-56557 Simplify create collection coordinator check phaseTommaso Tocci2021-05-252-13/+10
* SERVER-57177 Create collection coordinator refreshes cached database info onl...Tommaso Tocci2021-05-251-3/+16
* SERVER-57102 Fixing invariants on ShardServerCatalogCacheLoader to consider d...Antonio Fuschetto2021-05-252-3/+46
* SERVER-55573 Deadlock between stepdown and chunk migrationPierlauro Sciarelli2021-05-251-1/+5
* SERVER-54192 Each query parser initializer set should be grouped by a single ...Anton Korshunov2021-05-259-45/+54
* SERVER-57022 Add a way to construct a ComparableDatabaseVersion without a val...Sergi Mateo Bellido2021-05-254-4/+16
* Import wiredtiger: 912ceefab6bf5e7287952e713ef5c8b6af648fa2 from branch mongo...Luke Chen2021-05-252-3/+5
* Import wiredtiger: f0d322252d4becd1b4d183c0a2d62bb904b5b3a6 from branch mongo...Luke Chen2021-05-2517-95/+470
* Import wiredtiger: 2b482755b5a91d2c9bc7276069f3693d2d8d8bfb from branch mongo...Luke Chen2021-05-253-5/+7
* Import wiredtiger: fd460b724d5b1679c3b950ed4aed81e85f98d336 from branch mongo...Luke Chen2021-05-252-1/+12
* Import wiredtiger: cdeef9d4078d7bedaac368fe02953b4341b65228 from branch mongo...Luke Chen2021-05-259-31/+117
* Revert "SERVER-56950 Avoid shardRegistry reload infinite loop when overlappin...Max Hirschhorn2021-05-251-7/+1
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-2413-93/+193
* SERVER-57154: Relax constraints of FCV parsing for feature flagsXueruiFa2021-05-243-2/+66
* SERVER-57071 Ensure that TenantMigrationDonorAccessBlocker's promises are ful...Cheahuychou Mao2021-05-244-3/+47
* SERVER-57150 update architecture guide for total units writtenEric Milkie2021-05-241-0/+22
* SERVER-57148 Pass variables states to input evaluation in removable range exe...Nick Zolnierz2021-05-241-1/+1
* SERVER-57091 Fix infinite loop in GranularityRounderPreferredNumbers::roundDownAlya Berciu2021-05-241-0/+7
* SERVER-55139 Fix documentation for MONGO_UNREACHABLELuis Osta2021-05-241-4/+5
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-2417-118/+75
* SERVER-57131: Fix trivial race in topology_listener_testAndrew Shuvalov2021-05-241-2/+1
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-2417-325/+87