summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-48556 Return full error string including code name from migration thre...Alex Taskov2020-08-101-2/+2
* Revert "SERVER-47568 disable clusterTime gossiping for nodes not in readable ...Misha Tyulenev2020-08-051-3/+2
* SERVER-49715 Check for interrupt while finding unowned ranges on setFCV to 4.4Esha Maharishi2020-08-053-56/+146
* SERVER-48531: 3 way deadlock can happen between chunk splitter, prepared tran...Kshitij Gupta2020-08-051-0/+2
* SERVER-47568 disable clusterTime gossiping for nodes not in readable stateMisha Tyulenev2020-08-041-2/+3
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-08-041-2/+14
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-08-041-1/+2
* SERVER-49546 setFCV to 4.4 should insert range deletion tasks in batches rath...Luis Osta2020-08-045-72/+130
* SERVER-48229 Shutdown PeriodicShardedIndexConsistencyChecker after Replicatio...Cheahuychou Mao2020-08-041-5/+5
* SERVER-48993 explodeForSort can produce incorrect query plan (cherry picked f...Mindaugas Malinauskas2020-08-042-0/+157
* Revert "SERVER-33966 Removed Redundant Sort"r4.4.0Ribhav Jain2020-07-242-249/+0
* SERVER-33966 Removed Redundant SortRibhav Jain2020-07-222-0/+249
* SERVER-49680 Make scanning for orphaned ranges on FCV upgrade fasterMatthew Saltz2020-07-176-23/+53
* SERVER-49155 Remove mock objects from MultiIndexBlockTest and test the onRoll...Gregory Wlodarek2020-07-171-54/+77
* SERVER-49155 MultiIndexBlock::init() should clear _indexes on a WriteConflict...Gregory Wlodarek2020-07-171-0/+1
* SERVER-49471 Retry on WT_ROLLBACK (WriteConflictException) when applying prep...Suganthi Mani2020-07-151-23/+51
* Revert "SERVER-49471 Retry on WT_ROLLBACK (WriteConflictException) when apply...Suganthi Mani2020-07-151-51/+23
* SERVER-49471 Retry on WT_ROLLBACK (WriteConflictException) when applying prep...Suganthi Mani2020-07-151-23/+51
* SERVER-48628 sort oplog entries first in applier batches, for create ops in t...Eric Milkie2020-07-111-0/+17
* SERVER-49366 Allow presence of 'recordPreImages' in collection metadata in st...Dianna Hohensee2020-07-091-6/+0
* SERVER-48971 collMod cannot ever accept the new 'recordPreImages' field when ...Dianna Hohensee2020-07-081-3/+3
* SERVER-49151 Fix linter to prevent malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-026-6/+6
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-029-23/+23
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-305-42/+65
* SERVER-48985 Add logging for failCommandBen Caimano2020-06-291-16/+24
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-298-36/+22
* SERVER-49142 Validate correct field name in RoleName::parseFromBSON()Sara Golemon2020-06-261-1/+1
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-268-22/+36
* SERVER-48947 Clean up log message 20919 for logv2David Storch2020-06-231-5/+4
* SERVER-48934 Remove unneeded AutoGetCollectionForRead call during oplog trunc...Dianna Hohensee2020-06-221-3/+0
* SERVER-48585 Fix Compact end log statementHenrik Edin2020-06-191-1/+1
* SERVER-48262 hanged variable name to check whether it should use the 4.4 FCV ...Luis Osta2020-06-182-18/+18
* SERVER-48329 Rename generated action_type files to be less fragileAndrew Morrow2020-06-183-3/+40
* SERVER-48772 Correctly timestamp writes when dropping multiple indexesGregory Wlodarek2020-06-181-3/+6
* SERVER-48695 setAppliedThrough must set orderedCommit=false on the recovery unitMatthew Russotto2020-06-171-0/+1
* SERVER-48527 Aborting in-progress transactions on step-up should clear sessio...Judah Schvimer2020-06-172-0/+14
* SERVER-46723 Update replication architecture guide for safe reconfigWilliam Schultz2020-06-171-13/+150
* SERVER-48891 reIndex should not lookup nonexistent database in ViewCatalogLouis Williams2020-06-161-1/+2
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-164-28/+215
* SERVER-48411 Fixes clang tidy failure in member_config_test.cppSuganthi Mani2020-06-161-11/+19
* SERVER-48411 Increase maximum allowed replica set memberId on disk from 255 t...Suganthi Mani2020-06-167-9/+130
* SERVER-48701 LogV2 update for shutdown commandSara Golemon2020-06-151-1/+1
* SERVER-48707 Move replication recovery invariant behind test only flagWilliam Schultz2020-06-124-5/+26
* SERVER-48227 Clean up log messages for index buildsSamy Lanka2020-06-128-72/+92
* SERVER-48160 IndexBuildsCoordinator::_tryAbort() proceeds with abort if index...Benety Goh2020-06-121-8/+10
* SERVER-48279 Eliminate race in WiredTigerRecordStore::OplogStones::awaitHasEx...Gregory Wlodarek2020-06-121-6/+12
* SERVER-48753 '_abortIndexBuildsAndDropCollection()' should verify that the da...Gregory Wlodarek2020-06-111-0/+3
* SERVER-47606: make SDAM timeout values into server parametersLamont Nelson2020-06-101-1/+1
* SERVER-48674 Check if replication is enabled before checking if the node is a...Cheahuychou Mao2020-06-091-2/+2
* SERVER-48480 Abort initial sync upon transition to REMOVED stateMatthew Russotto2020-06-091-0/+19