summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-57261 Enable tenant migration terminate primary passthrough with commitsserver-57336Pavi Vetriselvan2021-06-171-3/+1
|
* SERVER-57261 Enable tenant migration stepdown passthrough with commitsPavi Vetriselvan2021-06-171-3/+1
|
* SERVER-57060 Rename of a sharded collection must bump the collection versionPierlauro Sciarelli2021-06-1714-33/+240
|
* SERVER-57300 Fix logic for detecting numeric path component to avoid ↵Andrii Dobroshynski2021-06-172-10/+96
| | | | executing with SBE
* SERVER-57715 Catch network errors during rerouted insert in ↵Pavi Vetriselvan2021-06-171-17/+36
| | | | inject_tenant_prefix.js
* SERVER-57562 Check if Collection or View exist on namespace before creating ↵Henrik Edin2021-06-172-2/+95
| | | | timeseries bucket collection.
* SERVER-57740 ShardingTest use X509 also with preferTLS modeTommaso Tocci2021-06-171-4/+8
|
* Revert "SERVER-57217 Don't report remainingOperationTimeEstimatedSecs in ↵Max Hirschhorn2021-06-173-9/+22
| | | | | | currentOp metrics for resharding for donors and coordinators" This reverts commit e8f96019646425bc352f09b62d8e86b0e41f5d5b.
* SERVER-57385 add BSONCollectionCatalogEntry::IndexMetaData::isPresent()Benety Goh2021-06-174-4/+27
| | | | Ignore invalid index metadata when calculating total index count and returning all indexes.
* SERVER-48524 indexbuildentryhelpers::removeIndexBuildEntry() requires ↵Benety Goh2021-06-173-18/+22
| | | | | | callers to obtain collection lock on config.system.indexBuilds This improves index build semantics for aborts in the context of stepdowns and interrupts.
* Import wiredtiger: b2dce5bb8f2bbecb704537eee9cff61d7dc106a0 from branch ↵Luke Chen2021-06-1714-205/+233
| | | | | | | | | mongodb-5.0 ref: 4524d572ff..b2dce5bb8f for: 5.1.0 WT-7553 Loosen the restrictions around evicting fast-truncate pages to avoid cache-stuck failures
* Import wiredtiger: 4524d572ff451edf69aaa70d211946a3b1ccb19f from branch ↵Luke Chen2021-06-172-9/+15
| | | | | | | | | mongodb-5.0 ref: b724e3ec5c..4524d572ff for: 5.1.0 WT-7687 Stop tiered manager thread before internal thread
* Import wiredtiger: b724e3ec5cd6e27bcfaaa53f6308519bda56c7e6 from branch ↵Luke Chen2021-06-1710-71/+196
| | | | | | | | | mongodb-5.0 ref: c2f8ac069a..b724e3ec5c for: 5.1.0 WT-7668 Overload the update method for the hs_cleanup test
* Import wiredtiger: c2f8ac069a38c5cbeb127560fb01a3e23548a912 from branch ↵Luke Chen2021-06-172-3/+2
| | | | | | | | | mongodb-5.0 ref: 7c3b6258b1..c2f8ac069a for: 5.1.0 WT-7689 Fix double free in `__curhs_insert`
* Import wiredtiger: 7c3b6258b1188a27656d1b0e3e81feee97cd1bba from branch ↵Luke Chen2021-06-174-4/+14
| | | | | | | | | mongodb-5.0 ref: 363c7384ed..7c3b6258b1 for: 5.1.0 WT-7556 Fix test_rollback_to_stable10 failure cache_hs_ondisk is 0
* SERVER-57332 remove submoduleGregory Wlodarek2021-06-171-0/+0
|
* add lineRidhwaan Anayetullah2021-06-161-1/+1
|
* server-57332 remove newlines and commentsRidhwaan Anayetullah2021-06-161-3/+1
|
* remove comment, fix methodRidhwaan Anayetullah2021-06-162-8/+0
|
* bracket changesRidhwaan Anayetullah2021-06-162-4/+7
|
* move some bracketsRidhwaan Anayetullah2021-06-161-0/+0
|
* Create skeleton InternalDocumentSourceDensifyRidhwaan Anayetullah2021-06-161-5/+6
|
* SERVER-57332 Create skeleton InternalDocumentSourceDensifyRidhwaan Anayetullah2021-06-162-2/+47
|
* SERVER-57660 Fail time-series inserts if buckets collection does not existGregory Noma2021-06-162-3/+86
|
* SERVER-57561 Avoid setting default LegacyRuntimeConstants value when parsing ↵Ruoxin Xu2021-06-167-5/+36
| | | | FindCommandRequest
* SERVER-57217 Don't report remainingOperationTimeEstimatedSecs in currentOp ↵Junhson Jean-Baptiste2021-06-163-22/+9
| | | | metrics for resharding for donors and coordinators
* SERVER-57525 Added wrapper around BufBuilder for modifying single bits ↵lukebhan2021-06-164-0/+361
| | | | efficiently
* SERVER-56268 Remove timeseriesBucketsCollectionClusterById server parameterLouis Williams2021-06-164-138/+7
|
* SERVER-57439 fix typoRobert Guo2021-06-161-1/+1
|
* Revert "SERVER-55203 Change the stable release tag to r5.0.0-rc0 while ↵Samy Lanka2021-06-165-9/+104
| | | | | | checking IDL compatibility" This reverts commit ac74f7de3c69eb0ba25a42634851c7e39c325f39.
* SERVER-55434 Log when Resharding Donor/Recipient coordinator updates are ↵Haley Connelly2021-06-162-2/+22
| | | | unsuccessful
* SERVER-57649 DDL coordinator dist lock acquisition must be resilient to CSRS ↵Tommaso Tocci2021-06-164-38/+53
| | | | stepdowns
* SERVER-55430 Record metrics about whether a collection is rebalanced after ↵Randolph Tan2021-06-1610-18/+428
| | | | resharding op finishes
* SERVER-57439 add unittest task with undodb recordings to ! RHEL 8Robert Guo2021-06-1610-22/+153
|
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-1628-359/+552
|
* SERVER-57678 Take MODE_X collection lock when dropping timeseries view.Henrik Edin2021-06-161-0/+7
| | | | This is to prevent a concurrent create collection on the same namespace that will reserve an OpTime before the drop.
* SERVER-55855 Rename implicit multiversion suitesMikhail Shchatko2021-06-165-17/+17
|
* SERVER-57720: Wait for newlyAdded removal in reconfig_for_psa_set_shell.jsXueruiFa2021-06-161-1/+2
|
* SERVER-57712 Do not update the metadata format if the epochs are different ↵Sergi Mateo Bellido2021-06-161-2/+3
| | | | in the SSCCL
* SERVER-57710 Ignore "can't connect to new replica set primary" in tenant ↵Jason Zhang2021-06-161-1/+8
| | | | dbhash check hook
* SERVER-57316 Changing a few functions that rely on the presence of ↵Sergi Mateo Bellido2021-06-161-1/+3
| | | | epochs/timestamps on config.chunks
* SERVER-57524 Make refine and resharding not write epoch/timestamp to the ↵Kaloian Manassiev2021-06-168-100/+96
| | | | chunk entries
* SERVER-48651 Avoid lock timeout errors in refine_collection_shard_key_basic.jsPierlauro Sciarelli2021-06-161-1/+8
|
* SERVER-57385 Collection::checkMetaDataForIndex() returns offset on successBenety Goh2021-06-164-7/+9
|
* SERVER-48524 indexbuildentryhelpers::removeIndexBuildEntry() uses ↵Benety Goh2021-06-161-4/+2
| | | | | | | DBHelpers::findById() instead of findOne() This allows us to locate the index build in config.system.indexBuilds() using the _id_ index directly instead of going through the query planner, which is still subject to interrupts.
* Import wiredtiger: 363c7384edce63df337f110492c6424c5f13a451 from branch ↵Chenhao Qu2021-06-164-3/+75
| | | | | | | | | mongodb-5.0 ref: 916a7defd8..363c7384ed for: 5.1.0 WT-7443 Add error message when bulk cursor can't get exclusive access to dhandle
* Import wiredtiger: 916a7defd830a64d57bdaad4b1f8522d77fe3e0c from branch ↵Chenhao Qu2021-06-162-2/+2
| | | | | | | | | mongodb-5.0 ref: 3ef954b29f..916a7defd8 for: 5.1.0 WT-7686 Fix config call, allowing "sync" option to work for flush_tier
* Import wiredtiger: 3ef954b29f131cb835c5b4cb81adcfc603dc072d from branch ↵Chenhao Qu2021-06-163-64/+175
| | | | | | | | | mongodb-5.0 ref: ba0c36ccbb..3ef954b29f for: 5.1.0 WT-7644 Implement python hooks for tiered storage
* Import wiredtiger: ba0c36ccbb5c4b00d9a83603d08020a5c9865e21 from branch ↵Chenhao Qu2021-06-163-16/+6
| | | | | | | | | mongodb-5.0 ref: 3410b846ee..ba0c36ccbb for: 5.1.0 WT-7646 Remove unneeded uses of WT_WITH_BUCKET_STORAGE macro
* Import wiredtiger: 3410b846ee10481e83906569e2ffdb89d5e12e32 from branch ↵Chenhao Qu2021-06-162-174/+170
| | | | | | | | | mongodb-5.0 ref: 15a5f48c53..3410b846ee for: 5.1.0 WT-7680 refactor rollback-to-stable to support operating on individual files