summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-62178 Clear filtering metadata on recipient shard primary for temporar...Matt Boros2022-01-182-15/+17
* SERVER-58622 Retry removing the DDL coordinator document after the DDL is fin...Marcos José Grillo Ramirez2022-01-174-16/+49
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-108-32/+309
* SERVER-61976 Retry failed shard version refreshes on step upBrett Nawrocki2022-01-071-14/+21
* SERVER-61590 Add null check before accesssing time-series options in the shar...Arun Banala2022-01-071-9/+16
* SERVER-61105 Fixed log spam in moveChunk session migrationMatt Boros2022-01-061-9/+8
* SERVER-61195 Scale BucketCatalog memory limit based on RAM sizeDan Larkin-York2022-01-051-1/+0
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-303-24/+44
* SERVER-62296 MoveChunk should recover any unfinished migration before startin...Jordi Serra Torrens2021-12-303-0/+36
* SERVER-62207 Make ReshardCollectionCoordinator store an owned BSON object for...Jordi Serra Torrens2021-12-292-1/+5
* SERVER-61637 Increase default range deletion batch sizePierlauro Sciarelli2021-12-241-2/+3
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-246-10/+12
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-12-221-2/+1
* SERVER-61214 Ensure having the latest known entry of the catalog cache when c...Pierlauro Sciarelli2021-12-141-3/+14
* SERVER-61628 Do not reschedule range deletion task when orphans have been ful...Pierlauro Sciarelli2021-12-141-2/+2
* SERVER-61945 Refresh temp resharding ns during collection cloning.Max Hirschhorn2021-12-092-6/+17
* SERVER-60682 Exempt transaction coordinators and journal flusher from acquiri...Josef Ahmad2021-12-071-0/+5
* SERVER-60860 Resharding cloner now really uses read preference NearestBrett Nawrocki2021-12-022-5/+9
* SERVER-61416 Indefinitely retry errors in rename coordinatorPierlauro Sciarelli2021-11-303-7/+19
* SERVER-61689 Fixing ActiveMigrationsRegistry::lock functionSergi Mateo Bellido2021-11-291-0/+5
* SERVER-61459 Use local read concern to get CollectionType when running assign...Yuhong Zhang2021-11-241-1/+2
* SERVER-61268 Fixing the release of a recoverable critical sectionSergi Mateo Bellido2021-11-241-0/+6
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-237-1/+376
* SERVER-61633 Join _oplogFetcherExecutor in resharding recipient at exit.Max Hirschhorn2021-11-204-3/+16
* SERVER-60632 return NamespaceExists from mongos when dropTarget=falsePierlauro Sciarelli2021-11-182-2/+2
* SERVER-61483 Fix resharding coordinator to recover its abort decision.Max Hirschhorn2021-11-171-0/+5
* SERVER-61482 Avoid resharding holding open an oplog hole on configsvr.Max Hirschhorn2021-11-171-7/+19
* SERVER-61473 Make ReshardingMetrics::onCompletion() idempotent.Max Hirschhorn2021-11-162-0/+12
* SERVER-59806 Change upsert for insert when writing chunks in create sharded c...Marcos Jose Grillo Ramirez2021-11-151-33/+30
* SERVER-59719 Ensure resharding commit/abort completes before verifyingBrett Nawrocki2021-11-115-31/+28
* SERVER-59329: Make sure that withTemporaryOperationContext throw an e...Kshitij Gupta2021-11-081-72/+92
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and migratio...Marcos José Grillo Ramirez2021-11-082-2/+2
* SERVER-59924 Error executing aggregate with $out with "available" read concer...Eric Cox2021-11-042-2/+1
* SERVER-61066 Make shardsvr DDL commands check primary status after marking op...Jordi Serra Torrens2021-11-044-0/+31
* SERVER-60518 Best effort checks in range deleter must not leave orphansr5.0.4-rc0r5.0.4Pierlauro Sciarelli2021-11-033-96/+86
* SERVER-57700 Measure latency/throughput of resharding::data_copy::fillBatchFo...Matt Walak2021-11-035-49/+116
* SERVER-57697 Measure latency/throughput of ReshardingOplogApplier::_applyBatchMatt Walak2021-11-034-5/+120
* SERVER-58960 Add benchmarks to measure the overhead from ShardingWriteRouter ...Luis Osta2021-11-012-0/+251
* SERVER-61108 Remove wtimeout from resharding coordinator write concernLuis Osta2021-11-011-10/+9
* Revert "SERVER-60081 Make ChunkVersion::IGNORED not consider the migration cr...Kaloian Manassiev2021-10-311-12/+13
* SERVER-61052 Remove wtimeout from resharding write concernLuis Osta2021-10-292-2/+11
* SERVER-59965 Limit max time wait behind critical section during filtering met...Jordi Serra Torrens2021-10-282-4/+33
* SERVER-60916 Attempt to reload ShardRegistry in resharding coordinator.Max Hirschhorn2021-10-281-1/+1
* SERVER-60730 shardsvrDropDatabase should always join existing coordinatorAllison Easton2021-10-282-2/+22
* SERVER-61026 Invert order of shards receiving drop collection participant com...Pierlauro Sciarelli2021-10-282-7/+12
* SERVER-60731 Postpone database critical section release in drop database coor...Allison Easton2021-10-282-2/+43
* SERVER-60811 Drop database could drop new collections after stepdownAllison Easton2021-10-281-9/+9
* SERVER-55557 Range deletion of aborted migration can fail after a refine shar...Jordi Serra Torrens2021-10-272-1/+27
* SERVER-59849 Add test to verify behavior of ReshardingOplogFetcher wh…Randolph Tan2021-10-262-4/+108
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-10-2515-257/+205