summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59719 Ensure resharding commit/abort completes before verifyingBrett Nawrocki2021-11-111-0/+2
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-10-251-10/+0
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-09-211-0/+1
* SERVER-57478 Remove code related to local.system.resharding.slimOplogForGraph...Haley Connelly2021-06-171-8/+0
* SERVER-55686 Prevent resharding coordinator document from exceeding 16MB BSON...Haley Connelly2021-06-071-5/+16
* SERVER-56890 Use a well typed struct rather than object_owned for presetResha...Randolph Tan2021-06-011-2/+2
* SERVER-56799 Use temporary namespace when writing tags docs for zones passed ...jannaerin2021-05-131-6/+4
* SERVER-53920 Periodically obtain remainingOperationTimeEstimatedMillis estima...Amirsaman Memaripour2021-04-201-0/+25
* SERVER-55214 Make resharding recipient shards use fetchTimestamp from each do...Randolph Tan2021-04-081-10/+8
* SERVER-54035 Move around utility functions to make way for incoming cleanup c...Blake Oler2021-04-051-0/+28
* SERVER-53679 No-op for filling in destined recipient for insert oplog entries...jannaerin2021-03-221-1/+3
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-091-31/+4
* SERVER-53861: Implement stop migrations procedure for DDL operationsJordi Serra Torrens2021-02-251-15/+0
* SERVER-54000 Make errors propagate from the ReshardingCoordinator to particip...Haley Connelly2021-02-231-2/+23
* SERVER-53258 Reject writes during resharding operations using critical sectionAlex Taskov2021-02-221-1/+10
* SERVER-53374 Clean up oplog related collections created for reshardingjannaerin2021-02-171-1/+3
* SERVER-53907: resharding donors report approxBytesToClone and approxDocuments...LaMont Nelson2021-02-121-0/+7
* SERVER-53519 Remove special handling for MinKey chunk owning donor shard from...YuhongZhang982021-02-091-2/+1
* SERVER-50584 Serialize resharding errors into a new abortReason fieldHaley Connelly2021-01-281-0/+25
* SERVER-53108 Move batching logic into ReshardingDonorOplogIterator.Max Hirschhorn2020-12-241-14/+0
* SERVER-52795 Resharding donors write final oplog entry upon entering the prep...LaMont Nelson2020-12-231-0/+1
* SERVER-51483 Create helper functions for Resharding document members with int...Sarah Zhou2020-12-101-0/+44
* SERVER-50921 add method to return reshard key if appending resharding recipie...Vishnu Kaushik2020-11-171-7/+0
* SERVER-52691 Unit test agg pipeline through ReshardingCollectionCloner.Max Hirschhorn2020-11-111-9/+0
* SERVER-49825 Replicate updates changing value under new shard key pattern as ...Alex Taskov2020-11-061-0/+7
* SERVER-49787 Create collection cloner for resharding.Max Hirschhorn2020-11-041-1/+1
* SERVER-51291 Increment shard version when changing original or temporary resh...Blake Oler2020-11-031-21/+0
* Revert "SERVER-51291 Increment shard version when changing original or tempor...sviatlana_zuiko2020-11-031-0/+21
* SERVER-51291 Increment shard version when changing original or temporary resh...Blake Oler2020-11-031-21/+0
* SERVER-50027 Make CollectionType use IDL (Part 3)Kaloian Manassiev2020-11-021-1/+1
* SERVER-51272: Run resharding oplog fetching after receiving the fetchTimestamp.Daniel Gottlieb2020-10-191-0/+17
* SERVER-51212 Handle resharding fields from shard version mismatch functionBlake Oler2020-10-151-6/+25
* SERVER-49899 Create config.transactions cloner for resharding (merges txns)Eric Maynard2020-10-131-17/+0
* SERVER-49573 ReshardingCoordinator should calculate fetchTimestampHaley Connelly2020-10-051-0/+23
* SERVER-49893: Do oplog fetching.Daniel Gottlieb2020-10-011-0/+1
* SERVER-49822 Add destined recipient to oplog entries from insertsAlex Taskov2020-09-301-1/+1
* SERVER-50118 Create oplog buffer iterator for reshardingRandolph Tan2020-09-291-1/+5
* SERVER-50304 Write resharding state and catalog updates in transactionsjannaerin2020-09-251-0/+22
* Revert "SERVER-50304 Write resharding state and catalog updates in transactions"Louis Williams2020-09-251-22/+0
* SERVER-50304 Write resharding state and catalog updates in transactionsjannaerin2020-09-251-0/+22
* SERVER-50021 Implement minFetchTimestamp calculation logic on donor shardsjannaerin2020-09-211-0/+7
* SERVER-49785 aggragation pipeline for collection bulk loader for reshardingMisha Tyulenev2020-09-171-0/+8
* SERVER-49821 Define utility function for getting recipient which would own do...Alex Taskov2020-09-161-0/+8
* SERVER-49891: Create and test the resharding oplog fetching aggregation pipel...Daniel Gottlieb2020-09-161-0/+14
* Revert "SERVER-49785 aggragation pipeline for collection bulk loader for resh...Max Hirschhorn2020-09-161-9/+0
* SERVER-49785 aggragation pipeline for collection bulk loader for reshardingMisha Tyulenev2020-09-161-0/+9
* SERVER-49898 Write and test aggregation pipeline for config.transactions clon...Eric Maynard2020-09-141-2/+19
* SERVER-49570 Create ReshardingCoordinator in configsvrReshardCollectionHaley Connelly2020-09-091-0/+12
* SERVER-49567 Create refresh mechanism to refresh a list of given shardsHaley Connelly2020-08-281-0/+11
* SERVER-49890: Create resharding oplog view on startup.Daniel Gottlieb2020-08-271-1/+8