summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-40755 Expose statistics which indicate how many collection ↵Xiangyu Yao2019-07-1026-323/+19
| | | | | | scans have executed" This reverts commit a4ef14ef41f0700ef07e5b57b0345d2396a44604.
* SERVER-40755 Expose statistics which indicate how many collection scans have ↵samontea2019-07-1026-19/+323
| | | | executed
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-1011-37/+246
|
* SERVER-35807 Prepend _movePrimary and _cloneCatalogData internal commands ↵Jason Zhang2019-07-1013-45/+94
| | | | with "_shardsvr".
* SERVER-40686 deduction guides for unique_functionJason Carey2019-07-103-0/+65
| | | | Add deduction guides for unique_function
* SERVER-41357 fix lintBenety Goh2019-07-103-3/+3
|
* SERVER-41357 Add mongo::mutex polyfillRahul Sundararaman2019-07-105-3/+157
|
* SERVER-36800 Add comments and log lines to indicate the deprecation of ↵David Storch2019-07-103-32/+56
| | | | planCacheListPlans and planCacheListQueryShapes.
* Revert "SERVER-36547 After 4.2 check_unique_indexes.js shouldn't rely on a ↵Xiangyu Yao2019-07-101-8/+34
| | | | | | specific FCV version" This reverts commit 264994554c4e298fb151386f33251d171bbbb613.
* SERVER-42063 add repl: 3 logging to the initial sync fuzzervrachev2019-07-101-0/+4
|
* SERVER-42126 Increase tasks/files of the initial sync fuzzer being runvrachev2019-07-101-1/+1
|
* SERVER-29803 Add replSetGetStatus field tooStaleA. Jesse Jiryu Davis2019-07-1011-13/+52
|
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr ↵Randolph Tan2019-07-0943-117/+150
| | | | to shared_ptr
* SERVER-41907 fixing lintDaniel Solnik2019-07-091-1/+2
|
* Import tools: 4eba41d830a94075202cd6eed6e3669ced4f9579 from branch v4.1David Golden2019-07-09621-100675/+189316
| | | | | | | | | | | | | ref: d7cc167b3f..4eba41d830 for: 4.3.1 TOOLS-2225 mongorestore 4.2 transaction support TOOLS-2304 mongodump 4.2 transactions support TOOLS-2308 MongoDB 4.2 removes applyops handling for system.indexes TOOLS-2311 mongoreplay tests failing vs 4.2.0-rc TOOLS-2319 URI logging leaks credentials TOOLS-2320 mongodump segfaults on GetIndexes failure TOOLS-2326 read_preference_and_tags.js fails after updating to Go driver master
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-0911-77/+70
| | | | Callers are better with either DecimalCounter or std::to_string.
* SERVER-41898 Rename "userImpersonators" to "runBy" in currentOpSpencer Jackson2019-07-092-4/+4
|
* SERVER-41587 Improve SECBUFFER_EXTRA handlingMark Benvenuto2019-07-095-17/+75
|
* SERVER-41759 Added test to fuzz KeyStringRoxane2019-07-092-0/+136
|
* SERVER-41907 Edited log message for assert that sorted data is returned from ↵Daniel Solnik2019-07-091-1/+1
| | | | the external sorter in AbstractIndexAccessMethod::commitBulk
* SERVER-41474 Exclude writes to system.profile from Flow ControlMaria van Keulen2019-07-092-0/+18
|
* SERVER-41907 Assert that keys retrieved from the sorter are in ↵Daniel Solnik2019-07-091-1/+10
| | | | non-decreasing order in BulkBuilder
* SERVER-36446 Remove unnecessary debug assert in shard_key_pattern.cppBlake Oler2019-07-092-2/+4
|
* SERVER-33749 Add idleSessionTimeout flagRoxane2019-07-094-0/+32
|
* SERVER-41677 perf.json should not call 'json.get_history' directlyAlexander Costas2019-07-091-12/+1
|
* SERVER-30607 Do not log MongoS build info twice at startupKaloian Manassiev2019-07-092-5/+10
|
* SERVER-41867 Do not reacquire the catalog cache mutex if ↵Kaloian Manassiev2019-07-091-5/+3
| | | | getDatabase/getChunksSince throws
* SERVER-41867 Make the callbacks chain in `_scheduleDatabaseRefresh` look ↵Kaloian Manassiev2019-07-091-24/+24
| | | | like `_scheduleCollectionRefresh`
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries ↵Lingzhi Deng2019-07-0829-1392/+643
| | | | progressively
* Import wiredtiger: 99e0760cc5f11440b21184874d8dd2ae5bde23d6 from branch ↵Luke Pearson2019-07-0925-503/+630
| | | | | | | | | | | | | | | | mongodb-4.2 ref: b50d65e856..99e0760cc5 for: 4.3.1 WT-4792 Add stat to track pages queued for eviction after LRU sorting WT-4832 Change ordering on shutdown to close LSM and async threads earlier WT-4836 Lower scheduling frequency for endianness compatibility tests WT-4892 Improve statistics about forced eviction WT-4893 Fix a race between internal page child-page eviction checks and cursors in the tree WT-4898 Don't allow the eviction server to reconcile if it's busy WT-4918 LSM allocated mutexes leaked in readonly tests WT-4920 Add statistics tracking when eviction server is waiting for page transitions
* SERVER-41940: Use evergreen.py in burn_in_testsDavid Bradford2019-07-084-161/+88
|
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-0815-232/+276
|
* SERVER-42001 unset stage should accept single stringXin Hao Zhang2019-07-083-7/+21
|
* SERVER-42108 Incorrect AIB_COMPONENT for stitch-support testMathew Robinson2019-07-082-4/+4
|
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-087-25/+77
|
* SERVER-42061 Validate decrypted payload in AEAD decryptSara Golemon2019-07-082-0/+30
|
* SERVER-38356 added functionality to forbid dropping the oplog, modified ↵Vishnu Kaushik2019-07-085-11/+87
| | | | tests to get around Evergreen issue
* SERVER-41888: Disallow validate to accept a read concern or afterClusterTimeLingzhi Deng2019-07-083-5/+54
|
* SERVER-41958 fix lintBenety Goh2019-07-081-1/+2
|
* SERVER-41908 Created multiversion regression tests for index builds between ↵Daniel Solnik2019-07-081-0/+256
| | | | master and 4.2
* SERVER-41958 test that retrying prepare after rolling back prepare failsPavi Vetriselvan2019-07-081-1/+11
|
* SERVER-42021 add insert_big_docs workloads to sysperfRobert Guo2019-07-081-0/+12
|
* SERVER-414500 Track number of successful elections for each reason in ↵Medha Potluri2019-07-0814-57/+291
| | | | serverStatus
* SERVER-41866 On term mismatch do not invoke the getDatabase callback under ↵Kaloian Manassiev2019-07-081-28/+18
| | | | mutex`
* SERVER-37422 Log balancer start and stop events in action logjannaerin2019-07-081-0/+4
|
* Revert "SERVER-41677: perf.json should not call 'json.get_history' directly"Alexander Costas2019-07-081-1/+12
| | | | This reverts commit bc11f963668fe5f4c91e8b851e0d9a84d7048759.
* SERVER-41168 Add docstrings to lldb debug extensionsMathew Robinson2019-07-083-38/+66
|
* SERVER-41968 remove locks from ↵Benety Goh2019-07-073-15/+2
| | | | IndexBuildTest.waitForIndexBuildToScanCollection() filter
* SERVER-41968 wait for collection scan phase to start in hybrid index testsBenety Goh2019-07-075-5/+5
| | | | This ensures that we are getting sufficient coverage over the side table logic.
* SERVER-41978 add noPassthroughWithMongod to alternate createIndexes ↵Benety Goh2019-07-061-0/+1
| | | | implementation builder