summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-02-031-0/+4
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-1911-11/+8
* SERVER-67416 Always sort fieldpath string sets using custom comparatorSteve Tarzia2023-01-192-2/+2
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-11-096-39/+15
* SERVER-71112: Fix resharding failures count in unittestnandinibhartiyaMDB2022-11-071-1/+1
* SERVER-70373: Avoid invariant failure while aborting a resharding operationnandinibhartiyaMDB2022-11-032-45/+64
* SERVER-69756: Abort a resharding operation immediately.nandinibhartiyaMDB2022-10-143-2/+44
* SERVER-64319 Fix the name hiding issue for usages of ShardingCatalogManager::...Allison Easton2022-10-141-13/+16
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-10-031-1/+1
* SERVER-67653 don't initiate critical section if remainingMillis is omittedAndrew Witten2022-09-142-9/+66
* SERVER-67916 Fix semantics of cancelWhenAnyErrorThenQuiesceBrett Nawrocki2022-09-132-5/+128
* SERVER-67650 persist additional recipient resharding metricsAndrew Witten2022-08-116-43/+163
* SERVER-68495 Update resharded zones after kCommitting transition.Max Hirschhorn2022-08-093-29/+32
* SERVER-68628 Refresh routing info on primary during resharding.Max Hirschhorn2022-08-093-0/+24
* SERVER-61985 SERVER-67193 Make reshardingPauseCoordinatorBeforeCompletion fai...Abdul Qadeer2022-08-051-2/+9
* SERVER-67457 Wait for majority commit on completionAbdul Qadeer2022-07-281-2/+2
* SERVER-66725 SERVER-66659 Incoming retryable txns abort old txns and abort co...Jack Mulrow2022-06-092-0/+30
* SERVER-66046: Abort resharding on recipient errorsnandinibhartiyaMDB2022-06-091-2/+15
* SERVER-66565 Create config.transactions partial index in setFCVJack Mulrow2022-05-244-0/+10
* SERVER-65925 Reshard commit and abort should check for transient errors when ...Randolph Tan2022-05-202-4/+22
* SERVER-66296 ReshardingOplogBatchApplier and ReshardingTxnCloner should wait ...Cheahuychou Mao2022-05-105-66/+327
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-042-3/+2
* Revert "SERVER-64372 Add parity $currentOp resharding donor fields"Brett Nawrocki2022-04-084-34/+0
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-075-2/+23
* SERVER-65107 Check the shard version when AutoGetCollection is instantiated a...Antonio Fuschetto2022-04-071-8/+52
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-064-0/+34
* SERVER-65047 Strengthen guarantees for resharding aborting across FCVsBrett Nawrocki2022-04-011-3/+7
* SERVER-64475 Change isOperationVersioned to isComingFromRouterKaloian Manassiev2022-04-011-5/+3
* SERVER-65041 Ensure resharding works when user writes are blocked but the use...Jordi Serra Torrens2022-04-012-0/+11
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-1/+2
* SERVER-65039 Disable tassert in ReshardingMetricsNewBrett Nawrocki2022-03-291-7/+3
* SERVER-64368 Fix incorrect field names in ShardingDataTransformMetricsBrett Nawrocki2022-03-281-2/+2
* SERVER-63634 ReshardingMetricsNew restores common metadata metricsBrett Nawrocki2022-03-2512-51/+321
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-241-0/+2
* SERVER-63880 Make resharding handle applyOps oplog entries with WouldChangeOw...Cheahuychou Mao2022-03-232-13/+63
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-4/+16
* SERVER-63877 Resharding should not migrate internal sessions for non-retryabl...Cheahuychou Mao2022-03-223-6/+6
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to shardColl...Randolph Tan2022-03-141-0/+1
* SERVER-64407 Add ResourceYielder support to ARSJack Mulrow2022-03-112-2/+4
* SERVER-64057 Comment the shard/databaseVersion arguments for the shard roleKaloian Manassiev2022-03-112-2/+6
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-0912-522/+274
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-097-346/+954
* SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...Erwin Pe2022-03-081-0/+4
* SERVER-63878 Make resharding aggregation pipeline emit applyOps documents for...Cheahuychou Mao2022-03-076-24/+500
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-074-15/+10
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-069-148/+534
* Revert "SERVER-63441 Handle retryable internal transactions with multiple opl...Max Hirschhorn2022-03-069-534/+148
* SERVER-63728 Differentiate observers by role in cumulative metricsBrett Nawrocki2022-03-044-14/+18
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-049-148/+534
* SERVER-63622 Created & Integrated In-Memory Only CrudOps Metrics For Global I...Luis Osta2022-03-0214-11/+293