summaryrefslogtreecommitdiff
path: root/src/mongo/s/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-161-4/+5
|
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-101-1/+0
|
* SERVER-76045 Introduce the new resetPlacementHistory server commandPaolo Polato2023-05-081-1/+1
|
* SERVER-76208 support query shape serialization in IDL for types with custom ↵Davis Haupt2023-05-041-0/+1
| | | | serializers
* Revert "SERVER-76208 support query shape serialization in IDL for types with ↵Davis Haupt2023-05-041-1/+0
| | | | | | custom serializers" This reverts commit 1470c88daaa805408f083a1c2f7bb22f1632b5d1.
* SERVER-76208 support query shape serialization in IDL for types with custom ↵Davis Haupt2023-05-031-0/+1
| | | | serializers
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-271-0/+1
|
* SERVER-72991: Enhance Internal Transactions API for bulkWriteseanzimm2023-04-261-0/+1
|
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-241-1/+1
|
* SERVER-75806 Make the analyzeShardKey machinery run commands via the ↵Cheahuychou Mao2023-04-101-0/+2
| | | | ReplicaSetNodeProcessInterface executor or Grid fixed executor
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-2/+2
|
* SERVER-74086 Implement checks for consistent indexes across shardsTommaso Tocci2023-04-071-0/+1
|
* SERVER-69804 Add 'startTime' to currentOp output for query samplingCheahuychou Mao2023-04-051-2/+2
|
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-021-0/+1
|
* SERVER-75111 Query sampling should store the "let" field for each read queryCheahuychou Mao2023-03-301-0/+1
|
* SERVER-70207 Ensure sharded updates, deletes and findAndModify can run with ↵Jason Zhang2023-03-291-0/+1
| | | | apiStrict:true
* SERVER-73069 SERVER-73070 SERVER-75100 Implement kAborted & kDone states for ↵Abdul Qadeer2023-03-291-0/+1
| | | | 7.0.0
* SERVER-75092 Make standalone replica set mongods refresh sample ratesCheahuychou Mao2023-03-241-0/+2
|
* SERVER-75032 Support _refreshQueryAnalyzerConfiguration command on ↵Cheahuychou Mao2023-03-241-0/+1
| | | | standalone replica sets
* SERVER-75029 Move the helper for validating collection options against the ↵Cheahuychou Mao2023-03-211-1/+0
| | | | primary shard out of analyze_shard_key_util.cpp
* SERVER-65322 Get rid of legacy `moveChunk` path once NOMAS milestone 1 is ↵Pierlauro Sciarelli2023-03-211-2/+0
| | | | completed
* SERVER-66652 Remove NoMoreAutoSplitter feature flagPierlauro Sciarelli2023-03-151-2/+0
|
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness ↵Marcos José Grillo Ramirez2023-03-041-2/+2
| | | | of the API
* SERVER-74417 Make analyzeShardKey command respect client readPreference in ↵Cheahuychou Mao2023-03-031-0/+1
| | | | all steps of metrics calculation
* Revert "SERVER-74417 Make analyzeShardKey command respect client ↵Uladzimir Makouski2023-03-021-1/+0
| | | | | | readPreference in all steps of metrics calculation" This reverts commit e3632627ff845c0516974f5c45163284cc1962d1.
* SERVER-74417 Make analyzeShardKey command respect client readPreference in ↵Cheahuychou Mao2023-03-021-0/+1
| | | | all steps of metrics calculation
* SERVER-69153 Make analyzeShardKey and configureQueryAnalyzer command ↵Cheahuychou Mao2023-02-281-0/+1
| | | | validate namespace
* SERVER-69918 Produce upsert document in _clusterQueryWithoutShardKeySanika Phanse2023-02-251-0/+2
|
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ↵Allison Easton2023-02-211-0/+1
| | | | and index version belong to same collection
* SERVER-73684 Implement command for transitioning to dedicated config serverRandolph Tan2023-02-171-0/+1
|
* SERVER-73685 Implement command for transitioning to config shard catalogRandolph Tan2023-02-161-0/+1
|
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-161-2/+5
|
* SERVER-70994 Make analyzeShardKey command correctly return most common ↵Cheahuychou Mao2023-02-151-1/+0
| | | | values in case where their size exceeds the BSONObj size limit
* SERVER-72787: Implement sub-batching logic for bulkWriteLingzhi Deng2023-02-101-0/+1
|
* SERVER-70894 Add an overload for async_rpc::sendCommand that doesn't require ↵Alex Li2023-02-071-0/+1
| | | | a targeter
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-2/+1
|
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-18/+17
|
* SERVER-69573 Use an idl to generate the oplog entries for the sharding index ↵Marcos José Grillo Ramirez2023-02-031-0/+1
| | | | catalog modifications
* SERVER-72637: Implement the skeleton of BulkWriteExec on mongosLingzhi Deng2023-01-311-0/+1
|
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-11/+22
|
* SERVER-72872 Introduce configsvr command to query placementHistory in ↵Paolo Polato2023-01-271-0/+1
| | | | controlled conditions
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-2/+2
|
* SERVER-72852 Move the aggregate and write helpers for analyzeShardKey into a ↵Cheahuychou Mao2023-01-201-3/+15
| | | | util file
* SERVER-71823 Introduce new checkMetadataConsistency commandPol Pinol Castuera2023-01-181-0/+1
|
* SERVER-72735 Make 'collection' dependent on 'sharding_api_d'Kaloian Manassiev2023-01-171-45/+35
|
* Revert "SERVER-72735 Revert commits while investigating root cause"Kaloian Manassiev2023-01-161-0/+10
| | | | | | | | | | | | | | Revert "SERVER-72735 Make 'collection' dependent on 'sharding_api_d'" This reverts commit d6b3993fcfc68d66fef6a25b268e0146e461857c. Revert "SERVER-72735 Move range_deletion_task.idl out of sharding_api_d" This reverts commit 3df82389e1a092738ef77bcf73a9ed60bbe6d55e. Revert "SERVER-72735 Move sharding_expressions.h/.cpp out of sharding_api_d" This reverts commit b9be9c29911c18171a639e2d4bb95bc46b9dbb81.
* SERVER-72735 Move sharding_expressions.h/.cpp out of sharding_api_dKaloian Manassiev2023-01-161-10/+0
|
* SERVER-72694: Better linkingKshitij Gupta2023-01-121-0/+1
|
* SERVER-71252 Add functionality to iterate through the global indexes ↵Marcos José Grillo Ramirez2023-01-101-0/+1
| | | | separately in the global index cache
* SERVER-71991 make hedge_options_util library dependency private in ↵Benety Goh2022-12-091-1/+3
| | | | async_requests_sender