summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66122: Upgrage zlib to 1.2.12Yu Jin Kang Park2022-06-0334-1150/+10927
|
* SERVER-63314 Remove unused fail points in migration_util.cppSilvia Surroca2022-06-031-7/+0
|
* SERVER-66431 Replace all usages of ShardType::ConfigNS by ↵Silvia Surroca2022-06-0330-91/+119
| | | | kConfigsvrShardsNamespace
* SERVER-66609: Avoid global lock upgrade within storage_timestamp_test.cppYu Jin Kang Park2022-06-031-5/+8
|
* SERVER-66852 Eagerly erase retryable child sessions from SessionCatalogJack Mulrow2022-06-028-36/+667
|
* SERVER-66520 add index build UUID to BackgroundOperationInProgress messageBenety Goh2022-06-023-22/+57
|
* SERVER-66901 Make contention factor accept all valid positive integer typesMark Benvenuto2022-06-021-1/+1
|
* SERVER-66777 Ensure that internal transactions do not get interrupted by ↵Cheahuychou Mao2022-06-024-41/+130
| | | | logical session reaper
* SERVER-66921 Track basic statistics on shard split operationsMatt Broadstone2022-06-025-27/+186
|
* SERVER-66766 stopFLECrud must wait for threads to exitsergey.galtsev2022-06-021-0/+1
|
* SERVER-66960 Cache highest child txnNumber on checked out sessionsJack Mulrow2022-06-023-12/+19
|
* SERVER-62765 Write tenantId fields to oplog entries on updateHugh Tong2022-06-023-2/+100
|
* Revert "Import wiredtiger: 81fe6d40931947a1961cc3b9c96a1f31f343dbc9 from ↵Jim OLeary2022-06-0210-745/+401
| | | | | | branch mongodb-master" This reverts commit 1a6296734505e5bd08081a3b174b10de88d0b30c.
* Revert "Import wiredtiger: d1d727c13a756f0a4f7895f7bf77167610d4c4c1 from ↵Jim OLeary2022-06-0210-52/+24
| | | | | | branch mongodb-master" This reverts commit 520b01685461b36727f3cfa6b3e628d8bf36ad1d.
* Revert "Import wiredtiger: 2772ccb8f2ca816458afa76ff270adb7163f2f4a from ↵Jim OLeary2022-06-0259-303/+307
| | | | | | branch mongodb-master" This reverts commit 5875daf4a717afe0489674a8a1178f14e714d4e7.
* Revert "Import wiredtiger: dd171a05d5e80652f756e7e48a4b138a21b704fe from ↵Jim OLeary2022-06-0218-915/+480
| | | | | | branch mongodb-master" This reverts commit 25d06b08c40fc2e3480c9f02ed47c5260b71ca8d.
* SERVER-61601 Avoid upgrading locks when implicitly creating collection ↵Yuhong Zhang2022-06-021-4/+2
| | | | during createIndexes
* SERVER-66458 Positional projection can result in caching incorrect ↵Denis Grebennicov2022-06-022-5/+14
| | | | parameterized plan
* SERVER-65371 Interrupt shardSvrMoveRange when the node steps downPaolo Polato2022-06-021-20/+24
|
* SERVER-66655 Add TTLMonitor to architecture guideHaley Connelly2022-06-021-10/+32
|
* SERVER-66910 Ensure `collectionUUID` is respected for `collMod` unique index ↵Gregory Noma2022-06-021-0/+1
| | | | conversion
* SERVER-57417 Enable NoMoreAutoSplitter Feature flagAllison Easton2022-06-022-1/+40
|
* SERVER-66943 collStats must never retrieve orphans count on plain replset or ↵Pierlauro Sciarelli2022-06-021-6/+11
| | | | for local internal collections
* SERVER-62850 Delete RefineCollectionShardKeyCoordinator_NORESILIENT once 6.0 ↵Tommaso Tocci2022-06-028-129/+14
| | | | branches out
* SERVER-66916 Make rangeDeleterBatchSize and rangeDeleterBatchDelayMS ↵Kaloian Manassiev2022-06-024-51/+16
| | | | dynamically configurable
* SERVER-66781 Enable BalanceAccordingToDataSize feature flagAllison Easton2022-06-022-1/+7
|
* SERVER-64991 add NamespaceString::isSystemDotJavascript()Benety Goh2022-06-012-0/+7
|
* SERVER-66833 Improve error and log messages on attempt to use unsupported ↵David Storch2022-06-0113-147/+159
| | | | legacy op code
* SERVER-66929 Persist CompactStructuredEncryptionDataCoordinator document ↵Tommaso Tocci2022-06-012-4/+6
| | | | before entering first phase
* SERVER-65657 Reduce calls to the cappedInsertNotifier for the oplogMatthew Russotto2022-06-014-6/+14
|
* SERVER-66796 Make TicketHolder metrics independent from ImplJordi Olivares Provencio2022-06-016-298/+247
|
* SERVER-66851 Internal session pool should use parent sessions as keys for ↵Jack Mulrow2022-06-012-14/+49
| | | | child session map
* SERVER-65671 Use _termShadow in updateTerm and processReplSetMetadataMatthew Russotto2022-06-012-6/+27
|
* SERVER-63971 Make coordinate commit wait for transaction to actually ↵Randolph Tan2022-06-011-1/+1
| | | | complete by default
* SERVER-66078 Make config.system.sessions balanceable by data size criteriaPaolo Polato2022-06-015-9/+41
|
* SERVER-61609 Prevent lock upgrade in ↵Haley Connelly2022-06-011-3/+4
| | | | ReplicationCoordinatorExternalStateImpl::_dropAllTempCollections
* SERVER-66805 Change public-facing `moveRange::forceJumbo` to bool typePierlauro Sciarelli2022-06-014-6/+17
|
* SERVER-65798 Remove enableShardingOptional feature flagTommaso Tocci2022-06-019-101/+20
|
* SERVER-66825 Fix deadlock on MigrationDestinationManager::onStepDownJordi Serra Torrens2022-06-011-0/+4
|
* Import wiredtiger: dd171a05d5e80652f756e7e48a4b138a21b704fe from branch ↵Etienne Petrel2022-06-0118-480/+915
| | | | | | | | | mongodb-master ref: 2772ccb8f2..dd171a05d5 for: 6.1.0-rc0 WT-9319 Save the user provided cursor bounds to the cursor
* Import wiredtiger: 2772ccb8f2ca816458afa76ff270adb7163f2f4a from branch ↵Etienne Petrel2022-06-0159-307/+303
| | | | | | | | | mongodb-master ref: d1d727c13a..2772ccb8f2 for: 6.1.0-rc0 WT-9383 Update the cppsuite directory structure
* Import wiredtiger: d1d727c13a756f0a4f7895f7bf77167610d4c4c1 from branch ↵Etienne Petrel2022-06-0110-24/+52
| | | | | | | | | mongodb-master ref: 81fe6d4093..d1d727c13a for: 6.1.0-rc0 WT-8939 Support building WT C++ based tests on Windows
* Import wiredtiger: 81fe6d40931947a1961cc3b9c96a1f31f343dbc9 from branch ↵Etienne Petrel2022-06-0110-401/+745
| | | | | | | | | mongodb-master ref: aabaa42300..81fe6d4093 for: 6.1.0-rc0 WT-9343 Creating a new API end macro to increment a statistic on error
* SERVER-66058 Only start shard split components in serverless modeMatt Broadstone2022-05-313-6/+23
|
* SERVER-63264 Add an {all: 1} flag to the serverStatus cmd to output all ↵Dianna Hohensee2022-05-311-2/+8
| | | | sections, even ones not included by default
* SERVER-66862 Fix non-determinism in shard_split_startup_recovery_aborted.jsDidier Nadeau2022-05-311-4/+8
|
* SERVER-61625 Remove BSONColumn validation from CollectionValidationGregory Wlodarek2022-05-313-116/+0
|
* SERVER-66832 Ensure split config is removed after any decisionMatt Broadstone2022-05-312-14/+13
|
* SERVER-66807 Enable featureFlagChangeStreamsFurtherEnrichedEventsArun Banala2022-05-312-2/+5
|
* SERVER-66866 Make the range deleter not sleep under collection lockKaloian Manassiev2022-05-313-87/+65
|