summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated str.h & string_data.h locationyun-soo-patch-1Yoonsoo@MongoDB2021-02-091-2/+2
|
* SERVER-52863 Instantiate AuthenticationSession during SASL mechanism negotiationBen Caimano2021-02-0913-110/+424
|
* SERVER-54277 Validate to support ObjectId type when reporting corrupt recordsGregory Wlodarek2021-02-092-18/+101
|
* SERVER-50538 Control intracluster traffic in speculative auth testsSpencer Jackson2021-02-093-51/+115
|
* SERVER-53567 Create conflict stash collections with same collation as ↵jannaerin2021-02-097-19/+104
| | | | temporary resharding collection
* SERVER-53467 Investigate performance of $_internalUnpackBucket over BSONEric Cox2021-02-092-30/+39
|
* SERVER-54393 exclude timeseries_idle_buckets.js from parallel test suiteBenety Goh2021-02-091-0/+4
|
* SERVER-54109 Check for incompatible "namespace" and "type" field changes in ↵Huayu Ouyang2021-02-097-5/+908
| | | | IDL compatibility checker script
* SERVER-54308 use exact match for the python process in the hang analyzerRobert Guo2021-02-091-1/+1
|
* SERVER-52914 Restore accidentally deleted NOLINT(bugprone-use-after-move)Nikita Lapkov2021-02-091-1/+1
|
* SERVER-54268 Append nInserted for {ordered: true} time-series insertsGregory Noma2021-02-093-16/+37
|
* SERVER-53996: Avoid holding mutex while reading/writing in tenant migration ↵XueruiFa2021-02-092-57/+84
| | | | recipient
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-0922-84/+130
|
* SERVER-54185 shard_aware_init_secondaries.js should use ↵Pavi Vetriselvan2021-02-091-1/+1
| | | | initiateWithHighElectionTimeout
* SERVER-53979 Add sum accumulator to window function stageTed Tuckman2021-02-097-90/+365
|
* SERVER-54283 Move the legacy dropDatabase/Collection path to execute from ↵Kaloian Manassiev2021-02-0915-503/+579
| | | | | | the shard ... rather than forwarding to the config server
* SERVER-54387 Create renameCollection DDL coordinatorPierlauro Sciarelli2021-02-094-122/+268
|
* SERVER-53104 Ensure all shard-local cache collections of config.collections ↵Sergi Mateo Bellido2021-02-099-200/+323
| | | | | | | contain timestamps after upgrade - Modifying the loader to properly handle metadata format changes in Collections & Databases
* SERVER-34454 Consider including the EOF bonus in the plan cache scoreTimour Katchaounov2021-02-093-35/+13
| | | | | | | | | Removes the subtraction of the eofBonus from the final score, thus including the eofBonus in the plan cache score. This is safe to do because the cached score is used only for logging purposes and no decision is made base on the score outside of plan_ranker::pickBestPlan
* Import wiredtiger: 919286975f5efe7383095d1dc3c8447c81152638 from branch ↵Luke Chen2021-02-097-20/+32
| | | | | | | | | | | | mongodb-5.0 ref: cde57ba4b7..919286975f for: 4.9.0 WT-5137 Switch to macos-1014 Evergreen distro WT-7163 Document new wt printlog option WT-7167 Do not perform forward compatibility test with wt dump/load WT-7174 Fix memory leak for cppsuite test
* SERVER-54227 ReshardingMetrics fix "remaining time" estimateBilly Donahue2021-02-092-19/+105
|
* SERVER-38910 Remove index drop rollback handling on opening the storage engine.Dianna Hohensee2021-02-092-41/+15
| | | | | This scenario can no longer occur because we wait for index drops to be majority committed before dropping the underlying data table.
* SERVER-54065 Test getMore command is lock-free in ↵Dianna Hohensee2021-02-091-2/+10
| | | | lock_free_ops_concurrent_with_exclusive_lock.js
* SERVER-53406 Store external keys once per migrationJack Mulrow2021-02-0910-74/+94
|
* SERVER-53823 Require matching FCV from donor when starting a tenant migrationVesselina Ratcheva2021-02-095-0/+238
|
* SERVER-53842 Count the number of resharding attempts in resharding metricsAmirsaman Memaripour2021-02-094-11/+21
|
* SERVER-53039 Make SpecificStats::clone() return unique_ptrYoonsoo Kim2021-02-093-103/+85
|
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-0936-651/+672
|
* SERVER-54114 SERVER-54039 Pass cancelation token throughout ↵Jason Zhang2021-02-083-141/+220
| | | | TenantMigrationDonorService
* SERVER-54043 Remove TODOA. Jesse Jiryu Davis2021-02-081-3/+2
|
* SERVER-54392 Use the actual value for Namespace::kAdminDb inside ↵Jason Zhang2021-02-081-1/+1
| | | | waitUntilTimestampIsMajorityCommitted
* Revert "SERVER-51461 Support building indexes from existing indexes guarded ↵Louis Williams2021-02-087-442/+0
| | | | | | by feature flag" This reverts commit b8017175e3ac2c6d37f60d3f4cd2efb5011d1a32.
* SERVER-54144 Relax timing constraint in profile_operation_metrics.jsLouis Williams2021-02-081-3/+5
|
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ↵samontea2021-02-0813-119/+86
| | | | AggregateCommand
* SERVER-53106 Preserve chunks entries upon sharded collection renamePierlauro Sciarelli2021-02-084-48/+87
|
* SERVER-54366 Wait for node to start stepdown before killing shutdown ↵Ali Mir2021-02-083-0/+15
| | | | operation in force_shutdown_primary.js
* SERVER-52914 Support positional projection operator ($) in SBENikita Lapkov2021-02-0826-326/+1402
|
* SERVER-54186: Remove mongod flags for microbenchmarksBrad de Vlugt2021-02-081-24/+0
|
* SERVER-54269 Time-series bucket catalog should reject inserts with ↵Dan Larkin-York2021-02-085-44/+134
| | | | missing/invalid time field
* SERVER-54018 Restrict metadata and time fields to top-level fieldsDan Larkin-York2021-02-084-7/+25
|
* SERVER-54341 Must not capture locals by reference in asynchronous lambda ↵Matthew Russotto2021-02-081-22/+31
| | | | (exhaust_cursor_currentop_integration_test.cpp)
* SERVER-54369 update python dependenciesRobert Guo2021-02-082-4/+4
|
* SERVER-54331 Extend dropCollection test coverageTommaso Tocci2021-02-086-166/+270
|
* SERVER-54376 Extend dropDatabase test coverageTommaso Tocci2021-02-089-167/+230
|
* Import wiredtiger: cde57ba4b7aac0a955e6c35f503229e3809a1560 from branch ↵Luke Chen2021-02-0837-949/+1230
| | | | | | | | | | | | | mongodb-5.0 ref: 772edf829f..cde57ba4b7 for: 4.9.0 WT-4649 Updating build system to allow for different C++ compilers WT-6354 Increase wt utility coverage with printlog, downgrade, upgrade tests WT-7039 Creating test configuration framework using the WiredTiger configuration API WT-7102 Migrate full and incremental backup test functionalities into wtbackup class WT-7159 Always write on-disk update as a full update to history store
* SERVER-54217 ensure unique collection names in time-series tests (clustered ↵Benety Goh2021-02-074-31/+18
| | | | indexes/out of order timestamps)
* SERVER-51623 Convert insert, update and delete commands output to IDLRishab Joshi2021-02-076-178/+410
|
* SERVER-54372: Running jsCore on xlarge to enable commit-queueCristopher Stauffer2021-02-071-1/+4
|
* SERVER-54217 ensure unique collection names in time-series tests (TSBS use ↵Benety Goh2021-02-073-15/+10
| | | | cases/min-max stats)
* SERVER-50268 restore UBSAN stanza for ↵Benety Goh2021-02-071-26/+37
| | | | | | storage_wiredtiger_record_store_and_index_test This exclusion was added in commit f2ec414e9c21f09fe7e5009efe00a8934743c0db.