summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67457 Wait for majority commit on completionAbdul Qadeer2022-07-281-2/+2
|
* SERVER-68016 Use little endian for deserializing data serialized by BufBuilderRui Liu2022-07-281-2/+4
| | | | (cherry picked from commit 5ecdd383565058346f1ade42b438c190b7f13ad2)
* SERVER-68354 Set `whenToClean` to `now` when marking range deletion task as ↵Pierlauro Sciarelli2022-07-281-1/+3
| | | | processing
* Import wiredtiger: 3ab8999188b852b1cebf3f9e9fe4e0956a8328b5 from branch ↵Luke Chen2022-07-283-9/+27
| | | | | | | | | mongodb-6.0 ref: e436e94012..3ab8999188 for: 6.0.1 WT-9432 Ensure Evergreen builds have debug information (#8006) (#8144)
* Import wiredtiger: e436e940122e02cf8c0e289d577636158ef11970 from branch ↵Luke Chen2022-07-282-5/+7
| | | | | | | | | mongodb-6.0 ref: c0c3fa3b36..e436e94012 for: 6.0.1 WT-9311 Ensure log messages clearly identify storage HW corruption (#8063) (#8143)
* Import wiredtiger: c0c3fa3b3678db9156be7dbf752413e44c30d998 from branch ↵Luke Chen2022-07-286-64/+57
| | | | | | | | | mongodb-6.0 ref: c5e905e5bf..c0c3fa3b36 for: 6.0.1 WT-9302 Deprecated object_target_size as a config in api_data.py (#8029) (#8101)
* SERVER-68363 Mark 5.3 as EOLKelsey Schubert2022-07-281-1/+1
|
* SERVER-67418 Retry apple SSLManagerCoordinator initialization on failureGabriel Marks2022-07-271-1/+19
|
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-271-7/+7
|
* SERVER-66023 Use DelayableTimeoutCallback class to avoid resetting election ↵Matthew Russotto2022-07-275-86/+74
| | | | | | and liveness timers. (cherry picked from commit 94f976f475b7d26e75f60d0e0733aed99bb6f272)
* SERVER-66023 Create a DelayableTimeoutCallback class to avoid constantly ↵Matthew Russotto2022-07-274-0/+724
| | | | | | | resetting timers. (cherry picked from commit 466ddbc1784709f3421ed9ccc485210b1fe94e6e) (cherry picked from commit 87d6ec40779e3750a123efd941e16d159bf938bb)
* SERVER-68330: Suppress mixed-mode testing assertions on config.transactions.Daniel Gottlieb2022-07-271-1/+5
|
* SERVER-66970 Add EOL'd releases infoRichard Samuels2022-07-271-0/+19
| | | | (cherry picked from commit abd407e59f4bf93a96b22b96c3aff2081f8e6a7c)
* SERVER-67802 ensure mongos count can handle large values for skipBenety Goh2022-07-271-1/+1
| | | | (cherry picked from commit f97eb26ed47f1974090361fc0bc0942f186e5439)
* SERVER-67801 createIndexes on config.transactions should handle empty list ↵Benety Goh2022-07-271-1/+1
| | | | | | of index specs (cherry picked from commit a7cd9bf337b0c41387ebc351e41093d3ff5aba59)
* SERVER-67723 Make the SessionCatalogMongoD reaper not delete the on-disk ↵Cheahuychou Mao2022-07-272-42/+20
| | | | | | state for any transaction session until its logical session has expired (cherry picked from commit 338062b6a22668dcb1cf919de5dd2e9f3eea0221)
* SERVER-65454: Reset curop namespace after config.image_collection lookup.Daniel Gottlieb2022-07-273-0/+17
| | | | (cherry picked from commit 4606b3cd56fd4ca9c5c39ebc8a0f7e0cfb790f9e)
* SERVER-64340 Warn if balancer is disabled while draining shardAntonio Fuschetto2022-07-261-0/+48
|
* SERVER-65006 Delay unsetting the index build Interceptor until we commitFaustoleyva542022-07-261-1/+5
|
* SERVER-67802 ensure mongos count can handle large values for limitBenety Goh2022-07-261-1/+1
| | | | (cherry picked from commit 49b1ad9884fa093199f571be07bc9ea9cf2be665)
* SERVER-66938 Drastically simplify command to generate ninja filesTausif Rahman2022-07-261-1/+1
| | | | (cherry picked from commit 0dd56eb0358262ee0af4d2b172ec53c62ebb0233)
* SERVER-67845 Acquire critical section in rename "check preconditions" phase ↵Pierlauro Sciarelli2022-07-264-7/+55
| | | | only if target not sharded
* SERVER-68130 adjust autoSplitVector's estimatedAdditionalBytesPerItemInBSONArrayPierlauro Sciarelli2022-07-261-1/+10
|
* SERVER-66943 collStats must never retrieve orphans count on plain replset or ↵Pierlauro Sciarelli2022-07-261-6/+11
| | | | for local internal collections
* SERVER-66651 restore builtin role needs applyOps permissionsSara Golemon2022-07-251-0/+2
| | | | (cherry picked from commit 0ba2a32577ed1d8b2bcf33ca195dce5516a484be)
* SERVER-65262 Use `timestamp_transaction_uint` for `commit_transaction`Gregory Noma2022-07-251-17/+3
| | | | (cherry picked from commit 497bbb6faf83673f226a34988e0d75ad62e2020d)
* SERVER-67408 Preserve `CollectionUUIDMismatch` error even if database does ↵Gregory Noma2022-07-258-4/+56
| | | | | | not exist (cherry picked from commit 9193a05db1a1dda7d7cc67bbd673c6d88654c826)
* SERVER-67227 Avoid implicit collection creation for `collectionUUID` with ↵Gregory Noma2022-07-251-12/+7
| | | | | | insert/update commands (cherry picked from commit 41994ed8c080afb448b20c631a66bf782a9834c0)
* SERVER-64242 Make collStats aggregation stage retrieve orphans from ↵Allison Easton2022-07-257-68/+82
| | | | | | BalancerStatisticsRegistry (cherry picked from commit 2a7a609a78eb12dd5a237933b49b5f6bd03043f2)
* SERVER-66548 Add support for dependency tracking to $redactNicholas Zolnierz2022-07-252-0/+31
|
* SERVER-62857 Handle same-migration recovery on recipient upon multiple stepdownsAllison Easton2022-07-255-19/+37
| | | | (cherry picked from commit 72d9520b6bdf63e66daf71ab62d8f5d1ebc241e9)
* SERVER-64416: view creation returns same error as collection creationYu Jin Kang Park2022-07-251-1/+1
| | | | (cherry picked from commit 6bd5618937542267553791332394c571973740eb)
* SERVER-66808 Remove undocumented fields from the change stream errorcsum1122022-07-253-8/+21
|
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-07-224-2/+51
| | | | (cherry picked from commit dfec48667e724500f878c83bb1a10a609b2da669)
* SERVER-68193 Sharding DDL coordinator can lock itself out in distlock retry loopTommaso Tocci2022-07-221-2/+14
| | | | (cherry picked from commit 8293cd56410cb005b1f26d2102668aec66539be6)
* SERVER-66958 Handle potential multiple "processing" range deletions on step-upPierlauro Sciarelli2022-07-221-4/+17
|
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() ↵Tommaso Tocci2022-07-225-70/+116
| | | | | | function (cherry picked from commit 527dfe85a1771586339b34a177b3f7954aa2793b)
* SERVER-66658 Shard registry might be accessed before initializationTommaso Tocci2022-07-222-18/+17
| | | | (cherry picked from commit 4851768e1d7c54e576300c75a976910e96703458)
* SERVER-68209 Remove uassert that prevents config.image_collection entry from ↵Cheahuychou Mao2022-07-221-17/+0
| | | | | | being invalidated (cherry picked from commit e37f9d5efff9974a4a66b6a84bf98f24c1052937)
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-07-211-1/+4
| | | | (cherry picked from commit 2c53b7b684c8dd90044b8ef19932453088f54869)
* SERVER-66529 OplogManager must not release mutex, so as to avoid wrongly ↵Dianna Hohensee2022-07-201-3/+0
| | | | | | fowarding the oplogReadTimestamp after a cappedTruncateAfter operation sets it back. (cherry picked from commit d9e643fe4dfb7da4ab68d6929477613f244ad361)
* SERVER-68062 permit DocumentSourceGeoNearCursor to have secondary collectionsKyle Suarez2022-07-151-3/+0
| | | | (cherry picked from commit 3bf33a7f67667dbe5c1785c2d6a55a19cd17fb4e)
* Import wiredtiger: c5e905e5bf1c4767bdbeeaf0636e89581c68221d from branch ↵Luke Chen2022-06-293-33/+156
| | | | | | | | | mongodb-6.0 ref: 31b70b7fe6..c5e905e5bf for: 6.0.0-rc13 WT-9500 Fix RTS to use cell time window instead of key/value timestamps of HS update
* SERVER-67470 Fix incorrect fieldName values in ECOC entries following a ↵r6.0.0-rc12Erwin Pe2022-06-242-4/+24
| | | | | | modifier-type update (cherry picked from commit 20986cb5fc8e3fcd721034a00dd476ab1bd34772)
* SERVER-67445 Remove setting of setSingleBatch to 'true' in ↵Erwin Pe2022-06-241-1/+0
| | | | | | FLEQueryInterfaceImpl::findDocuments (cherry picked from commit 7f728aafb75b9e991ffb5444a0999edf6cb280ef)
* SERVER-66462 Fixed change stream pre-image write performance issueMindaugas Malinauskas2022-06-231-13/+28
| | | | (cherry picked from commit 043545f8259aa5c0a4c2fc318ec889d96e54f1ea)
* SERVER-67352 Skip identifying writes on orphaned documents in replica set ↵Antonio Fuschetto2022-06-232-12/+12
| | | | deployments
* Import wiredtiger: 31b70b7fe65536b44c77f07ed3815048673867f3 from branch ↵Luke Chen2022-06-232-3/+10
| | | | | | | | | mongodb-6.0 ref: 8fb2c7b2a6..31b70b7fe6 for: 6.0.0-rc11 WT-9477 Don't allow checkpoint triggering internal page split which leads to corrupted internal page in the checkpoint
* Revert "Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0""Eric Cox2022-06-2254-308/+1944
| | | | This reverts commit 44385b89a690f1feda55d8e888a08f33eab0a020.
* Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0"Eric Cox2022-06-2254-1944/+308
| | | | | This reverts commit e24af2270e6bc1d435845c8fdd02a1eb24155da2, reversing changes made to ecf315a92efb6283a4c8f3fd079dd81398563fa6.