summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-44760 Test that the balancer splits and moves chunks when zone ranges ↵r4.0.7Cheahuychou Mao2019-11-211-18/+49
| | | | do not align with chunk bounds in hashed sharding
* SERVER-44467 Implement startup recovery for two-phase index buildsLouis Williams2019-11-2117-178/+278
|
* SERVER-14466 test use of DBRef fields in aggregation and find() expressionsIan Boros2019-11-214-2/+254
|
* SERVER-43526 Re-enable commented test case in restart_transactions.jsBlake Oler2019-11-211-8/+5
|
* SERVER-43000 Rename OpQueue to OplogBatchA. Jesse Jiryu Davis2019-11-213-16/+16
|
* SERVER-44687 Enforce macOS 10.12 target minimumAndrew Morrow2019-11-211-7/+3
|
* SERVER-44635 MR in Agg: Remove in-line mapReduce execution statisticsJames Wahlin2019-11-2110-524/+14
|
* SERVER-43642 remove IndexLegacy::getMissingField()Benety Goh2019-11-214-51/+2
| | | | Last reference was removed in commit 2f5feed026e1c22bce29cf2efe746d55879d4a14.
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-2124-139/+132
|
* SERVER-30967 Add $binarySize expressionDavid Percy2019-11-215-7/+129
|
* SERVER-44448 Delete dead code ShardingCatalogManager::_findCollectionVersionCheahuychou Mao2019-11-212-54/+0
|
* SERVER-43642 remove IndexBuilderBenety Goh2019-11-213-334/+0
|
* SERVER-43781 Describe the prepare state and lifetime of a prepare ↵Samyukta Lanka2019-11-212-42/+181
| | | | transaction in the Repl Architecture Guide
* SERVER-44542 Propagation of APPDATA environment variable never gets executed ↵Mathew Robinson2019-11-211-9/+12
| | | | on Windows
* Revert "SERVER-14466 test use of DBRef fields in aggregation and find() ↵Mathew Robinson2019-11-213-253/+2
| | | | expressions"
* SERVER-43912 Query planner support for compound hashed indexesArun Banala2019-11-2111-6/+1639
|
* SERVER-43990 A command to confirm that all chunks have been moved to the ↵Marcos José Grillo Ramírez2019-11-2128-50/+683
| | | | right zone after the initial split
* SERVER-44755 Change assertion number in wt_missing_file_errors.jsGregory Wlodarek2019-11-211-1/+1
|
* Import wiredtiger: 8124d929c48ae8e4c0b1311374ea69b6ae4c48c5 from branch ↵Luke Chen2019-11-2118-57/+202
| | | | | | | | | | | | | | | mongodb-4.4 ref: d44b1af8a8..8124d929c4 for: 4.3.2 WT-4995 Migrate Jenkins “wiredtiger-test-wtperf” job to Evergreen WT-5048 wiredtiger_open with a corrupted meta file should always return WT_TRY_SALVAGE WT-5169 WT_REF_LIMBO pages cannot support fast (leaf-page only) searches WT-5211 Print mismatch information before dumping page and LAS WT-5247 Ensure that only idempotent modify operations are logged WT-5251 Increase frequency for Linux syscall test WT-5252 Fix Ubuntu 18.04 PPC and zSeries unit-test failure in Evergreen
* SERVER-44602 Test that chunks and documents are moved after zone changesCheahuychou Mao2019-11-205-3/+547
|
* SERVER-43642 createIndexesForApplyOps() uses IndexBuildsCoordinator for ↵Benety Goh2019-11-201-10/+7
| | | | foreground index builds
* SERVER-14466 test use of DBRef fields in aggregation and find() expressionsIan Boros2019-11-203-2/+253
|
* SERVER-44519: Label ExceededTimeLimit errors with RetryableWriteError labelLingzhi Deng2019-11-204-6/+7
|
* SERVER-32567 Replace queryoptimizer3.js with yield_with_drop.js FSM testr4.3.2James Wahlin2019-11-2018-97/+150
|
* SERVER-44668 Define deleted commands in views_all_commands.js for backwards ↵Blake Oler2019-11-201-1/+21
| | | | compatibility for v4.2.
* SERVER-43642 IndexBuildsCoordinator::createIndexes() accepts index constraintsBenety Goh2019-11-203-15/+18
| | | | make IndexBuildsCoordinator::updateCurOpOpDescription() public
* SERVER-44737 disable stepback on variants that run multiversion testsRobert Guo2019-11-201-2/+3
|
* SERVER-44693 Add multiversion_incompatible tag to list_commands.jsAdam Cooper2019-11-201-0/+1
|
* SERVER-44683 Remove stale TODO from evergreen_gen_multiversion_tests.pyJason Chan2019-11-201-2/+0
|
* SERVER-44465 Re-add stitch_support.h to stitch sdk tarballMathew Robinson2019-11-201-1/+1
|
* SERVER-43642 remove IndexBuilder::canBuildInBackground()Benety Goh2019-11-204-7/+3
|
* SERVER-44746 Temporarily disable latch_analyzer_test.cppBen Caimano2019-11-201-1/+2
|
* SERVER-44667: Add tag to exclude warm_up_connection_pools.js from ↵Anton Oyung2019-11-201-0/+4
| | | | multiversion test suite
* Revert "SERVER-42897 fix test"Benety Goh2019-11-201-2/+2
| | | | This reverts commit 69fb4bd8c149fc814cf0e9a37ca14b4391062a54.
* SERVER-42137 Allow aggregation stage to write to a collection that the ↵Mihai Andrei2019-11-208-72/+117
| | | | query also reads from
* SERVER-44545 Remove mobile embedded variants and associated support filesAndrew Morrow2019-11-2014-1445/+3
|
* SERVER-43403 disallow drops and renames during index creationBenety Goh2019-11-202-0/+5
|
* SERVER-42897 fix testBenety Goh2019-11-201-2/+2
|
* SERVER-44224 Remove 'assumes_write_concern_unchanged' from ↵James Wahlin2019-11-191-2/+0
| | | | bypass_doc_validation.js
* SERVER-44556 Move logging formatters into cpp files.Henrik Edin2019-11-197-295/+411
|
* SERVER-42897 Validate base-level latchesRahul Sundararaman2019-11-199-42/+301
|
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot ↵Arun Banala2019-11-1925-18/+275
| | | | be updated or deleted after upgrade
* SERVER-44738 Enterprise RHEL 7.0 should be in package_variantsMathew Robinson2019-11-191-0/+1
|
* SERVER-44643: Use awaitSecondaryNodes in ↵Lingzhi Deng2019-11-191-1/+1
| | | | rollback_after_enabling_majority_reads.js instead of waitForState
* SERVER-39241 Apply noFetchBonus iff no FETCH stage; disregard PROJECTIONDavid Percy2019-11-194-7/+110
|
* SERVER-44541 Attribute packing and extraction for logv2Henrik Edin2019-11-1911-158/+615
| | | | | Basic integral and floating point types, string, BSONObj supported. Custom types supported via toString() and toBSON() hooks.
* SERVER-44626: Add new setParameter loadRoutingTableOnStartupAnton Oyung2019-11-196-8/+36
|
* SERVER-42408 Ensure hygienic builds work with NinjaMathew Robinson2019-11-196-456/+909
|
* SERVER-43898 Add more unit tests for balancer_policy.cpp and ↵Cheahuychou Mao2019-11-196-230/+641
| | | | balancer_chunk_selection_policy.cpp
* SERVER-41185 Make ftdc failures process fatalMark Benvenuto2019-11-192-63/+58
|