summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-76273 Make SessionCatalogMigrationDestination's opCtxs interruptible ↵Jordi Serra Torrens2023-04-211-0/+4
| | | | | | on stepdown (cherry picked from commit 2049bdcaf27aa5a06b8c7b3c552d7b19e303b3c5)
* Revert "SERVER-75784 Stop cluster parameter refresher from running in ↵Gabriel Marks2023-04-207-201/+97
| | | | | | | | | | telemetry test" This reverts commit 726b5e1ba2662bd1039334a2477c1b295e62669b. Revert "SERVER-74107 Use transaction in cluster parameter refresher to get up-to-date FCV" This reverts commit 17804518dab21bd5f936787b51baf013fe16101e.
* SERVER-72146 Add statistic to count the number of bytes cloned from the ↵Marcos José Grillo Ramirez2023-04-203-0/+7
| | | | | | donor of a migration (cherry picked from commit a61cb340c33e123b273071488658811be5361d60)
* SERVER-76216 Drop temporary movePrimaryRecipient colls matching prefixAbdul Qadeer2023-04-204-37/+94
| | | | (cherry picked from commit 99433d9de31ba908ad8199aab74dfb2b21d5964c)
* SERVER-75799 Re-insert locks into lock-free dbhashMatt Kneiser2023-04-201-7/+6
| | | | (cherry picked from commit a2722330e5a975b9692e69f744a9769006ff94ea)
* SERVER-76064 Increase receiveChunkWaitForRangeDeleterTimeoutMS default value ↵Silvia Surroca2023-04-201-5/+11
| | | | in jstests
* SERVER-76178 Fix moveRange authorization requirementsPierlauro Sciarelli2023-04-201-1/+1
|
* SERVER-62998 Start building everything with c++20Alexander Neben2023-04-197-62/+8
|
* SERVER-76172 Fix BalancerChunkSelection unit test on slow build variantsSilvia Surroca2023-04-192-13/+35
| | | | (cherry picked from commit bd5f609fe3381a01caf17913acf5bb890f3e3185)
* SERVER-72146 Add extra migration statistics including the total bytes cloned ↵Marcos José Grillo Ramirez2023-04-195-2/+39
| | | | | | before and during catch up, committed and aborted migrations and total time (cherry picked from commit 9fae6f63e917c33d6b4bee6d57446a3b6111b96a)
* SERVER-75752 Use stable collator interface pointer for ArraySet for $in ↵Ivan Fefer2023-04-1911-51/+57
| | | | equalities
* SERVER-74202 Update balancer to use client local Prng for thread-safe shufflingPol Pinol Castuera2023-04-1911-80/+23
| | | | (cherry picked from commit 6a90a4d95b2f3c1f2619d332dd9d73fb39fe6167)
* SERVER-75990: Tenant Migrations are not resilient to recipient failoverChristopher Caplinger2023-04-183-20/+12
|
* SERVER-57056 Give LogSeverity::Log() messages syslog severity level infoGabriel Marks2023-04-171-1/+1
|
* SERVER-74445 Fix checkMetadataConsistency with a catalog shardJack Mulrow2023-04-176-50/+221
| | | | (cherry picked from commit 8b08b115667c0b75c569a2da2b0a5d9d166503b7)
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-1719-41/+142
| | | | (cherry picked from commit 33e6eec5978a20a4b227c36f26b0ae909e8e6728)
* SERVER-74498 Remove temporary_catalog_shard_incompatible tags (part 2)Jack Mulrow2023-04-171-1/+2
| | | | (cherry picked from commit fa663ad1b4408c0643ed2d6f8dc45fe3bdcd7d5d)
* SERVER-75870 Add internal abort in unrecoverable error code pathsAbdul Qadeer2023-04-172-8/+26
| | | | (cherry picked from commit 526f2bd98356f8a570e6da0c6b5c3c0e033c32ef)
* SERVER-75299 Lower BalancerStatsRegsitry log severityMarcos José Grillo Ramirez2023-04-171-2/+4
| | | | (cherry picked from commit faf4eaafed79f70b4b5b96670d7d08fc5beb929d)
* SERVER-76135 Mark client used in `runTransactionOnShardingCatalog` as ↵Pierlauro Sciarelli2023-04-171-5/+13
| | | | killable on stepdown
* SERVER-75978 Fix fast sort key generation path to respect the collationIan Boros2023-04-151-1/+7
| | | | (cherry picked from commit 894b0cb2f0dc690005a627c29673139943ec7c11)
* SERVER-76012 Rename kNone option for ↵Pavi Vetriselvan2023-04-145-7/+31
| | | | | | storageEngineConcurrencyAdjustmentAlgorithm server parameter (cherry picked from commit d78baf71ecf55400cecd7d10946bbd408d29a740)
* SERVER-75603 Allow isQuerySbeCompatible to early returnMatt Boros2023-04-141-31/+26
| | | | (cherry picked from commit dc28beedd9f4ef77f5dbd7b173bc437a60780c0d)
* SERVER-73505 Add FCV checks in QueryAnalysisWriter and QueryAnalysisSamplerIsrael Hsu2023-04-142-0/+8
|
* SERVER-76077 Allow server to startup with 'bucketSize' field in index specHenrik Edin2023-04-141-1/+6
| | | | (cherry picked from commit 5488f63526dc5acd9ef4b061074dc46ecf7d45de)
* SERVER-76098 Allow queries with search and non-simple collationsMilitsa Sotirova2023-04-141-5/+0
| | | | This reverts commit 8ce4b700cd8a2aac5a9a71cbbd7dab089bf7ad75.
* SERVER-75191 Improve $percentile bounded window function performance and add ↵Gil Alon2023-04-134-6/+216
| | | | benchmarks
* SERVER-74359 Tune t-digest settingsIrina Yatsenko2023-04-133-11/+16
|
* SERVER-75679 Change namespace field name in metadata inconsistency responsesPol Pinol Castuera2023-04-131-11/+22
| | | | (cherry picked from commit 440ff427c33b0a46004a8d60f208754eba314e00)
* SERVER-73482 Fix $natural hint with clustered collection sortsAlya Berciu2023-04-132-1/+11
|
* SERVER-71009 Limit the select chunks operation timeSilvia Surroca2023-04-134-22/+265
| | | | (cherry picked from commit bdd5308d1b1dbc3d55a35a5a6ef4700d58bf32af)
* SERVER-74694 Wait for Range Deleter initialization on cleanupOrphaned commandSilvia Surroca2023-04-131-1/+4
| | | | (cherry picked from commit e5df567c4a0ad3f1dab1141d859e596bf8dd16fc)
* SERVER-75748 Fix checkMetadataConsistency uassert error messagePol Pinol Castuera2023-04-132-8/+12
| | | | (cherry picked from commit a96b2024a5d8f564cd6f0ca76502266f90681c3e)
* SERVER-75886 Make analyzeShardKey command return shard key values correctly ↵Cheahuychou Mao2023-04-131-5/+78
| | | | | | when the supporting index is hashed (cherry picked from commit 1cbff166af8ac11c633613973dbbd714a0ede6b4)
* SERVER-75921 Remove conflicting error message for sharded time-series ↵Yuhong Zhang2023-04-121-7/+12
| | | | | | singleton delete with an id query (cherry picked from commit e1d387e7d410fc83362f99626985ed5beb0271f8)
* SERVER-75987 Synchronize the connection and server threads in ↵Amirsaman Memaripour2023-04-121-4/+5
| | | | | | `transport_layer_test` (cherry picked from commit a78040a9e614a92220c31ec12360d6d47b8a8fbd)
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on ↵Moustafa Maher Khalil2023-04-1215-210/+60
| | | | | | oplog application failures" This reverts commit d8d5582fd381ed87b8463782747399a6c1965892.
* SERVER-75790 Use `canAcceptWritesForDatabase` on ShardServerOpObserverJordi Serra Torrens2023-04-111-5/+1
|
* SERVER-75680 Cancel and clear vote callback in forceSelfAbortYu Jin Kang Park2023-04-113-5/+44
|
* SERVER-75297 ShardsvrCatalogCacheLoader should avoid using "failed to load" ↵Antonio Fuschetto2023-04-111-1/+1
| | | | in error msg
* SERVER-75144 Use discrete algorithm in $percentile expression on small inputIrina Yatsenko2023-04-1117-898/+1593
|
* SERVER-75506 Cache $lookup inner query plans with single solutionMatt Boros2023-04-113-1/+8
|
* Import wiredtiger: c3913a165a3a32189f702983c444d9af2ee2bca2 from branch ↵Ravi Giri2023-04-113-35/+28
| | | | | | | | | mongodb-master ref: e3217651bc..c3913a165a for: 7.0.0-rc0 WT-10747 Remove out of date references to configure in WT documentation.
* Import wiredtiger: e3217651bc780ea1e3d31448a8f20b230dde2a06 from branch ↵Ravi Giri2023-04-114-31/+51
| | | | | | | | | mongodb-master ref: 64742ea8bf..e3217651bc for: 7.0.0-rc0 WT-10888 Don't hold block handle arrray lock when opening a handle.
* Import wiredtiger: 64742ea8bf037f425f8f4d128b33e5c8c5c9ec9e from branch ↵Ravi Giri2023-04-115-10/+42
| | | | | | | | | mongodb-master ref: 31c27f17bb..64742ea8bf for: 7.0.0-rc0 WT-10249 Prevent tiered dhandles that are queued for work from being swept
* Import wiredtiger: 31c27f17bb4bf1802f20aebeadfa9068cec37213 from branch ↵Ravi Giri2023-04-116-64/+63
| | | | | | | | | mongodb-master ref: 88ae348f29..31c27f17bb for: 7.0.0-rc0 WT-10555 Implement import GCP and Azure SDK via package
* Import wiredtiger: 88ae348f2978141067fafaa014b84eefcbfa65fc from branch ↵Ravi Giri2023-04-119-134/+118
| | | | | | | | | mongodb-master ref: 301819539a..88ae348f29 for: 7.0.0-rc0 WT-10734 block handle table
* SERVER-75929 Disallow unsharded compaction if current FCV does not support QEv2Erwin Pe2023-04-111-0/+6
|
* SERVER-72814 Add $_internalEqHash MatchExpressionBen Shteinfeld2023-04-1021-2/+245
|
* SERVER-72924 add --shellSeed argument to resmokeTrevor Guidry2023-04-103-2/+15
|