summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63161 The recovery of the shard version and the migration in the moveC...Antonio Fuschetto2022-02-071-36/+24
* SERVER-63101 Have CollectionCatalog APIs return a set TenantDatabaseNameSophia Tan2022-02-021-4/+6
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
* SERVER-62704 Investigate Antithesis Bug - RecoverRefreshThread More Than One ...Antonio Fuschetto2022-01-281-5/+6
* SERVER-61755 Migration recovery should handle refined shard keyAllison Easton2022-01-181-1/+5
* SERVER-62282 Migration recovery should be retried until successAntonio Fuschetto2022-01-181-2/+21
* SERVER-61879 Refreshes to recover migrations must never join ongoing refreshesJordi Serra Torrens2022-01-101-4/+9
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-301-18/+7
* SERVER-62296 MoveChunk should recover any unfinished migration before startin...Jordi Serra Torrens2021-12-301-0/+18
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-241-2/+3
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-1/+1
* SERVER-60805 Rename the ShardId field on the recipient docSergi Mateo Bellido2021-11-051-1/+1
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-011-8/+8
* SERVER-60518 Best effort checks in range deleter must not leave orphansPierlauro Sciarelli2021-10-221-60/+39
* SERVER-60645 Recoverability of recipient shard critical section of a moveChun...Jordi Serra Torrens2021-10-221-9/+97
* SERVER-60550 use getStatusFromWriteCommandReply() in migration_util.cppPaolo Polato2021-10-141-11/+13
* SERVER-58991 Acquire the critical section on the recipient shard of a moveChu...Jordi Serra Torrens2021-10-131-0/+40
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-13/+13
* SERVER-59152 Make range deletion submission resilient to onShardVersionMismat...Pierlauro Sciarelli2021-08-061-40/+48
* SERVER-57316 Changing a few functions that rely on the presence of epochs/tim...Sergi Mateo Bellido2021-06-141-2/+9
* SERVER-55392 Add a timestamp field to config.rangeDeletionsAntonio Fuschetto2021-05-311-0/+3
* SERVER-56525 Make thread pool for submitting range deletion tasks a decoratio...Pierlauro Sciarelli2021-05-281-24/+52
* SERVER-55557 Range deletion of aborted migration can fail after a refine shar...Jordi Serra Torrens2021-05-281-1/+26
* SERVER-51708 submitRangeDeletionTask should handle RangeOverlapConflict errorjannaerin2021-04-291-45/+80
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+3
* SERVER-50890 Improve failover management when completing migrationsMarcos José Grillo Ramírez2021-01-081-43/+36
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-4/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheKevin Pulo2020-09-161-5/+14
* Revert "SERVER-46202 Implement ShardRegistry on top of ReadThroughCache"Tommaso Tocci2020-09-151-14/+5
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheTommaso Tocci2020-09-151-5/+14
* SERVER-50507 Avoid race conditions during recoverRefreshShardVersionPierlauro Sciarelli2020-09-041-7/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-3/+5
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-5/+5
* SERVER-49921 Optimised persistence and recovery of the VectorClockKaloian Manassiev2020-08-171-5/+5
* SERVER-49192 Persist the VectorClock for configTime and topologyTime causal c...Pierlauro Sciarelli2020-08-081-0/+6
* SERVER-50174 Make MigrationCoordinator recovery acquire the MigrationBlocking...Kaloian Manassiev2020-08-071-7/+24
* SERVER-49427 Delete pending_chunk.js and remove now-defunct code in the Metad...Cheahuychou Mao2020-07-241-12/+0
* SERVER-49508 Step up deadlock between migration recovery and prepared transac...Tommaso Tocci2020-07-241-2/+2
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ...Jack Mulrow2020-07-161-2/+3
* SERVER-49316 Move wait_for_majority_service to its own librarySpencer T Brody2020-07-071-1/+1
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-8/+8
* SERVER-48883 Range deletion recovery can invalidate migration recovery on ste...Pierlauro Sciarelli2020-06-191-54/+24
* SERVER-47982 Change the shard version update procedure of the migration sourc...Marcos José Grillo Ramírez2020-06-171-81/+55
* SERVER-47982 Remove refreshFilteringMetadataUntilSuccess from migration recoveryMarcos José Grillo Ramírez2020-06-161-17/+59
* SERVER-48394 Operations on views should not reach onShardVersionMismatchPierlauro Sciarelli2020-06-111-2/+3
* SERVER-47983 Ensure the shard version is stable before submitting range delet...Marcos José Grillo Ramírez2020-06-091-7/+8
* SERVER-47985 Implement recovery of a shard's `shardVersion` before it is allo...Tommaso Tocci2020-06-031-145/+135
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-191-15/+17
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-181-0/+8