summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27761 track collation in ViewGraphr3.4.4-rc0Kyle Suarez2017-04-146-107/+491
* SERVER-27644 $unwind arrays when performing distinct on a viewKyle Suarez2017-04-143-11/+75
* SERVER-28807 parseShardKeyPattern can leak for bad inputsRandolph Tan2017-04-141-3/+3
* SERVER-28692 Move shell tarball generation to compile taskBrian Samek2017-04-141-10/+29
* SERVER-27866 Add threadId dump in hex base from globalLockManager for PENDING...Eddie Louie2017-04-131-1/+2
* SERVER-27868 Upload debug symbols on all build variants that create separate ...Jonathan Abrahams2017-04-131-10/+33
* SERVER-27866 Add threadId dump in hex base from globalLockManagerEddie Louie2017-04-131-1/+2
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2017-04-136-1/+32
* SERVER-27684 Remove hang_analyzer timeoutJonathan Abrahams2017-04-131-19/+0
* SERVER-27853 Fetch debug symbols before invoking hang_analyzer.pyJonathan Abrahams2017-04-131-4/+20
* SERVER-28748 Set ulimit in package smoke testingBrian Samek2017-04-132-2/+3
* SERVER-27876 Exclude stacks that are duplicates when dumping stacks onEddie Louie2017-04-131-1/+1
* SERVER-27875 Dump locked critical sections on Windows in hang_analyzer.pyEddie Louie2017-04-131-0/+1
* SERVER-28446 Blacklist top.js from dynamic initial sync suitesTess Avitabile2017-04-132-0/+4
* SERVER-28530 Prevent SSLThreadInfo destruction construction cycleSpencer Jackson2017-04-132-51/+35
* SERVER-28091 Disk stats collection on OS X only captures I/O utilization aver...Jonathan Abrahams2017-04-131-7/+1
* SERVER-20854 Refresh collection metadata on a separate threadKaloian Manassiev2017-04-136-139/+476
* SERVER-28699 ReplSetTest should always awaitSecondaryNodes() at the end of in...Benety Goh2017-04-121-1/+2
* SERVER-22611 Get rid of ChunkDiff and add more CatalogCache testsKaloian Manassiev2017-04-1213-890/+355
* SERVER-22611 Make the catalog cache unit-tests go through the CatalogCacheKaloian Manassiev2017-04-126-276/+382
* SERVER-22611 Make CatalogCache::onStaleConfigError clear the passed cache entryKaloian Manassiev2017-04-121-6/+10
* Import wiredtiger: cb16839cfbdf338af95bed43ca40979ae6e32f54 from branch mongo...Alex Gorrod2017-04-13217-3466/+5489
* SERVER-28519 increasing log verbosity in sharding/authCommands.js for better ...Dianna Hohensee2017-04-121-2/+9
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-04-1223-2032/+718
* SERVER-22954 Do not call into the MMAPV1 storage engine on the recipient shardKaloian Manassiev2017-04-111-27/+23
* SERVER-28645 Add unit test and integration test tweaksGeert Bosch2017-04-112-3/+15
* SERVER-28645 Fail operations requiring too many locks, don't crashGeert Bosch2017-04-113-0/+43
* SERVER-28646 Don't report ops as passed if logOps causes txn to failGeert Bosch2017-04-111-1/+3
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-04-1161-3094/+2722
* SERVER-20854 Pull the diff tracker's query generation logic outside of the te...Kaloian Manassiev2017-04-114-28/+18
* SERVER-28698 Use 'chunkDataCommitted' failpoint in migration_critical_section...Kaloian Manassiev2017-04-111-15/+15
* SERVER-28697 Ignore up to 3 consectuive NoProgressMade errors in sharding_bal...Kaloian Manassiev2017-04-111-21/+37
* SERVER-28652 Log when we remove connections from asio poolsamantharitter2017-04-111-1/+15
* SERVER-28695 step_down_during_draining.js should wait for writes to be durabl...Benety Goh2017-04-111-1/+1
* SERVER-28409 Decrease verbosity during testshard1.jsCharlie Swanson2017-04-101-19/+2
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-0916-71/+154
* SERVER-28390 Mark targets as Precious during incremental linksAndrew Morrow2017-04-093-0/+50
* SERVER-20540 Add an emitter for .dwo generated by -gsplit-dwarfAndrew Morrow2017-04-093-16/+93
* SERVER-16821 don't rotate logs more often then once per secondGabriel Russell2017-04-091-0/+11
* SERVER-28489 MockStream hook methods may still be used if the stream gets can...samantharitter2017-04-091-2/+2
* SERVER-28489 Add documentation to mock stream frameworksamantharitter2017-04-091-0/+59
* SERVER-28447 Disable migration_critical_section_concurrency.js in 3.2 last st...Kaloian Manassiev2017-04-071-0/+2
* SERVER-28652 Log the size of connection pools when we make new egress connect...samantharitter2017-04-073-3/+27
* SERVER-28447 Forward-port migration_critical_section_concurrency.jsKaloian Manassiev2017-04-073-4/+65
* SERVER-27687 Fix cpuAddrSize detection on Linux for hostInfo commandJonathan Reams2017-04-072-1/+11
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-04-0731-342/+676
* SERVER-28377 If first batch of OplogFetcher has a document ahead of the remot...Matthew Russotto2017-04-062-6/+35
* SERVER-28278 Wait for desired sync source to replicate dummy write in syncFro...Spencer T Brody2017-04-061-1/+7
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-04-0613-683/+681
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-04-0624-218/+477