summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-2245-0/+103
|
* SERVER-53828 fix unsequenced operations in 2 testsBilly Donahue2021-01-222-9/+9
|
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-223-8/+8
|
* SERVER-53409 refresh FailPoint readability, documentationBilly Donahue2021-01-212-272/+237
|
* SERVER-53854: Ensure checkReplicatedDataHashes remembers previous dbhash ↵XueruiFa2021-01-211-1/+2
| | | | mismatches
* SERVER-53885 Make ConcurrentCatalogWriteBatches more deterministic by only ↵Henrik Edin2021-01-211-4/+27
| | | | checking that batching occured somewhere instead of everywhere.
* SERVER-53118 Make the DistLockManager use the same processId/lockSessionId ↵Kaloian Manassiev2021-01-2129-644/+346
| | | | per shard
* SERVER-53948 Remove unnecessary ServiceContext pointer stored in CollectionImplHenrik Edin2021-01-215-10/+7
|
* SERVER-53855 Resharding recipient secondaries ignore no-op oplog entries ↵Randolph Tan2021-01-213-4/+162
| | | | meant to bump config.transactions records
* SERVER-53501 Fix incorrect reporting of scannedObjects in serverStatus() for ↵Rishab Joshi2021-01-214-10/+60
| | | | $unionWith operation
* SERVER-53696 _internalUnpackBucket should handle missing metaField gracefullyEric Cox2021-01-213-22/+116
|
* SERVER-53825 Range deletions collection must not be dropped on downgrade to v4.4Pierlauro Sciarelli2021-01-211-13/+0
|
* SERVER-53867 Add/Remove timestamp to docs on config.chunks when ↵Sergi Mateo Bellido2021-01-212-41/+47
| | | | upgrading/downgrading
* SERVER-53672 Remove SessionCatalogMigrationDestination::_isStateChanged ↵Alexandre Bique2021-01-212-7/+0
| | | | condition variable
* Import wiredtiger: f301aed47ca31b7f54fecf28d49199c313f86bc2 from branch ↵Luke Chen2021-01-219-18/+94
| | | | | | | | | | | mongodb-5.0 ref: 4f64671423..f301aed47c for: 4.9.0 WT-6981 Add randomness to Python test suite runs WT-7071 Add column store support to test_hs16 WT-7091 Restrict usage of LSM to only operate in conjunction with compatible incremental backup mechanism
* SERVER-50486 Always interrupt multi-document transactions on step down or ↵Samy Lanka2021-01-212-0/+12
| | | | step up
* SERVER-51081 Add a way to "try abort" a tenant migrationJason Zhang2021-01-218-85/+301
|
* SERVER-53902 Fix crash in op_msg_fuzzer when looking for the oplog.Henrik Edin2021-01-211-3/+4
| | | | Initialize the repl coordinator in standalone instead of 1-node replica set.
* SERVER-51730 Report histogram data on how long it takes cursors to drainVishnu Kaushik2021-01-214-7/+71
|
* SERVER-52548 Convert create command to TypedCommandSara Golemon2021-01-218-283/+298
|
* SERVER-53876 remove TODO SERVER-50974 commentVishnu Kaushik2021-01-201-1/+1
|
* SERVER-53687 Rename resharding CoordinatorStateEnum kCommitted to ↵Haley Connelly2021-01-2013-151/+139
| | | | | | kDecisionPersisted SERVER-53687 Remove resharding CoordinatorStateEnum::kRenaming
* SERVER-50423 Set FCV before writing initial replica set configAli Mir2021-01-203-1/+15
|
* SERVER-50644, SERVER-50479: Add resumable index build support for ESE by ↵Varun Ravichandran2021-01-208-39/+93
| | | | using persistent key for Sorter temp file encryption
* SERVER-53612: Fix StepDown hangs when all nodes are caught up but none is ↵Lingzhi Deng2021-01-204-8/+34
| | | | immediately electable
* SERVER-53903 Temporarily rename sharded metadata without a transactionPierlauro Sciarelli2021-01-203-96/+71
|
* SERVER-53654 Add serverStatus section for global time-series bucket infoGregory Noma2021-01-204-19/+54
|
* SERVER-52793 Collect resource consumption metrics for all SBE stages that ↵Mihai Andrei2021-01-201-4/+10
| | | | sort data
* SERVER-51666 Implement $dateAdd/ $dateSubtract in SBE.Milena Ivanova2021-01-207-4/+326
|
* SERVER-53739 Validate all createIndexes optionsA. Jesse Jiryu Davis2021-01-201-4/+32
| | | | | Prevent createIndexes from creating invalid index catalog entries, which would make listIndexes fail.
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate ↵Ruoxin Xu2021-01-2014-100/+135
| | | | command input IDL
* SERVER-53868 Update the timestamp of docs in config.chunks when refining a ↵Sergi Mateo Bellido2021-01-203-6/+17
| | | | shard key
* Import wiredtiger: 4f64671423a710f83dc6fca55326b081bec8cff6 from branch ↵Chenhao Qu2021-01-2019-244/+332
| | | | | | | | | | | | mongodb-5.0 ref: bd160209c7..4f64671423 for: 4.9.0 WT-7020 Assert the previous update timestamp of a key WT-7026 Atomically read and set ref->addr in case of race WT-7038 Update headers to be C++ compatible WT-7067 Add column store to test_hs01
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-2011-28/+556
|
* SERVER-53811 add recoveryToken as input field to abortTransactionMoustafa Maher2021-01-201-0/+6
|
* SERVER-52547 Avoid reparsing the command object multiple timesMoustafa Maher2021-01-203-20/+52
|
* SERVER-53512 Make failCommand failpoint support blockConnection with ↵Matthew Saltz2021-01-191-9/+9
| | | | closeConnection:true
* SERVER-53312: Enable recipient testing for tenant_migration_jscore_passthroughLingzhi Deng2021-01-191-0/+3
|
* SERVER-53435 Fix use-after-moveDavid Storch2021-01-191-1/+1
|
* SERVER-51762 Fix index building for ephemeralForTestLouis Williams2021-01-191-0/+2
|
* SERVER-53882 TenantMigrationAccessBlocker::setCommitOpTime and ↵Cheahuychou Mao2021-01-191-2/+2
| | | | setAbortOpTime could cause migration to transition out of blocking state before the commit or abort opTime is majority-committed
* SERVER-53830: fix synchronization in replica_set_monitor_integration_test.cppAndrew Shuvalov2021-01-191-2/+7
|
* SERVER-52848: Increase delayMillis in ↵r4.9.0-alpha1XueruiFa2021-01-192-2/+15
| | | | initial_sync_chooses_correct_sync_source.js
* SERVER-53625 Fix slimOplogForGraphLookup to include if txn was aborted.Max Hirschhorn2021-01-192-41/+39
|
* SERVER-53869 Remove references to `getGlobalServiceContext()` from the catalogKaloian Manassiev2021-01-1913-119/+23
| | | | ... also removes some unnecessary references to the `sharding_runtime_d` library from the op_msg_fuzzer test
* SERVER-53247 disable enableMajorityReadConcern=false for non-test storage ↵Pavi Vetriselvan2021-01-193-47/+34
| | | | engines
* SERVER-38938 include metadata in command responseRobert Guo2021-01-193-1/+15
|
* SERVER-53772 Create feature flag for timestamp based collection/database UUIDSergi Mateo Bellido2021-01-1910-17/+30
| | | | | | | | Changelog: - Adding a new feature flag that is going to guard all the changes related to the timestamped versions - Replacing the project-related feature guard to the new one - Enabling the new feature guard in the all-features variants
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-1946-438/+1191
|
* SERVER-52587 Making collection and database instances comparable through ↵Sergi Mateo Bellido2021-01-183-159/+365
| | | | | | | cluster time (no more epochs) PART 3: Modyfing the ComparableChunkVersion to start comparing using timestamps