summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45853 Enable RaftMongo.tla invariantsA. Jesse Jiryu Davis2020-01-303-9/+12
* SERVER-45839 Fix type of 'txnNum' to be long long in the BSONObj for replicat...Gregory Wlodarek2020-01-301-4/+5
* SERVER-45587 SIGUSR2 one thread per log lineBilly Donahue2020-01-307-153/+293
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-3025-203/+615
* SERVER-45839 recoverFromOplogUpTo should not invariant if there are no oplog ...Gregory Wlodarek2020-01-304-6/+139
* SERVER-45479 Teach ninja how to build test listsMathew Robinson2020-01-303-1/+25
* SERVER-45254 Update architecture guide for streamable isMasterTess Avitabile2020-01-301-3/+6
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-3021-93/+830
* SERVER-44918 Concurrency workload with index operations and concurrent migrat...Mihai Andrei2020-01-306-47/+326
* SERVER-45862 Ban index_build_with_incorrect_fast_count_on_unclean_shutdown.js...Suganthi Mani2020-01-301-0/+2
* SERVER-45800: Set client lastOp to max(prepareOpTime, lastAppliedOpTime, curr...Lingzhi Deng2020-01-305-10/+58
* SERVER-44939 allow replication across config versionsPavithra Vetriselvan2020-01-305-60/+117
* SERVER-44548 Switch embedded over to use wiredtigerAndrew Morrow2020-01-3011-161/+44
* SERVER-45409 Rollback should wait for all index builds to complete. Fail roll...Louis Williams2020-01-306-67/+75
* Revert "SERVER-45793 Improve mongo::Mutex contract"Ben Caimano2020-01-305-114/+101
* SERVER-44800 Wait for retired threads to join in ThreadPoolAmirsaman Memaripour2020-01-293-5/+74
* SERVER-45819 move log id before context so that its at a mostly fixed positionGabriel Russell2020-01-292-5/+5
* SERVER-45846 Improve performance of $splitIan Boros2020-01-291-20/+14
* SERVER-45793 Improve mongo::Mutex contractBen Caimano2020-01-295-101/+114
* SERVER-45842 Remove assertion that checks whether the last applied oplog entr...Gregory Wlodarek2020-01-292-17/+14
* SERVER-45084 Audit all usages of ReplSetConfig::getConfigVersion()William Schultz2020-01-295-15/+24
* SERVER-44410 Change backup cursor results to include a file sizeGregory Wlodarek2020-01-291-2/+7
* SERVER-45671 Remove pcap fileShreyas Kalyan2020-01-291-0/+0
* Revert SERVER-45584Amirsaman Memaripour2020-01-294-33/+7
* SERVER-45828 add js test for rolling index buildsBenety Goh2020-01-291-0/+105
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-2911-75/+56
* SERVER-44909 Sys-perf: Add industry_benchmarks_wmajority task to 1 node repli...Henrik Ingo2020-01-291-0/+1
* SERVER-45437 Add readHedgingMode serverParameterCheahuychou Mao2020-01-297-5/+137
* SERVER-45449 Write a function to compute the desired latency for a staggered ...Cheahuychou Mao2020-01-2912-53/+504
* SERVER-42239 Add support for extraInfo in failCommandAmirsaman Memaripour2020-01-292-2/+58
* SERVER-45045 Increase topologyVersion and respond to waiting isMasters on FCV...Jason Chan2020-01-2911-0/+214
* SERVER-32903 Ambiguous field name error should be ignored during initial syncRyan Timmons2020-01-292-0/+76
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-2926-617/+49
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-2929-165/+167
* SERVER-45503 Arrange events so cloner onCompletion is never run with lock heldMatthew Russotto2020-01-283-36/+57
* SERVER-45757 Add DynamicAttributes class to allow attributes to be added unde...Henrik Edin2020-01-284-5/+105
* SERVER-45584 Validate writeConcern.wAmirsaman Memaripour2020-01-284-7/+33
* SERVER-45499 Remove multiversion_incompatible flag from merge_with_drop_shard...Esha Maharishi2020-01-284-23/+11
* SERVER-31898 Allow multikey indexes to provide sorts in certain casesIan Boros2020-01-287-59/+389
* SERVER-45820 Disable backup_cursor_format.js temporarilyGregory Wlodarek2020-01-281-0/+2
* SERVER-45227 Remove tcmalloc based profiling supportAndrew Morrow2020-01-289-221/+2
* SERVER-45674 Avoid use after free in $unionWithCharlie Swanson2020-01-285-2/+44
* SERVER-45790 Robustify $unionWith parsingCharlie Swanson2020-01-284-34/+89
* SERVER-45109 Modify AsyncDBClient to allow exhaust requestsJanna Golden2020-01-283-18/+282
* SERVER-45718 Fix the type issue in collection_impl.cppSuganthi Mani2020-01-281-1/+1
* SERVER-45751 Multiversion tests should apply enableMajorityReadConcern to las...Tess Avitabile2020-01-281-3/+9
* SERVER-45491 Add resmoke.py option to save mongod.log and mongos.log filesCarl Raiden Worley2020-01-2810-11/+76
* SERVER-45693 enable testing RWC defaults for update/delete commands using log...Kevin Pulo2020-01-281-49/+86
* SERVER-43724 add CWRWC perf testingKevin Pulo2020-01-281-1/+49
* SERVER-45692 make SyncSourceResolver pass readConcern local when querying rem...Kevin Pulo2020-01-281-2/+8