summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-40582 Add microbenchmark task for pipeline-style updatesCharlie Swanson2019-06-131-0/+19
|
* SERVER-41360 Created DiagnosticInfo classShaileja Jain2019-06-134-0/+200
|
* SERVER-41588 Should not expect repl.apply.ops to be the same as ↵Jason Chan2019-06-131-8/+16
| | | | repl.apply.batchSize when testing server status metrics
* Revert "SERVER-41360 Created DiagnosticInfo class"Shaileja Jain2019-06-134-200/+0
| | | | This reverts commit bbaa344f95af6a042b14193d48927d5f0215e0bb.
* SERVER-40825 In-progress index builds only record the set difference of ↵Gregory Noma2019-06-1310-209/+283
| | | | removed and inserted keys on update
* SERVER-41360 Created DiagnosticInfo classShelley Jain2019-06-134-0/+200
|
* SERVER-41651 Remove api subdirectory from moving loop for wtdevelop build ↵dalyd2019-06-131-1/+1
| | | | variants in performance projects
* SERVER-41571 fix windows compileBenety Goh2019-06-121-1/+1
|
* SERVER-7681 Report majority number in ReplSetGetStatusMedha Potluri2019-06-122-0/+3
|
* SERVER-41361 Do not read at lastApplied while already holding the PBWM lock ↵Louis Williams2019-06-121-2/+14
| | | | on secondaries
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-06-129-41/+93
| | | | Also make OplogEntry.raw private
* SERVER-41207 Test committing prepared transactions after stepdown due to ↵Vesselina Ratcheva2019-06-123-0/+101
| | | | reconfig
* SERVER-40791 Track multi-statement transaction operations for migrations at ↵Blake Oler2019-06-1213-101/+237
| | | | commit time
* SERVER-41571 massive refactor of jsontests.cppBilly Donahue2019-06-121-2895/+920
|
* SERVER-41641 Misspelling in uassertOfer Cohen2019-06-121-1/+1
| | | | | | | | **too big** instead of **to big** Closes #1263 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-1234-109/+106
|
* SERVER-37761 cacheSizeGB value should have some validation and reporting -- ↵Zach Yam2019-06-121-0/+2
| | | | new limit is the WiredTiger maximum of 10TB
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a ↵Arun Banala2019-06-1231-1164/+1780
| | | | parameter
* SERVER-41227 Add multiversion_*_42_or_later expansions.Max Hirschhorn2019-06-111-4/+38
|
* SERVER-41227 Add multiversion* expansions to more build variants.Max Hirschhorn2019-06-111-0/+18
|
* SERVER-41351 Improve error message when failing to collect storage statsLuke Pearson2019-06-121-4/+4
|
* SERVER-41373 Add abortCause to mongos transactions serverStatus outputJamie Heppenstall2019-06-115-0/+60
|
* SERVER-39289 Add method to indicate whether a RecoveryUnit has an active ↵Gabe Villasana2019-06-116-11/+74
| | | | transaction
* SERVER-41460 Fix lintGregory Wlodarek2019-06-112-2/+2
|
* Revert "SERVER-39705 Always observe multikey changes in ↵Benety Goh2019-06-112-8/+8
| | | | | | IndexBuildInterceptor::sideWrite." This reverts commit 11f1122708d82b1e499fed6438854d08a55168d2.
* SERVER-41271 allow logging doubles with arbitrary precisionMisha Ivkov2019-06-114-7/+32
|
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-06-112-59/+166
|
* SERVER-28469 Improve SSLManager error handlingAlya Berciu2019-06-112-4/+12
|
* SERVER-41460 dropConnections should shut down affected SpecificPoolsBen Caimano2019-06-114-40/+44
|
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ↵Gregory Wlodarek2019-06-1124-1759/+1164
| | | | | | parameter" This reverts commit 17cdb38b6db716dc47485a60ddff3c543e713e3d.
* SERVER-41640 forEachCollectionFromDb() should call abandonSnapshot() before ↵Gregory Wlodarek2019-06-112-0/+54
| | | | running the user provided callback
* SERVER-39705 Always observe multikey changes in ↵Benety Goh2019-06-112-8/+8
| | | | | | | IndexBuildInterceptor::sideWrite. This re-applies commit 5bd904dff90a0e6332d6d4630053141e6617c5de with additional change to the js test hybrid_sparse_multikey_index.js.
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-06-114-49/+99
|
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-1116-42/+260
|
* SERVER-41589 OplogStartHack should use the requested yield policy.Justin Seyster2019-06-112-3/+49
|
* SERVER-39705 IndexCatalogImpl::_unindexRecord() checks filter before calling ↵Benety Goh2019-06-111-0/+10
| | | | IndexBuildInterceptor::sideWrite()
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do ↵Louis Williams2019-06-1121-103/+187
| | | | writes while ignoring prepare conflicts
* Revert "SERVER-41361 Do not read at lastApplied while already holding the ↵Louis Williams2019-06-111-8/+3
| | | | | | PBWM lock on secondaries" This reverts commit b6ad5c431b8a1272617a3eff58872808afa53e31.
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-1129-646/+581
|
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-1124-1164/+1759
|
* SERVER-41562 Add new Evergreen task for the query fuzzerClaire Childs2019-06-111-0/+19
|
* SERVER-39705 add js tests for hybrid index builds on sparse and partial geo ↵Benety Goh2019-06-112-0/+125
| | | | ndexes
* Revert "SERVER-41181 Fix sharding tests for hostname normalization"A. Jesse Jiryu Davis2019-06-115-26/+10
| | | | This reverts commit 0ed0b97e6f62bba38cf4c93f5a7270569e79f24d. (SERVER-41614)
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-1117-206/+16
| | | | This reverts commit ad9267a722e21268d1005c1428ccad85d5a98946 (SERVER-41614).
* SERVER-40869 Error when coercing out of bounds double to longTed Tuckman2019-06-112-2/+129
|
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-06-1113-2/+132
|
* SERVER-39819 SERVER-39820 Fix lintGregory Wlodarek2019-06-102-4/+4
|
* SERVER-41263 Add update and repl tests for index keys with empty stringsXin Hao Zhang2019-06-102-0/+91
|
* SERVER-39141 Handle WriteConflictException in range deleterAlex Taskov2019-06-103-10/+60
|
* SERVER-41448: TransactionHistoryIterator should only take global IS lock and ↵Lingzhi Deng2019-06-107-31/+43
| | | | use caller's read source