summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72949 Add PrimaryOnlyService for cleanupStructuredEncryptionDataShreyas Kalyan2023-04-262-0/+124
|
* SERVER-72991: Enhance Internal Transactions API for bulkWriteseanzimm2023-04-265-3/+907
|
* SERVER-76395 CheckMetadataConsistency should consider special collectionsTommaso Tocci2023-04-261-1/+3
|
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-267-3/+64
|
* SERVER-76187 Decrease the limit for the total BSONObj size for documents in ↵Cheahuychou Mao2023-04-262-3/+14
| | | | an insert batch agaisnt collections storing sampled queries and diffs
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-252-5/+3
|
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-257-64/+3
| | | | This reverts commit c35bad3b048e8d885bf0b7517aacd2349ea81d14.
* SERVER-76296 Make QueryAnalysisWriter only persist samples for collection ↵Cheahuychou Mao2023-04-253-0/+32
| | | | with query sampling still enabled
* SERVER-76296 Serialize configureQueryAnalyzer command with DDL commandsCheahuychou Mao2023-04-253-8/+28
|
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-2/+6
| | | | | | * Alters the Locker contract to require callers to check if they can yield locks before yielding * Reverses the ordering of yielding such that the snapshot is released before releasing locks * Refactors the PlanYieldPolicy to allow it to override the requested YieldPolicy if necessary
* SERVER-74380 Do not enforce ErrorExtraInfo for StaleEpoch errorsKaloian Manassiev2023-04-251-4/+4
|
* SERVER-76394 Allow the setAllowMigrations refresh to be sent to all shards ↵Allison Easton2023-04-251-6/+0
| | | | in a backportable way
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-257-3/+64
|
* SERVER-70479 Use namespace as the _id for config.queryAnalyzers collectionCheahuychou Mao2023-04-244-47/+88
|
* SERVER-76475 Skip sampleId validation based on testingDiagnosticsEnabled ↵Cheahuychou Mao2023-04-241-1/+3
| | | | instead of enableTestCommands
* SERVER-71309 Get rid of DDL coordinator for non-resilient movePrimaryAntonio Fuschetto2023-04-241-7/+0
|
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-246-22/+24
|
* SERVER-76037 Include 'let' and 'legacyRuntimeConstants' when parsing an ↵Jason Zhang2023-04-225-56/+117
| | | | updateOne/deleteOne/findAndModify without shard key query
* SERVER-75160 Target the correct shards for arbitrary multi deletes on a ↵Yoonsoo Kim2023-04-222-3/+3
| | | | sharded timeseries collection
* SERVER-76157 Shut down ClusterServerParameterRefresher correctlyGabriel Marks2023-04-211-0/+6
|
* SERVER-63983 Remove deprecated enableSharding flagTommaso Tocci2023-04-213-15/+4
|
* SERVER-75532 Investigate the high variability of the runtime of ↵Cheahuychou Mao2023-04-211-1/+1
| | | | analyze_shard_key.js in suites with chunk migration and/or stepdown/kill/terminate
* SERVER-75919 Always use cluster transaction API in the shard roleJack Mulrow2023-04-202-2/+51
|
* SERVER-69810 Add targeted and non-targeted serverStatus metrics for ↵Kruti Shah2023-04-203-14/+50
| | | | updateOne/deleteOne/findandmodify
* SERVER-71128 Add single writes without shard key jscore passthrough suiteJason Zhang2023-04-202-3/+41
|
* SERVER-69244 - $merge fails when session default read concern has been set ↵Jess Balint2023-04-201-0/+13
| | | | to "majority"
* SERVER-74390 Add numErrors to bulkWrite responseKaitlin Mahar2023-04-201-4/+8
|
* SERVER-72984 send bulk write commands from mongos to mongodkauboy262023-04-192-6/+63
|
* Revert "SERVER-69244 $merge fails when session default read concern has been ↵auto-revert-processor2023-04-191-13/+0
| | | | | | set to "majority"" This reverts commit 2147b61844e1783f003ae5c42bee846f85b79105.
* SERVER-69244 $merge fails when session default read concern has been set to ↵Jess Balint2023-04-181-0/+13
| | | | "majority"
* SERVER-75138 Add shapification for DocumentSources which use IDL for ↵Davis Haupt2023-04-181-0/+2
| | | | serialization
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-184-4/+4
|
* SERVER-74486 Always include tenant in collection name attributes in error ↵Sophia Tan2023-04-1817-35/+51
| | | | messages
* SERVER-76178 Fix moveRange authorization requirementsPierlauro Sciarelli2023-04-181-1/+1
|
* SERVER-72794: Implement cursor response for bulkWrite on mongosLingzhi Deng2023-04-177-5/+239
|
* SERVER-72764: Only allow one retryabe findAndModify on bulkWriteseanzimm2023-04-171-1/+1
|
* SERVER-75436 Only fetch index information from the index cache if the ↵Allison Easton2023-04-173-9/+29
| | | | placement information is sharded
* SERVER-74578 getShardVersion command should alert the user in some way if ↵Allison Easton2023-04-171-3/+10
| | | | the max bson size was exceeeded
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-1415-15/+16
|
* SERVER-74445 Fix checkMetadataConsistency with a catalog shardJack Mulrow2023-04-144-43/+211
|
* SERVER-75408 Always include tenant in db name attributes in internal server ↵Sophia Tan2023-04-142-3/+3
| | | | error messages
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-1315-34/+124
|
* SERVER-70763 Remove feature flag and upgrade/downgrade procedures for config ↵Pierlauro Sciarelli2023-04-131-5/+0
| | | | settings schema
* SERVER-75921 Remove conflicting error message for sharded time-series ↵Yuhong Zhang2023-04-121-7/+12
| | | | singleton delete with an id query
* SERVER-75748 Fix checkMetadataConsistency uassert error messagePol Pinol Castuera2023-04-121-4/+6
|
* SERVER-75928: Move common bulkWrite helpers between mongod and mongos into ↵Lingzhi Deng2023-04-123-4/+21
| | | | one place
* SERVER-75916 Update missed clusterRole checksJack Mulrow2023-04-101-3/+7
|
* SERVER-75806 Make the analyzeShardKey machinery run commands via the ↵Cheahuychou Mao2023-04-107-156/+308
| | | | ReplicaSetNodeProcessInterface executor or Grid fixed executor
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-108-59/+114
|
* SERVER-75849 updateReplicaSetOnConfigServer should not skip config serverJack Mulrow2023-04-101-10/+1
|