summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-26745-1759/+924
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-2529-220/+970
* SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressorBilly Donahue2020-04-257-135/+176
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-257-155/+159
* SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...Spencer T Brody2020-04-246-22/+12
* SERVER-47325 indexbg_killop_primary_after_init.js should only let the index b...Louis Williams2020-04-241-1/+2
* SERVER-46722 Update primary createIndex oplog application dbtestMaria van Keulen2020-04-249-278/+458
* SERVER-47750 mongos isMaster response should return booleanPavi Vetriselvan2020-04-241-1/+1
* SERVER-47707 Fix TODOs to reference a more appropriate ticketKaloian Manassiev2020-04-242-6/+9
* SERVER-47754 Allow background validation to run on storage engines that do no...Gregory Wlodarek2020-04-244-28/+13
* SERVER-47749 The JournalFlusher should use a WRITE_CONFLICT_RETRY_ONLY YieldP...Dianna Hohensee2020-04-241-1/+9
* SERVER-47527 Remove getCollectionDescription_DEPRECATED usage inside index bu...Randolph Tan2020-04-245-102/+35
* SERVER-47665 findAndModify_upsert_no_conflicts.js requires support for docume...Benety Goh2020-04-241-2/+9
* SERVER-47658: Improve validate diagnostics, with a focus on multikey failures.Daniel Gottlieb2020-04-247-8/+25
* SERVER-36739 Use the mongos_manual_intervention_action hook in concurrency st...Misha Tyulenev2020-04-242-0/+4
* SERVER-43333 Ingest drivers server selection testsjannaerin2020-04-24124-115/+2296
* SERVER-47526 Use getCollectionDescription on rename collectionMarcos José Grillo Ramírez2020-04-247-43/+40
* SERVER-47738 Don't include CatalogCache blocked operation metrics on mongodBlake Oler2020-04-241-18/+21
* SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler2020-04-2420-699/+66
* SERVER-47694: fix multikey. againDaniel Gottlieb2020-04-248-35/+89
* SERVER-47332 Add way to do unstructured logging for local developmentHenrik Edin2020-04-248-6/+262
* SERVER-46402 Better logging for movePrimary/moveChunk when error occursPierlauro Sciarelli2020-04-242-5/+17
* SERVER-47702 Tests should not try to resume index builds against a node in RO...William Schultz2020-04-242-5/+7
* SERVER-47678 stepdown and kill primary reconfig passthroughs should ignore Re...Pavi Vetriselvan2020-04-244-10/+22
* SERVER-47571: Tag snapshot_committed_reads.js requires_replicationLingzhi Deng2020-04-241-1/+1
* SERVER-47571: Wait for majority committed snapshot for atClusterTime/afterClu...Lingzhi Deng2020-04-242-3/+69
* SERVER-46356 Add count of automatic reconfigs to serverStatusVesselina Ratcheva2020-04-232-0/+32
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-04-2314-67/+342
* SERVER-47161 Change log message to use UserAssertAfterLogBlake Oler2020-04-231-9/+4
* SERVER-47697 Remove logging/log_test.cc and support files.Billy Donahue2020-04-2319-1883/+235
* SERVER-47605 Single-phase index builds should only check constraint violation...Louis Williams2020-04-2310-120/+93
* SERVER-47566 Take CSRLock inside CollectionShardingRuntime::getCriticalSectio...Randolph Tan2020-04-234-11/+13
* SERVER-47681 Background validation uses the kNoOverlap read source instead of...Gregory Wlodarek2020-04-231-6/+10
* SERVER-46955 Create MongosTopologyCoordinatorPavi Vetriselvan2020-04-237-43/+377
* SERVER-46611 Don't allow build.ninja to depend on conftestsAndrew Morrow2020-04-231-1/+2
* SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-232-38/+28
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-2316-119/+483
* SERVER-36960 Stepdown thread should handle AutoReconnect exceptions when exec...Mikhail Shchatko2020-04-231-0/+4
* SERVER-30044 Delete const&& versions of BSONComparatorInterfaceBase's make* m...Drew Paroski2020-04-233-14/+55
* SERVER-47316 Upgrade/downgrade testing for hidden indexesArun Banala2020-04-231-0/+216
* SERVER-47125 Don't trust OplogQueryMetadata.primaryIndexA. Jesse Jiryu Davis2020-04-237-16/+26
* SERVER-47439 build system indexes single-phasedBenety Goh2020-04-231-37/+1
* SERVER-45591 Allow Future<vector<move-only-type>> by adding is_really_copy_co...Spencer T Brody2020-04-232-2/+38
* SERVER-47543 fix hang when hedge read finishes first with MaxTimeMSExpired errorMisha Tyulenev2020-04-223-18/+24
* SERVER-47049 Test split horizon reconfigCheahuychou Mao2020-04-221-0/+35
* SERVER-47394 Disconnect from client on SplitHorizonChange errorJason Chan2020-04-224-11/+36
* SERVER-46758 In-memory FCV value should properly reflect the on-disk FCV afte...Jason Chan2020-04-225-42/+213
* SERVER-47561 Add MONGO_IDLE_THREAD_BLOCK to WaitForMajorityServiceJamie Heppenstall2020-04-221-0/+2
* SERVER-47677 Clean up remaining references to FCV in cleanupOrphaned commandEsha Maharishi2020-04-221-13/+9
* SERVER-47397 enhanced logging for Execution owned files (part 2)Eric Milkie2020-04-2211-91/+95