summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-55819: Update chunks timestamp on resharding transition to persisted ↵Jordi Serra Torrens2021-04-071-3/+5
| | | | state
* SERVER-53915 Persist total number of oplog entries applied in ↵LaMont Nelson2021-04-064-34/+730
| | | | ReshardingOplogApplier
* SERVER-55656 Prevent early destruction of sharding DDL coordinatorsTommaso Tocci2021-04-0611-151/+81
|
* SERVER-55326 Integrate CancelableOperationContext into resharding's ↵jannaerin2021-04-062-25/+30
| | | | RecipientStateMachine
* SERVER-55812 Do not upgrade to the new metadata format if the target version ↵Sergi Mateo Bellido2021-04-062-26/+60
| | | | of the setFCV cmd is 4.9 or less
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's ↵Jordi Serra Torrens2021-04-062-15/+15
| | | | getDestinedRecipient() not being retried by mongos
* SERVER-55778 Simplify test setup for ReshardingOplogApplicationRules.Max Hirschhorn2021-04-053-672/+707
|
* SERVER-54035 Move around utility functions to make way for incoming cleanup ↵Blake Oler2021-04-054-26/+42
| | | | command
* SERVER-54035 Commit cleanup command stubsBlake Oler2021-04-033-0/+203
|
* SERVER-55506 Enable remaining test case in resharding_abort_command.jsBlake Oler2021-04-031-5/+5
|
* SERVER-55730: increase value of resharding critical section test fixture to 24hrLaMont Nelson2021-04-021-1/+5
|
* SERVER-54975 Rename IDL parser classes to use CommandRequest and ↵Bernard Gorman2021-04-0223-86/+100
| | | | CommandReply suffixes
* SERVER-55763: Correct ClearReshardingFilteringMetadata and clarify its test ↵Daniel Gottlieb2021-04-022-8/+21
| | | | fixture APIs.
* SERVER-55306 Integrate CancelableOperationContext into ReshardingCoordinatorAlex Taskov2021-04-022-14/+35
|
* SERVER-55679 Remove w:majority wait from generating minFetchTimestamp.Max Hirschhorn2021-04-021-4/+0
|
* SERVER-55060 Direct modification must remove buckets from the time-series ↵Dan Larkin-York2021-04-022-3/+3
| | | | bucket catalog
* SERVER-55723 Quiesce before fulfilling in ReshardingDataReplication.Max Hirschhorn2021-04-012-5/+15
|
* SERVER-55726 trivial fix: ref loop variable (fixes xcode build)Billy Donahue2021-04-011-1/+1
|
* SERVER-55662 Retry writes to config server on step down errors in create ↵Marcos José Grillo Ramirez2021-04-011-16/+25
| | | | collection coordinator
* SERVER-52944 Add additional audit sharding testsBen Caimano2021-04-016-5/+13
|
* SERVER-55497 Move abortReshardCollection command behind feature flagBlake Oler2021-04-011-0/+5
|
* SERVER-55149 Remove wrong TODO on the drop collection coordinatorTommaso Tocci2021-04-011-2/+0
|
* SERVER-54486: Clear resharding filtering metadata on primary stepUp.Daniel Gottlieb2021-03-317-3/+169
|
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ↵Wenbin Zhu2021-03-313-7/+14
| | | | entry if possible.
* SERVER-53923: Enforce reshardingCriticalSectionTimeout parameter.Kshitij Gupta2021-03-315-2/+53
|
* SERVER-55298: fix BSONObjTooLarge error when calling removeShard on a jumbo ↵LaMont Nelson2021-03-312-24/+16
| | | | chunk
* SERVER-55597 Nest rename request parameters in coordinator/participant IDLsPierlauro Sciarelli2021-03-313-33/+13
|
* SERVER-53412 Remove one missed TODOKaloian Manassiev2021-03-311-1/+2
|
* SERVER-53412 Mark code which needs to go away after 5.0 with the proper ticketKaloian Manassiev2021-03-317-8/+8
|
* SERVER-55289 Create ReshardingDataReplication class.Max Hirschhorn2021-03-319-272/+914
|
* SERVER-55384 Create ReshardingOplogSessionApplication class.Max Hirschhorn2021-03-3110-223/+1087
| | | | | | Moves the logic for updating session txn records into resharding_data_copy_util and has ReshardingTxnCloner and ReshardingOplogSessionApplication both use it.
* SERVER-55616 Remove coordinator document on create collectionMarcos José Grillo Ramirez2021-03-311-2/+7
| | | | ... coordinator if the NotPrimaryError is not local
* SERVER-55532 Make ReshardingTxnCloner's ClonerOneBatchThenCanceled cancel ↵Haley Connelly2021-03-301-4/+7
| | | | before batch response
* SERVER-55616 Throw on NotPrimaryError and ShutdownError categories in ↵Marcos José Grillo Ramirez2021-03-304-70/+54
| | | | ShardingDDLCoordinator instances
* SERVER-55328 Call Pipeline::dispose() on cleanup executor in resharding data ↵jannaerin2021-03-308-29/+61
| | | | replication components
* SERVER-55533: Add kError state to resharding metrics invariants for recipientsLaMont Nelson2021-03-301-11/+58
|
* SERVER-53973 Migration manager recovery should handle failed ↵Tommaso Tocci2021-03-301-5/+13
| | | | findIntersectingChunk during refineShardKey
* SERVER-55388 Bring back ShardingLogging calls to the drop collectionAntonio Fuschetto2021-03-301-16/+21
|
* SERVER-55494 Retake the collection critical section on step up (in drain mode)Sergi Mateo Bellido2021-03-303-1/+43
|
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 2)Pierlauro Sciarelli2021-03-295-53/+70
|
* SERVER-54918 Use const & for the SplitPolicyParams in InitialSplitPolicyKaloian Manassiev2021-03-292-57/+52
|
* SERVER-55285 Review why some tests don't pass when we enable by default the ↵Sergi Mateo Bellido2021-03-295-74/+119
| | | | | | new metadata format Fixing some tests
* SERVER-52770 Add abortReshardCollection command for users to cancel the ↵Blake Oler2021-03-299-98/+463
| | | | resharding operation
* SERVER-54587 Added resilience to the new create collection pathMarcos José Grillo Ramirez2021-03-2911-141/+542
|
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 1)Pierlauro Sciarelli2021-03-2611-220/+518
|
* SERVER-54961: ReshardingMetrics getOperationElapsedTime needs to lock.Kshitij Gupta2021-03-261-0/+1
|
* SERVER-54279 Add database primary as recipient in reshardingAlex Taskov2021-03-262-1/+9
|
* SERVER-54918 Hide the `fcvLock` behind a proper FCV set/check interfaceKaloian Manassiev2021-03-262-55/+25
|
* SERVER-55520 Remove '_ns' from the ReshardingSplitPolicyKaloian Manassiev2021-03-263-28/+23
|
* SERVER-55389 Bring back ShardingLogging calls to the drop databaseAntonio Fuschetto2021-03-253-17/+22
|