summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-48198 Account for extended range bounds when recovering migration deci...Jack Mulrow2020-05-141-1/+44
* SERVER-48190 Acquire CSRLock in shared mode before submitting ranges for dele...Matthew Saltz2020-05-131-38/+50
* SERVER-47600 Clear _receivingChunks on setFCV after metadata refreshGregory Noma2020-04-201-0/+9
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-10/+18
* SERVER-47386 Remove obsolete TODOMatthew Saltz2020-04-131-3/+0
* SERVER-47387 Remove TODO comment for SERVER-45707Cheahuychou Mao2020-04-081-3/+0
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-6/+9
* SERVER-47038 Some RangeDeletion unit tests don't correctly wait for threads t...Alex Taskov2020-04-011-20/+17
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideBlake Oler2020-03-311-61/+68
* SERVER-45999 Remove unused opCtx argument to PersistentTaskStore constructorCheahuychou Mao2020-03-301-13/+11
* SERVER-47012 Make it more obvious that retryIdempotentWorkUntilSuccess will s...Esha Maharishi2020-03-271-17/+27
* SERVER-44160 Make cleanupOrphaned just wait for all range deletion tasks on t...Esha Maharishi2020-03-181-4/+4
* SERVER-46756 Migration recovery on stepup can attempt to recover a move chunk...Esha Maharishi2020-03-131-2/+11
* SERVER-46395 Ensure range deletion task document exists during deletion.Max Hirschhorn2020-03-111-1/+1
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-1/+3
* SERVER-45739 Make resubmitRangeDeletionsOnStepUp exception-safeAlex Taskov2020-03-041-3/+9
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-17/+15
* SERVER-43846 Add information about how many migration task were leftover from...Randolph Tan2020-03-031-64/+78
* SERVER-46383 wrap remote call in advanceTransactionOnRecipient with retryIdem...Randolph Tan2020-03-021-1/+14
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-291-8/+12
* SERVER-46380 Remove unused function deleteRangeDeletionTasksForCollectionLocallyMatthew Saltz2020-02-241-6/+0
* SERVER-45952 moveChunk command should re-use lsid and use txnNumber that incr...Alex Taskov2020-02-211-14/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-3/+6
* SERVER-45520 Make writes in MigrationCoordinator::completeMigration retry unt...Randolph Tan2020-02-201-102/+173
* SERVER-46075 Make new executor for submitting range deletion tasksMatthew Saltz2020-02-201-15/+35
* SERVER-45744 Migration coordinator recovery task should bump the txnNumber on...Alex Taskov2020-02-201-7/+39
* SERVER-46263 Make submitRangeDeletionTask return a future that completes when...Esha Maharishi2020-02-191-46/+40
* SERVER-45741 Use WaitForMajorityService in migration coordinator stepup taskJack Mulrow2020-02-141-17/+22
* SERVER-46131 Fix race in retry loops in MigrationSourceManagerEsha Maharishi2020-02-131-14/+16
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-52/+98
* SERVER-45900 Check for unsharded collection when submitting range deletion taskJack Mulrow2020-02-121-8/+13
* SERVER-45577 Submit range deletion tasks on fixed executorJack Mulrow2020-02-111-6/+2
* SERVER-45917 Make waitForDelete wait for deletion to be scheduled before wait...Jack Mulrow2020-02-061-1/+2
* SERVER-45901 Make moveChunk robust to being killOp'd after commit has been se...Esha Maharishi2020-02-051-21/+88
* SERVER-45740 submitRangeDeletionTask should delete range deletion task if fil...Esha Maharishi2020-02-051-1/+10
* SERVER-45707 Test that range deletion tasks are eventually deleted even if co...Cheahuychou Mao2020-01-301-0/+4
* SERVER-45749 Tests in range_deletion_util_test.cpp that insert into config.ra...Esha Maharishi2020-01-241-2/+2