summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_oplog_batch_applier.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-1/+1
* SERVER-66296 ReshardingOplogBatchApplier and ReshardingTxnCloner should wait ...Cheahuychou Mao2022-05-101-4/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-091-3/+3
* SERVER-60094 Add shard version to internal writeBrett Nawrocki2021-09-211-1/+1
* SERVER-59023 Version internal writes to resharding temp ns as IGNORED.Max Hirschhorn2021-08-301-2/+17
* SERVER-50937 Wrap operations in resharding coordinator that contact remote no...Randolph Tan2021-07-221-1/+1
* SERVER-56338 Make resharding CRUD and session application concurrent.Max Hirschhorn2021-05-071-17/+32
* SERVER-56337 Add unit tests for ReshardingOplogBatchApplier class.Max Hirschhorn2021-04-261-4/+10
* SERVER-56158 Add resharding::WithAutomaticRetry() util around AsyncTry.Max Hirschhorn2021-04-201-4/+18
* SERVER-55385 Use common executor to apply oplog entries in resharding.Max Hirschhorn2021-04-091-0/+87