summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_data_copy_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-1/+1
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-11-091-24/+3
* SERVER-66296 ReshardingOplogBatchApplier and ReshardingTxnCloner should wait ...Cheahuychou Mao2022-05-101-0/+4
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-2/+1
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-061-33/+32
* Revert "SERVER-63441 Handle retryable internal transactions with multiple opl...Max Hirschhorn2022-03-061-32/+33
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-041-33/+32
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-0/+5
* Revert "SERVER-60525 Make retryable internal transactions retryable across re...LaMont Nelson2022-02-181-17/+3
* SERVER-60525 Make retryable internal transactions retryable across reshardingSanika Phanse2022-02-171-3/+17
* SERVER-62616 Enable reshard*.js tests in sharded_clustered_collectionsHaley Connelly2022-02-021-0/+6
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-201-1/+1
* SERVER-62233 Filter Rewritten No-Op Oplogs Outside Chunk Range In handleWrite...Luis Osta2022-01-141-2/+2
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-5/+2
* SERVER-60774 Early exit in ReshardingOplogFetcher if final op fetched.Max Hirschhorn2021-10-201-7/+17
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-1/+5
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-3/+3
* SERVER-56418 Avoid error in donor if temp collection already renamed.Max Hirschhorn2021-05-101-0/+35
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-1/+2
* SERVER-54035 Pull out oplog cleanup into utility fileBlake Oler2021-04-191-0/+38
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-55384 Create ReshardingOplogSessionApplication class.Max Hirschhorn2021-03-311-0/+56
* SERVER-55329 Move batch insert logic into resharding_data_copy_util.Max Hirschhorn2021-03-231-0/+58
* SERVER-55383 Move session checkout logic into resharding_data_copy_util.Max Hirschhorn2021-03-221-0/+45
* SERVER-49894 Have resharding oplog fetcher resume from 'ts' component of larg...Yuhong Zhang2021-02-181-0/+21
* Revert "SERVER-49894 Have resharding oplog fetcher resume from 'ts' component...Kaloian Manassiev2021-02-181-21/+0
* SERVER-49894 Have resharding oplog fetcher resume from 'ts' component of larg...Yuhong Zhang2021-02-171-0/+21
* SERVER-53567 Create conflict stash collections with same collation as tempora...jannaerin2021-02-091-2/+4
* SERVER-53224 Fix collection drop on donor shards for resharding.Max Hirschhorn2021-01-121-0/+22
* SERVER-53517 Move resharding conflict stash collections into config db.Max Hirschhorn2021-01-051-0/+57