summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-43745 plumb syslog severity through in logv24.0Gabriel Russell2019-10-101-3/+16
|
* SERVER-33931 Make sharded cluster fixture start shards as single node ↵Cheahuychou Mao2019-10-1017-13/+13
| | | | replica sets
* SERVER-43450 Remove stale workaround and associated todo noteAndrew Morrow2019-10-101-18/+0
|
* SERVER-43886 Check if the index was dropped after locking the weak_ptr to ↵Gregory Wlodarek2019-10-104-12/+11
| | | | the IndexCatalogEntry in RequiresIndexStage and RequiresAllIndicesStage
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-1063-765/+711
|
* Revert "SERVER-41899 Support multiple instances of boost::log::core"Henrik Edin2019-10-103-24/+0
| | | | This reverts commit ea6c7f08de9e406c8dc05408f1ed688220e03954.
* SERVER-43403: Check index creation namespace after reacquiring locks.Daniel Gottlieb2019-10-102-6/+12
|
* SERVER-43921 Make auth_add_shard.js start shards as replica setsCheahuychou Mao2019-10-101-11/+13
|
* SERVER-43729: Wait for secondary state before running replSetFreeze in ↵Lingzhi Deng2019-10-101-0/+6
| | | | RollbackTest.transitionToSyncSourceOperationsDuringRollback
* SERVER-43639 complete index builds on the secondary using the timestamp from ↵Benety Goh2019-10-103-1/+4
| | | | the commitIndexBuild oplog entry
* SERVER-43800 disable flaky testBenety Goh2019-10-101-0/+2
|
* SERVER-41778 Increase log verbosity of the COMMAND component to level 2 in ↵Carl Worley2019-10-103-29/+32
| | | | jstestfuzz suites
* SERVER-38875 Make tests start shards as replica sets instead of standalones ↵Cheahuychou Mao2019-10-1068-319/+219
| | | | after auth cluster time gossiping fix
* SERVER-43759 Implement log domains with filtering.Henrik Edin2019-10-1019-249/+215
| | | | Does not require modifications to boost::log.
* SERVER-42998 Make multiSyncApply non-configurableMihai Andrei2019-10-109-287/+252
|
* SERVER-43265 Fix using URI network compressors parameter in shellHenrik Edin2019-10-101-1/+3
|
* SERVER-43447 Removing FCV related TODO in pipeline/expression.cpp (not doing it)Dianna Hohensee2019-10-101-3/+3
|
* SERVER-10720 Add a way for getShardVersion on mongos to return the full ↵Cheahuychou Mao2019-10-102-4/+122
| | | | cached chunk distribution for a collection
* SERVER-43639 fix tests to support two phase index buildsBenety Goh2019-10-104-11/+23
|
* SERVER-43641 fix testBenety Goh2019-10-101-2/+4
|
* SERVER-43639 IndexBuildsCoordinator::commitIndexBuild() returns voidBenety Goh2019-10-103-10/+9
|
* SERVER-41397 Allow specifying a connection timeoutSara Golemon2019-10-102-5/+14
|
* SERVER-43924 Remove construction of Status with ErrorCodes::Error in ↵Benety Goh2019-10-091-4/+2
| | | | IndexBuildsCoordinator
* SERVER-43869 runCreateIndexesForMobile() acquires collection locks necessary ↵Benety Goh2019-10-091-1/+11
| | | | to clean up aborted index builds
* SERVER-43800 ClockSource::waitForConditionUntil shouldn't use unique_lock ↵Ben Caimano2019-10-094-35/+43
| | | | out of line
* SERVER-43638 Do not block prepared transactions on index builds on secondariesLouis Williams2019-10-092-9/+18
|
* SERVER-43752 Fix prepare_conflict.js log checkHaley Connelly2019-10-091-19/+18
|
* SERVER-42433 use ProjectionAST in canonical query encodingIan Boros2019-10-092-62/+80
|
* SERVER-41654 trim somap to relevant libs on stacktraceBilly Donahue2019-10-098-117/+679
|
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-0922-180/+132
|
* SERVER-43641 upgrade random.hBilly Donahue2019-10-0925-278/+302
| | | | This reverts commit a40b196bd3cecd0b66a6323f57e6f08efe0af392.
* SERVER-39002 clean up index builds on the secondary using the timestamp from ↵Benety Goh2019-10-093-0/+17
| | | | the abortIndexBuild oplog entry
* SERVER-43710 Upgrade Zstandard to version 1.4.3Henrik Edin2019-10-09480-11843/+24167
|
* SERVER-39002 write abortIndexBuild oplog entry in same WUOW as index build ↵Benety Goh2019-10-092-19/+109
| | | | cleanup
* SERVER-39002 IndexBuildsCoordinator checks replication state before writing ↵Benety Goh2019-10-091-16/+33
| | | | abortIndexBuild oplog entry
* SERVER-39002 add IndexBuildsCoordinator::joinIndexBuild()Benety Goh2019-10-092-9/+10
|
* SERVER-39002 IndexBuildsCoordinator::abortIndexBuildByBuildUUID() returns voidBenety Goh2019-10-094-19/+12
|
* SERVER-43818 Remove src/mongo/shell/mr.jsCharlie Swanson2019-10-093-94/+0
|
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-0822-132/+180
|
* SERVER-38020 Log progress for record store and index traversal during ↵Evgeni Dobranov2019-10-082-0/+37
| | | | collection validation
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-0827-1333/+1520
|
* SERVER-43744 Add logFormat configure option (logv2 only)Henrik Edin2019-10-087-2/+101
|
* SERVER-39002 move RSTL unlocking logic in IndexBuildsCoordinator to ↵Benety Goh2019-10-081-5/+13
| | | | anonymous namespace
* Revert "SERVER-42836 Fast path for sort key generation of WorkingSetMembers"Justin Seyster2019-10-086-144/+134
| | | | | | Reverting due to failure in external_sort_find.js. This reverts commit d22968677a25ccd587fdadc7106b181780393736.
* SERVER-43778 remove randomness fragility from ReplicationCoordinatorImpl testsBilly Donahue2019-10-082-5/+31
|
* SERVER-43879 OplogInterfaceLocal::next should return an owned BSON objLouis Williams2019-10-081-1/+1
|
* SERVER-42407 Sharding/read_pref_cmd.js should assume less about ↵Rahul Sundararaman2019-10-081-20/+20
| | | | secondaryPreferred + tag_sets
* SERVER-42776 Support mixed version test suites with ShardedClusterFixtureJason Chan2019-10-086-23/+104
|
* SERVER-38884 Update multiversion tests to reflect use shards as replica sets ↵Cheahuychou Mao2019-10-085-16/+18
| | | | in 4.2 onwards
* SERVER-23664 $mod match expression should raise an error when the remainder ↵James Wahlin2019-10-082-24/+19
| | | | is not a number