summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_txn_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+0
* SERVER-66296 ReshardingOplogBatchApplier and ReshardingTxnCloner should wait ...Cheahuychou Mao2022-05-101-3/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-63877 Resharding should not migrate internal sessions for non-retryabl...Cheahuychou Mao2022-03-221-2/+3
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-061-1/+18
* Revert "SERVER-63441 Handle retryable internal transactions with multiple opl...Max Hirschhorn2022-03-061-18/+1
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-041-1/+18
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-2/+2
* SERVER-50937 Wrap operations in resharding coordinator that contact remote no...Randolph Tan2021-07-221-1/+1
* SERVER-57655 Call Pipeline::dispose() if Pipeline::getNext() throws in Reshar...Luis Osta2021-06-281-0/+5
* SERVER-55578: Disallow atClusterTime reads and afterClusterTime majority read...Lingzhi Deng2021-05-071-2/+2
* SERVER-51496 Add unit tests for ReshardingTxnCloner w/ prepared txns.Max Hirschhorn2021-05-051-38/+40
* SERVER-56334 Make resharding server parameters configurable at runtimejannaerin2021-05-051-1/+1
* SERVER-51496 Split up body of ReshardingTxnCloner::run().Max Hirschhorn2021-04-291-51/+48
* SERVER-56437 Always detach Pipeline from OperationContext.Max Hirschhorn2021-04-291-1/+3
* SERVER-56158 Add resharding::WithAutomaticRetry() util around AsyncTry.Max Hirschhorn2021-04-201-46/+26
* SERVER-55321 Integrate CancelableOperationContext into ReshardingTxnClonerjannaerin2021-04-071-70/+44
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-55289 Create ReshardingDataReplication class.Max Hirschhorn2021-03-311-1/+0
* SERVER-55384 Create ReshardingOplogSessionApplication class.Max Hirschhorn2021-03-311-53/+8
* SERVER-55328 Call Pipeline::dispose() on cleanup executor in resharding data ...jannaerin2021-03-301-2/+5
* SERVER-55356: Increase introspection on resharding_collection_cloner.js failu...Daniel Gottlieb2021-03-241-1/+1
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-3/+3
* SERVER-55383 Move session checkout logic into resharding_data_copy_util.Max Hirschhorn2021-03-221-33/+7
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-53931 Use cancelationTokens for resharding recipient replication compo...Haley Connelly2021-03-151-5/+20
* SERVER-54626 Retryable writes may execute more than once in resharding if sta...Yuhong Zhang2021-03-031-7/+2
* SERVER-54616 Rewrite ReshardingTxnCloner::run() using AsyncTry.Max Hirschhorn2021-02-241-114/+152
* SERVER-52921 Integrate config.txn cloner for resharding into RecipientStateMa...Randolph Tan2021-02-171-18/+15
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-3/+3
* SERVER-51493 SERVER-52922 SERVER-52938 Create ReshardingTxnCloner class.Max Hirschhorn2020-12-021-0/+379