Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "SERVER-40755 Expose statistics which indicate how many collection ↵ | Xiangyu Yao | 2019-07-10 | 26 | -323/+19 |
| | | | | | | scans have executed" This reverts commit a4ef14ef41f0700ef07e5b57b0345d2396a44604. | ||||
* | SERVER-40755 Expose statistics which indicate how many collection scans have ↵ | samontea | 2019-07-10 | 26 | -19/+323 |
| | | | | executed | ||||
* | SERVER-41279 Eliminate failed plans from consideration during query planning | samontea | 2019-07-10 | 11 | -37/+246 |
| | |||||
* | SERVER-35807 Prepend _movePrimary and _cloneCatalogData internal commands ↵ | Jason Zhang | 2019-07-10 | 13 | -45/+94 |
| | | | | with "_shardsvr". | ||||
* | SERVER-40686 deduction guides for unique_function | Jason Carey | 2019-07-10 | 3 | -0/+65 |
| | | | | Add deduction guides for unique_function | ||||
* | SERVER-41357 fix lint | Benety Goh | 2019-07-10 | 3 | -3/+3 |
| | |||||
* | SERVER-41357 Add mongo::mutex polyfill | Rahul Sundararaman | 2019-07-10 | 5 | -3/+157 |
| | |||||
* | SERVER-36800 Add comments and log lines to indicate the deprecation of ↵ | David Storch | 2019-07-10 | 3 | -32/+56 |
| | | | | planCacheListPlans and planCacheListQueryShapes. | ||||
* | Revert "SERVER-36547 After 4.2 check_unique_indexes.js shouldn't rely on a ↵ | Xiangyu Yao | 2019-07-10 | 1 | -8/+34 |
| | | | | | | specific FCV version" This reverts commit 264994554c4e298fb151386f33251d171bbbb613. | ||||
* | SERVER-42063 add repl: 3 logging to the initial sync fuzzer | vrachev | 2019-07-10 | 1 | -0/+4 |
| | |||||
* | SERVER-42126 Increase tasks/files of the initial sync fuzzer being run | vrachev | 2019-07-10 | 1 | -1/+1 |
| | |||||
* | SERVER-29803 Add replSetGetStatus field tooStale | A. Jesse Jiryu Davis | 2019-07-10 | 11 | -13/+52 |
| | |||||
* | SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr ↵ | Randolph Tan | 2019-07-09 | 43 | -117/+150 |
| | | | | to shared_ptr | ||||
* | SERVER-41907 fixing lint | Daniel Solnik | 2019-07-09 | 1 | -1/+2 |
| | |||||
* | Import tools: 4eba41d830a94075202cd6eed6e3669ced4f9579 from branch v4.1 | David Golden | 2019-07-09 | 621 | -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::numStr | Billy Donahue | 2019-07-09 | 11 | -77/+70 |
| | | | | Callers are better with either DecimalCounter or std::to_string. | ||||
* | SERVER-41898 Rename "userImpersonators" to "runBy" in currentOp | Spencer Jackson | 2019-07-09 | 2 | -4/+4 |
| | |||||
* | SERVER-41587 Improve SECBUFFER_EXTRA handling | Mark Benvenuto | 2019-07-09 | 5 | -17/+75 |
| | |||||
* | SERVER-41759 Added test to fuzz KeyString | Roxane | 2019-07-09 | 2 | -0/+136 |
| | |||||
* | SERVER-41907 Edited log message for assert that sorted data is returned from ↵ | Daniel Solnik | 2019-07-09 | 1 | -1/+1 |
| | | | | the external sorter in AbstractIndexAccessMethod::commitBulk | ||||
* | SERVER-41474 Exclude writes to system.profile from Flow Control | Maria van Keulen | 2019-07-09 | 2 | -0/+18 |
| | |||||
* | SERVER-41907 Assert that keys retrieved from the sorter are in ↵ | Daniel Solnik | 2019-07-09 | 1 | -1/+10 |
| | | | | non-decreasing order in BulkBuilder | ||||
* | SERVER-36446 Remove unnecessary debug assert in shard_key_pattern.cpp | Blake Oler | 2019-07-09 | 2 | -2/+4 |
| | |||||
* | SERVER-33749 Add idleSessionTimeout flag | Roxane | 2019-07-09 | 4 | -0/+32 |
| | |||||
* | SERVER-41677 perf.json should not call 'json.get_history' directly | Alexander Costas | 2019-07-09 | 1 | -12/+1 |
| | |||||
* | SERVER-30607 Do not log MongoS build info twice at startup | Kaloian Manassiev | 2019-07-09 | 2 | -5/+10 |
| | |||||
* | SERVER-41867 Do not reacquire the catalog cache mutex if ↵ | Kaloian Manassiev | 2019-07-09 | 1 | -5/+3 |
| | | | | getDatabase/getChunksSince throws | ||||
* | SERVER-41867 Make the callbacks chain in `_scheduleDatabaseRefresh` look ↵ | Kaloian Manassiev | 2019-07-09 | 1 | -24/+24 |
| | | | | like `_scheduleCollectionRefresh` | ||||
* | SERVER-35353: Use MutableOplogEntry class to build up oplog entries ↵ | Lingzhi Deng | 2019-07-08 | 29 | -1392/+643 |
| | | | | progressively | ||||
* | Import wiredtiger: 99e0760cc5f11440b21184874d8dd2ae5bde23d6 from branch ↵ | Luke Pearson | 2019-07-09 | 25 | -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_tests | David Bradford | 2019-07-08 | 4 | -161/+88 |
| | |||||
* | SERVER-34431 MoveDatabaseShardingState into its own map | jannaerin | 2019-07-08 | 15 | -232/+276 |
| | |||||
* | SERVER-42001 unset stage should accept single string | Xin Hao Zhang | 2019-07-08 | 3 | -7/+21 |
| | |||||
* | SERVER-42108 Incorrect AIB_COMPONENT for stitch-support test | Mathew Robinson | 2019-07-08 | 2 | -4/+4 |
| | |||||
* | SERVER-42055 Only acquire a collection IX lock to write the lastVote document | Matthew Russotto | 2019-07-08 | 7 | -25/+77 |
| | |||||
* | SERVER-42061 Validate decrypted payload in AEAD decrypt | Sara Golemon | 2019-07-08 | 2 | -0/+30 |
| | |||||
* | SERVER-38356 added functionality to forbid dropping the oplog, modified ↵ | Vishnu Kaushik | 2019-07-08 | 5 | -11/+87 |
| | | | | tests to get around Evergreen issue | ||||
* | SERVER-41888: Disallow validate to accept a read concern or afterClusterTime | Lingzhi Deng | 2019-07-08 | 3 | -5/+54 |
| | |||||
* | SERVER-41958 fix lint | Benety Goh | 2019-07-08 | 1 | -1/+2 |
| | |||||
* | SERVER-41908 Created multiversion regression tests for index builds between ↵ | Daniel Solnik | 2019-07-08 | 1 | -0/+256 |
| | | | | master and 4.2 | ||||
* | SERVER-41958 test that retrying prepare after rolling back prepare fails | Pavi Vetriselvan | 2019-07-08 | 1 | -1/+11 |
| | |||||
* | SERVER-42021 add insert_big_docs workloads to sysperf | Robert Guo | 2019-07-08 | 1 | -0/+12 |
| | |||||
* | SERVER-414500 Track number of successful elections for each reason in ↵ | Medha Potluri | 2019-07-08 | 14 | -57/+291 |
| | | | | serverStatus | ||||
* | SERVER-41866 On term mismatch do not invoke the getDatabase callback under ↵ | Kaloian Manassiev | 2019-07-08 | 1 | -28/+18 |
| | | | | mutex` | ||||
* | SERVER-37422 Log balancer start and stop events in action log | jannaerin | 2019-07-08 | 1 | -0/+4 |
| | |||||
* | Revert "SERVER-41677: perf.json should not call 'json.get_history' directly" | Alexander Costas | 2019-07-08 | 1 | -1/+12 |
| | | | | This reverts commit bc11f963668fe5f4c91e8b851e0d9a84d7048759. | ||||
* | SERVER-41168 Add docstrings to lldb debug extensions | Mathew Robinson | 2019-07-08 | 3 | -38/+66 |
| | |||||
* | SERVER-41968 remove locks from ↵ | Benety Goh | 2019-07-07 | 3 | -15/+2 |
| | | | | IndexBuildTest.waitForIndexBuildToScanCollection() filter | ||||
* | SERVER-41968 wait for collection scan phase to start in hybrid index tests | Benety Goh | 2019-07-07 | 5 | -5/+5 |
| | | | | This ensures that we are getting sufficient coverage over the side table logic. | ||||
* | SERVER-41978 add noPassthroughWithMongod to alternate createIndexes ↵ | Benety Goh | 2019-07-06 | 1 | -0/+1 |
| | | | | implementation builder |