summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63722 Rename collection participants resilient to errors different fr...Pierlauro Sciarelli2022-02-242-35/+54
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-222-5/+5
* SERVER-63203 fix checkMetadataForSuccessfulSplitChunk()Paolo Polato2022-02-211-2/+4
* SERVER-62853 Report maxChunkSize in balancerCollectionStatus()Paolo Polato2022-02-183-32/+48
* SERVER-63820 load BalancerScheduler recovery info while holding mutexPaolo Polato2022-02-181-4/+2
* SERVER-63334 Fix "list iterators incompatible" error in windows debugPaolo Polato2022-02-152-8/+12
* SERVER-63152 Implement ShardingDataTransformCumulativeMetrics stubBrett Nawrocki2022-02-156-9/+397
* SERVER-63334 fix invalid comparator assertion in windows debugPaolo Polato2022-02-141-2/+2
* SERVER-63240 Ensure only major and minor version is stored when clearing the ...Marcos José Grillo Ramirez2022-02-142-3/+4
* SERVER-61090 Make setFCV wait for all TransactionCoordinators of internal tra...Jason Zhang2022-02-114-1/+58
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-1116-57/+57
* SERVER-63473 Create SetUserWriteBlockMode configsvr coordinatorJordi Serra Torrens2022-02-1110-0/+769
* SERVER-63496 Return `CollectionUUIDMismatch` even if command namespace does n...Gregory Noma2022-02-112-15/+20
* SERVER-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-103-0/+14
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-105-38/+45
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-104-5/+7
* SERVER-63480 Fix access to invalid iterator in BalancerDefragmentationPolicyTommaso Tocci2022-02-091-7/+11
* SERVER-63151 Create ShardingDataTransformMetrics Observer Stub ClassBrett Nawrocki2022-02-095-0/+168
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-2/+1
* SERVER-63298 Fix defragment_large_collection.js execution in stepdown suitePaolo Polato2022-02-094-25/+20
* SERVER-61444 Fix race in resharding coordinator service unit testBrett Nawrocki2022-02-081-16/+13
* SERVER-61635 Validate that the defragmentation algorithm is fairly executed a...Tommaso Tocci2022-02-084-34/+82
* SERVER-63365 Reduce number of object copy in balancer secondary threadPaolo Polato2022-02-081-26/+28
* Revert "SERVER-62343 Create Feature flag for Global Index Metrics"Uladzimir Makouski2022-02-082-42/+0
* SERVER-63366 Basic retryability support for findAndModify WCOS with transacti...Jack Mulrow2022-02-082-1/+9
* SERVER-63334 Fix logic in chunk info comparator objectPaolo Polato2022-02-081-3/+5
* SERVER-62452 Add collectionUUID parameter to reshardCollection commandFaustoleyva542022-02-071-0/+8
* SERVER-63392 Markdown syntax in Sharding READMEA. Jesse Jiryu Davis2022-02-071-1/+1
* SERVER-62343 Create Feature flag for Global Index MetricsLuis Osta2022-02-072-0/+42
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-075-12/+8
* SERVER-62453 Add collectionUUID parameter to refineCollectionShardKey commandFaustoleyva542022-02-071-0/+7
* SERVER-63248 Defragmenter should not retry StaleShardVersionTommaso Tocci2022-02-071-3/+3
* SERVER-63161 The recovery of the shard version and the migration in the moveC...Antonio Fuschetto2022-02-073-41/+30
* SERVER-63086 Remove refresh of the routing table during a rename operationAntonio Fuschetto2022-02-071-19/+4
* SERVER-63207 Speedup very slow move_primary_with_writes.js testTommaso Tocci2022-02-041-4/+16
* SERVER-63239 Do not throw exception in AutoSplitVector on empty rangesTommaso Tocci2022-02-042-61/+63
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-033-33/+19
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-032-1/+3
* SERVER-63168 remove hidden parameter from moveChunk commandPaolo Polato2022-02-035-26/+11
* SERVER-63169 Fix deadlock in balancer_defragmentation_merge_chunksAllison Easton2022-02-021-4/+8
* SERVER-62959 Apply the right maxChunkSize value when migrating a chunkPaolo Polato2022-02-029-145/+183
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-025-25/+63
* SERVER-62512 Unify max chunk size type with estimated chunk size typeAllison Easton2022-02-021-1/+1
* SERVER-63170 Replace usages of configure auto split with configure collection...Allison Easton2022-02-021-2/+2
* SERVER-62616 Enable reshard*.js tests in sharded_clustered_collectionsHaley Connelly2022-02-021-0/+6
* SERVER-62456 Take UUID for `dropTarget` of `renameCollection` commandGregory Noma2022-02-022-6/+15
* SERVER-63128 Ensure shards don't get too stale during defragmentationTommaso Tocci2022-02-021-10/+49
* SERVER-63101 Have CollectionCatalog APIs return a set TenantDatabaseNameSophia Tan2022-02-021-4/+6
* SERVER-62755 Allow defragmenter to move small chunk to a maxed out shardPaolo Polato2022-02-011-9/+15
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-0139-150/+73