summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_collection_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49894 Have resharding oplog fetcher resume from 'ts' component of larg...server-49894Yuhong Zhang2021-02-171-28/+11
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-5/+6
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-49293 Make resharding collection cloning resume from highest _id.Max Hirschhorn2021-01-081-7/+123
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+2
* SERVER-52693 Retry on errors in ReshardingCollectionCloner.Max Hirschhorn2021-01-061-0/+22
* SERVER-53524 Fix disposal of Pipeline in ReshardingCollectionCloner.Max Hirschhorn2021-01-061-48/+62
* SERVER-52692 Use "nearest" read pref in ReshardingCollectionCloner.Max Hirschhorn2020-12-311-2/+1
* SERVER-52631 Refactor stale shard version retry helper (Part 2)Pierlauro Sciarelli2020-11-271-9/+9
* SERVER-49291 Clone existing collection as part of resharding.Max Hirschhorn2020-11-181-8/+15
* SERVER-52691 Unit test agg pipeline through ReshardingCollectionCloner.Max Hirschhorn2020-11-111-39/+97
* SERVER-52690 Run ReshardingCollectionCloner on a TaskExecutor.Max Hirschhorn2020-11-101-49/+169
* SERVER-49787 Create collection cloner for resharding.Max Hirschhorn2020-11-041-0/+129