summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29066 Implicitly create the database in findAndModifyr3.4.5-rc0Kaloian Manassiev2017-05-052-30/+44
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-0516-86/+279
* SERVER-28952 Update test for absence of covered plans over multikey indices i...David Storch2017-05-051-3/+6
* SERVER-28952 fix distinct planning for multikey indicesDavid Storch2017-05-052-7/+150
* SERVER-29068 Retry operations in set_feature_compatibility_version.js after n...Jonathan Reams2017-05-051-1/+10
* SERVER-29016: make ShardRegistry::reload interruptibleMisha Tyulenev2017-05-051-2/+5
* SERVER-26781 Building with openssl 1.1.0Marek Skalický2017-05-042-10/+38
* SERVER-29018 Reject mongos getMore on view after batchSize 0 findJames Wahlin2017-05-032-0/+22
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-05-037-33/+173
* SERVER-28490 Check the state after acquiring the lock in bgsync.Siyuan Zhou2017-05-021-4/+11
* SERVER-27727 Some auxiliary file changes needed after backporting to v3.4Eddie Louie2017-05-022-86/+0
* SERVER-28416 Hang analyzer GDB on ARM can run "thread apply all bt"Jonathan Abrahams2017-05-021-7/+0
* SERVER-28416 Split mongo pretty printers into separate fileJonathan Abrahams2017-05-023-315/+329
* SERVER-28416 Fix BSONObj pretty printer used in hang_analyzer to support big ...Jonathan Abrahams2017-05-021-2/+8
* SERVER-28416 Continue on error in mongodb-uniqstack in hang_analyzerJonathan Abrahams2017-05-021-6/+12
* SERVER-28291 use frame.pc() rather than frame.name() for stack dedupingMathias Stearn2017-05-021-4/+4
* SERVER-27727 Dump raw stacks to a file so we have them if we need themMathias Stearn2017-05-021-3/+20
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-0232-47/+54
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-05-0228-117/+105
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-05-028-3/+143
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itEddie Louie2017-05-0215-88/+106
* SERVER-28007 Re-enable support for CRC32 hardware acceleration on s390xMark Benvenuto2017-05-021-4/+4
* SERVER-27285 Run jsCore tests while periodically killing secondaries.Max Hirschhorn2017-05-015-7/+365
* SERVER-28513 stale_mongos_updates_and_removes.js should only call ensurePrima...Jack Mulrow2017-05-011-1/+2
* TOOLS-1596 set version before setting gopathGabriel Russell2017-05-011-2/+2
* SERVER-28357 Do not enforce quota on starting MMAPv1 compactGeert Bosch2017-04-281-1/+2
* SERVER-28038 Improve invariants in WiredTigerRecordStore for capped visibilityGeert Bosch2017-04-282-8/+7
* SERVER-27281 pkill/pgrep cannot find mongod on LinuxMark Benvenuto2017-04-281-15/+24
* SERVER-27279 fix lintMark Benvenuto2017-04-281-0/+1
* SERVER-27279 pthread_setname_np is not supported on SUSE 11.4Mark Benvenuto2017-04-284-10/+42
* SERVER-15407 Set Thread Name in Windows, Mac OS X, and LinuxMark Benvenuto2017-04-281-0/+70
* SERVER-28271 Improve handling of invalid view pipeline defsJames Wahlin2017-04-283-12/+46
* SERVER-28995 Fix format string in JstackDumper.Max Hirschhorn2017-04-281-1/+3
* SERVER-28971 Error in depth_first_search algorithm incorrectly recurses on vi...Eddie Louie2017-04-281-1/+1
* SERVER-28348 Detect single-process deadlocks involving LockManager locks and/...Jonathan Abrahams2017-04-281-7/+51
* SERVER-28354 Add new option to supply base process name in hang_analyzerJonathan Abrahams2017-04-281-26/+45
* SERVER-28588 Handle GDB error in hang_analyzer.py find_frame functionJonathan Abrahams2017-04-281-1/+5
* SERVER-28349 Redirect stderr to stdout for process output logs generated by h...Eddie Louie2017-04-281-1/+2
* SERVER-28466 hang_analyzer should not attach to resmoke.py and dumpEddie Louie2017-04-281-9/+1
* SERVER-21842 Generate report.json file and dump resmoke stacks on WindowsEddie Louie2017-04-283-15/+121
* SERVER-28463 Add set scheduler-locking to Hang Analyzer to prevent threads fr...Jonathan Abrahams2017-04-281-5/+6
* SERVER-28479 Canonicalize process names to lowercase in hang analyzer.Max Hirschhorn2017-04-281-0/+4
* SERVER-28415 Run thread backtrace before loading Python modules in hang_analy...Jonathan Abrahams2017-04-271-1/+10
* SERVER-27874 - Hang analysis thread backtrace and mongo locksJonathan Abrahams2017-04-273-48/+59
* SERVER-27874 Display locks and generate digraph for threads using LockManager...Jonathan Abrahams2017-04-275-18/+365
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-04-273-12/+78
* SERVER-27877 Write function to deduplicate stacks from different threads in GDBEddie Louie2017-04-272-4/+87
* SERVER-27871 Add hang_analyzer.py option to produce core dump, default to offJonathan Abrahams2017-04-272-51/+80
* SERVER-28132 Remove sudo from hang_analyzer invocation in evergreen.ymlJonathan Abrahams2017-04-271-3/+2
* SERVER-27870 Add option to invoke hang_analyzer.py with an explicit list of PIDsJonathan Abrahams2017-04-271-55/+65