summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-048-52/+84
|
* SERVER-62261: Implement getClusterParameter command on mongod and mongosVarun Ravichandran2022-04-014-3/+192
|
* SERVER-64644 Prohibit sharding of FLE 2 state collectionsMark Benvenuto2022-04-011-0/+4
|
* SERVER-63504 Add shard worker for ecoc compactionSara Golemon2022-03-312-0/+118
|
* SERVER-64875 Enable `collectionUUID` parameter on `aggregate` command more ↵Gregory Noma2022-03-311-6/+8
| | | | generally on mongos
* SERVER-64540 Add feature flag just for using txn API for updating document ↵Sanika Phanse2022-03-312-2/+2
| | | | shard key value
* SERVER-63495 Link cluster aggregate and getMore into mongodJack Mulrow2022-03-317-30/+178
|
* SERVER-64872 Ensure `CollectionUUIDMismatch` from sharded `aggregate` does ↵Gregory Noma2022-03-314-51/+144
| | | | not incorrectly omit the actual collection
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-312-8/+8
|
* Revert "SERVER-63363 Fixing parsing of ChunkVersion"Sergi Mateo Bellido2022-03-312-13/+5
| | | | | | This reverts commit e98dc4a89c55c0c391b1a6d1ef6a4be92328cfe9. Looking for a different way of fixing this problem!
* SERVER-63495 Support running cluster commands through the transaction APIJack Mulrow2022-03-305-5/+108
|
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ↵Jack Mulrow2022-03-3014-95/+389
| | | | support yielding in cluster commands
* SERVER-65013 Optional min bound for `moveRange`Pierlauro Sciarelli2022-03-302-0/+4
|
* Revert "SERVER-64540 Add feature flag just for using txn API for updating ↵Max Hirschhorn2022-03-304-46/+5
| | | | | | document shard key value" This reverts commit 8cf8aae5cb3ce6892ad1714043db6b66aafc9fbc.
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ↵Allison Easton2022-03-301-0/+5
| | | | ongoing migrations
* SERVER-64874 Make mongos return retriedStmtIdsCheahuychou Mao2022-03-294-0/+16
|
* SERVER-64540 Add feature flag just for using txn API for updating document ↵sphanse992022-03-294-5/+46
| | | | shard key value
* SERVER-64741 Create mongos appendOplogNote commandali-mir2022-03-292-0/+107
|
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-2919-943/+509
|
* SERVER-64359: Implement FLE server-side rewrite for agg command on mongosHana Pearlman2022-03-286-13/+34
|
* SERVER-64142 Add new enforceUniqueness to refineCollectionShardKey commandRandolph Tan2022-03-283-0/+17
|
* SERVER-63634 ReshardingMetricsNew restores common metadata metricsBrett Nawrocki2022-03-252-0/+8
| | | | | | | | | | | | ReshardingMetricsNew will now restore after a failover the following metrics from the ReshardingService state documents: desc ns op originatingCommand {donor, recipient, coordinator}State totalOperationTimeElapsedSecs type
* SERVER-64356 Server-side rewrite for find command on mongosDavis Haupt2022-03-252-0/+8
|
* SERVER-64492 Add async version of shardVersionRetryRandolph Tan2022-03-254-50/+272
|
* SERVER-64881 Create BalanceAccordingToDataSize feature flagPierlauro Sciarelli2022-03-251-0/+4
|
* SERVER-64148 Atomic `split+move` when moveRange invoked with only one boundPierlauro Sciarelli2022-03-242-23/+4
|
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-2418-491/+928
| | | | This reverts commit 3c6e77a4a23df74b746653c3cd1ef9da67e7f9fa.
* SERVER-64864 Get rid of the unused '_cloneCollectionOptionsFromPrimaryShard' ↵Kaloian Manassiev2022-03-242-47/+0
| | | | command
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-2418-928/+491
|
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-233-23/+112
|
* SERVER-63880 Make resharding handle applyOps oplog entries with ↵Cheahuychou Mao2022-03-232-2/+13
| | | | WouldChangeOwningShard sentinel noop entry
* SERVER-64725 Make ShardRegistry::periodicReloader interruptibleTommaso Tocci2022-03-232-77/+31
|
* SERVER-63363 Fixing parsing of ChunkVersionSergi Mateo Bellido2022-03-232-5/+13
|
* Revert "SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade ↵Tommaso Tocci2022-03-221-5/+0
| | | | | | with ongoing migrations" This reverts commit 2e63d56d8feea365eeee5e1458ed3873a80ce71c.
* SERVER-64718 Add extra logs on shard registry cleanupMarcos José Grillo Ramirez2022-03-221-0/+3
|
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ↵Allison Easton2022-03-221-0/+5
| | | | ongoing migrations
* SERVER-64721 Drain incompatible createCollectionCoordinator on FCV downgradeTommaso Tocci2022-03-211-0/+3
|
* SERVER-64052 Implement unstash for TransactionRouterSanika Phanse2022-03-212-2/+36
|
* SERVER-63495 Link cluster write commands into mongodJack Mulrow2022-03-204-397/+566
|
* SERVER-63494 Enable WouldChangeOwningShard update and findAndModify tests ↵Cheahuychou Mao2022-03-192-3/+15
| | | | with chunk migrations
* SERVER-64573 Make implicitlyCreateIndex and enforceUniquenessCheck fields ↵Randolph Tan2022-03-182-8/+4
| | | | optional
* SERVER-62265 Add setClusterParameter command to mongosMarcos Jose Grillo Ramirez2022-03-184-1/+105
|
* SERVER-63714 Add support for FLE 2 findAndModify in MongoSMark Benvenuto2022-03-171-0/+5
|
* SERVER-63747 Allow client retryable write case on mongod for transaction APIJack Mulrow2022-03-171-4/+8
|
* SERVER-63495 Link cluster commit and abort into mongodJack Mulrow2022-03-177-38/+165
|
* SERVER-58673 Delete per shard cursor feature flagMickey. J Winters2022-03-171-81/+9
|
* 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
|