summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-169-66/+160
|
* SERVER-64509 Fix ShardRegistry threadpool shutdown orderTommaso Tocci2022-03-151-2/+3
|
* SERVER-62710 Ensure that AsyncResultsMerger attempts to kill shard cursors ↵Romans Kasperovics2022-03-152-0/+18
| | | | when maxTimeMs is exceeded
* SERVER-63759 First implementation of the Router APIKaloian Manassiev2022-03-154-13/+294
|
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-141-0/+4
|
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to ↵Randolph Tan2022-03-143-0/+23
| | | | shardCollection command
* SERVER-64344 Do not use atClusterTime when refreshing routing table on ↵Tommaso Tocci2022-03-141-15/+10
| | | | config server
* Revert "SERVER-63850 Add the count command to API version 1"Sviatlana Zuiko2022-03-141-4/+0
| | | | This reverts commit 1ca10441ee35fcea2a88a0c522fa0890017f5fbd.
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-121-0/+4
|
* SERVER-62082 Decrement numAwaitingTopologyChanges on error after waiting in ↵Vesselina Ratcheva2022-03-122-4/+78
| | | | awaitHelloResponse
* SERVER-64407 Add ResourceYielder support to ARSJack Mulrow2022-03-115-5/+294
|
* SERVER-63327 Remove usages of StaleShardVersion from the migrations pathKaloian Manassiev2022-03-113-5/+5
|
* SERVER-64245 Make SetUserWriteBlockModeCoordinator set the write blocking ↵Jordi Serra Torrens2022-03-102-1/+29
| | | | state on the shards
* SERVER-63773 Add getPostBatchResumeToken override to router_stage_mergeJennifer Peshansky2022-03-105-4/+10
|
* SERVER-61678 Make autoSplitVector return `continuation` flagAllison Easton2022-03-101-1/+5
|
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-102-7/+20
|
* SERVER-64195 Provide user-facing `moveRange` commandPierlauro Sciarelli2022-03-093-21/+181
|
* SERVER-63772 Copy important fields to the outgoing and remote cursor ↵Jennifer Peshansky2022-03-091-7/+12
| | | | responses in storePossibleCursor
* SERVER-64057 Implement a scoped object for setting the expected ↵Kaloian Manassiev2022-03-093-2/+19
| | | | shard/database versions
* SERVER-61333 ban snapshot read distinct cmd of sharded coll on mongod, not ↵Kyle Suarez2022-03-081-8/+0
| | | | mongos
* SERVER-63082 Make scaffolding for internal transactions test commandSanika Phanse2022-03-083-0/+120
|
* SERVER-64199 Use legal Timestamps for the routing performance benchmarksKaloian Manassiev2022-03-071-7/+7
|
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-079-115/+113
|
* SERVER-58207 Enable featureFlagLoadBalancer by defaultGeorge Wangensteen2022-03-042-3/+2
|
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-044-0/+18
|
* SERVER-63241 Lookup round should fulfill atleast a promiseSergi Mateo Bellido2022-03-046-16/+16
|
* SERVER-63761 Implement first version of moveRange command (aliasing moveChunk)Pierlauro Sciarelli2022-03-042-0/+88
|
* SERVER-63781 set per shard cursor initial batch size to 0Mickey. J Winters2022-03-031-1/+7
|
* SERVER-63774 Pass optional dbVersion to runPipelineOnSpecificShardJennifer Peshansky2022-03-033-6/+7
|
* SERVER-64033 IDL-ify cluster enableSharding commandTommaso Tocci2022-03-033-71/+81
|
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-038-67/+28
|
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-023-5/+13
|
* SERVER-64105 Support stmtIds in the transaction APIJack Mulrow2022-03-028-42/+63
|
* SERVER-63525 Build setUserWriteBlockingMode mongos commandJordi Serra Torrens2022-03-023-4/+24
|
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-0210-55/+42
|
* SERVER-62262 Add _configsvrSetClusterParameter commandMarcos José Grillo Ramirez2022-03-021-0/+11
|
* SERVER-63742 Default topology time in shard can lead to infinite refresh in ↵Antonio Fuschetto2022-03-025-19/+53
| | | | shard registry
* SERVER-64035 Ensure all UNSHARDED code paths include DBVersionKaloian Manassiev2022-03-015-286/+76
|
* SERVER-64057 Move the shard/database version parsing to the endpointKaloian Manassiev2022-03-011-0/+6
|
* SERVER-59186 Use transaction API for all current changing a document's shard ↵Jack Mulrow2022-02-2815-165/+703
| | | | key logic
* SERVER-60926 Make enableSharding command optionalTommaso Tocci2022-02-284-6/+10
|
* SERVER-63331 Remove unnecessary conversion between BSON and WriteError IDLKaloian Manassiev2022-02-276-12/+0
|
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-0/+1
|
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-256-13/+190
|
* SERVER-63491 Remove TxnNumberAndRetryCounter as a parameter for ↵Sanika Phanse2022-02-248-1014/+351
| | | | txnRouter.beginOrContinue()
* SERVER-60562 Include cursor value in duplicate key error when testing is enabledGregory Noma2022-02-241-1/+1
|
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-233-9/+32
|
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-2318-328/+197
|
* SERVER-40691 $nin:[[],...] queries are not indexed #3420Jess Balint2022-02-221-1/+1
|
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-224-30/+25
|