summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-67183 Add parallel fetchers and inserters for chunk migration"r6.0.5-rc1r6.0.5Randolph Tan2023-03-0214-1289/+149
* Revert "SERVER-72430 check for null migration progress ptr"Randolph Tan2023-03-021-2/+2
* Revert "SERVER-68388 Limit concurrency setting"Randolph Tan2023-03-025-19/+18
* Revert "SERVER-70640 Add migrationConcurrency to serverStatus"Randolph Tan2023-03-023-9/+0
* Revert "SERVER-72619 Refactor and add more testing for migration_chunk_cloner...Randolph Tan2023-03-023-974/+133
* Revert "SERVER-73264 Fix wrong invariant in MigrationChunkClonerSource::commi...Randolph Tan2023-03-021-1/+1
* SERVER-70167 Resumed create coordinator may incorrectly try to release the cr...Enrico Golfieri2023-02-223-5/+25
* SERVER-73938 Make sure chunk migration can handle a retryable internal transa...Cheahuychou Mao2023-02-161-5/+18
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-02-039-56/+204
* SERVER-70321 Collmod coordinator must not resume migrations on retriable errorsAllison Easton2023-01-315-83/+136
* SERVER-73398 always invoke moveChunk when both bounds are setPierlauro Sciarelli2023-01-301-2/+1
* SERVER-73389 Checkpoint vector clock in drop database coordinatorTommaso Tocci2023-01-301-0/+5
* SERVER-73264 Fix wrong invariant in MigrationChunkClonerSource::commitCloneRandolph Tan2023-01-271-1/+1
* SERVER-72619 Refactor and add more testing for migration_chunk_cloner_source ...Randolph Tan2023-01-253-133/+974
* SERVER-70640 Add migrationConcurrency to serverStatusRachita Dhawan2023-01-233-0/+9
* SERVER-68388 Limit concurrency settingRachita Dhawan2023-01-235-18/+19
* SERVER-72430 check for null migration progress ptrAndrew Witten2023-01-231-2/+2
* SERVER-67183 Add parallel fetchers and inserters for chunk migrationAndrew Witten2023-01-2314-149/+1289
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-1925-25/+23
* SERVER-67416 Always sort fieldpath string sets using custom comparatorSteve Tarzia2023-01-192-2/+2
* SERVER-72046 Add test for concurrent migration fetching and insertionRachita Dhawan2023-01-191-1/+3
* SERVER-70369 add server parameter for num inserter/fetcher threads in chunk m...Andrew Witten2023-01-192-1/+69
* SERVER-72831 Fix use after move in sharding_util::processShardResponsesTommaso Tocci2023-01-161-4/+4
* SERVER-72535 Disallow creating the 'admin', 'local', and 'config' databases w...Jordi Serra Torrens2023-01-163-2/+108
* SERVER-71771 Fix overflow error in Collection Defragmentation AlgorithmPaolo Polato2023-01-131-9/+12
* SERVER-71924 Reduce verbosity of chunk merge change log eventSilvia Surroca2023-01-131-19/+5
* SERVER-71328 Ensure correct filtering metadata on donor shard after multiple ...toto2023-01-122-5/+15
* SERVER-71399 Jumbo chunk flag must be cleared following a chunk splitSilvia Surroca2023-01-112-0/+50
* SERVER-69890 Concurrent movePrimary and removeShard can move database to a no...Antonio Fuschetto2023-01-092-3/+17
* SERVER-71609 `splitOrMarkJumbo` must not over-split chunksPierlauro Sciarelli2023-01-092-3/+12
* SERVER-72176 MetadataManagerTest must reset `orphanCleanupDelaySecs` to the d...Pierlauro Sciarelli2023-01-091-0/+9
* SERVER-72533 Shards must send `validAfter` field on _configsvrCommitChunksMer...Silvia Surroca2023-01-051-0/+2
* SERVER-71771 Defragmenter should cap chunk size estimationPaolo Polato2023-01-0510-32/+103
* SERVER-70323 converts many sharding invariants to tassertTommaso Tocci2023-01-053-64/+117
* SERVER-71597 Fix race condition on createDatabase for case sensitive dbNameTommaso Tocci2023-01-051-1/+1
* SERVER-72301 Use ordered:false when inserting chunks in the create collection...Marcos José Grillo Ramirez2023-01-041-0/+5
* SERVER-71479 Merging chunks must not set `validAfter` to the current wall timeSilvia Surroca2023-01-035-48/+70
* Revert "SERVER-71771 Defragmenter should cap chunk size estimation"Paolo Polato2022-12-2910-95/+31
* SERVER-71771 Defragmenter should cap chunk size estimationPaolo Polato2022-12-2810-31/+95
* SERVER-71880 Expose fromMigrate parameter in dropCollection() API methodsPaolo Polato2022-12-281-19/+7
* SERVER-71614 Add case to hide the index when is not compatible with shard key.Pol Pinol Castuera2022-12-233-2/+30
* SERVER-70100 Ensure at-least-once emission of oplog entry on shardCollection(...Paolo Polato2022-12-221-0/+7
* SERVER-71787 Balancer needs to attach forceJumbo to `moveRange` commandPierlauro Sciarelli2022-12-211-0/+10
* SERVER-71689 Refresh the catalogCache after dropping a collectionSergi Mateo Bellido2022-12-213-42/+34
* SERVER-71436 Range deleter must not aggressively spam the log when shard key ...Pierlauro Sciarelli2022-12-211-6/+14
* Revert "SERVER-70100 Ensure at-least-once emission of oplog entry on shardCol...Paolo Polato2022-12-201-4/+0
* SERVER-70768 Balancer use wrong chunk size for jumbo chunksSilvia Surroca2022-12-206-21/+72
* SERVER-70100 Ensure at-least-once emission of oplog entry on shardCollection(...Paolo Polato2022-12-201-0/+4
* SERVER-72065 Fix refresh of sessions cache in CSRS secondary nodesPaolo Polato2022-12-172-14/+22
* SERVER-71756 Defragmentation policy should issue dataSize commands with estim...Allison Easton2022-12-121-2/+8