summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-023-3/+1
* SERVER-64057 Move the shard/database version parsing to the endpointKaloian Manassiev2022-03-011-6/+2
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-0/+5
* SERVER-61018 Create a generic histogram typeReo Kimura2022-02-253-25/+21
* Revert "SERVER-61018 Create a generic histogram type"auto-revert-processor2022-02-243-21/+25
* SERVER-61018 Create a generic histogram typeReo Kimura2022-02-233-25/+21
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-232-2/+0
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-1/+1
* Revert "SERVER-61018 Create a generic histogram type"auto-revert-processor2022-02-193-21/+25
* Revert "SERVER-60525 Make retryable internal transactions retryable across re...LaMont Nelson2022-02-182-34/+6
* SERVER-61018 Create a generic histogram typeReo Kimura2022-02-183-25/+21
* SERVER-60525 Make retryable internal transactions retryable across reshardingSanika Phanse2022-02-172-6/+34
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-112-3/+3
* SERVER-61444 Fix race in resharding coordinator service unit testBrett Nawrocki2022-02-081-16/+13
* SERVER-62616 Enable reshard*.js tests in sharded_clustered_collectionsHaley Connelly2022-02-021-0/+6
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-282-0/+2
* SERVER-61444 Resharding coordinator state transactions now use w:1Brett Nawrocki2022-01-243-157/+192
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-1/+1
* SERVER-62783 Get rid of ChunkVersion::appendToCommand/parseFromCommandKaloian Manassiev2022-01-241-1/+1
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-2030-29/+682
* SERVER-62684 Get rid of unnecessary usages of ChunkVersion::epoch()Kaloian Manassiev2022-01-192-9/+9
* SERVER-62233 Filter Rewritten No-Op Oplogs Outside Chunk Range In handleWrite...Luis Osta2022-01-141-2/+2
* SERVER-62178 Clear filtering metadata on recipient shard primary for temporar...Matt Boros2022-01-132-15/+17
* SERVER-62065 Make the CPP name of '_flushRoutingTableCacheUpdates' more user-...Kaloian Manassiev2022-01-111-4/+3
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-1/+1
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-052-2/+2
* SERVER-61976 Clarify semantics of step up shard version refresh retriesBrett Nawrocki2021-12-211-1/+1
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-214-13/+23
* SERVER-61976 Retry failed shard version refreshes on step upBrett Nawrocki2021-12-201-14/+21
* SERVER-57766 Omit shardingStatistics.resharding section when resharding hasn'...Matt Boros2021-12-163-1/+66
* SERVER-61945 Refresh temp resharding ns during collection cloning.Max Hirschhorn2021-12-092-6/+17
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-0212-28/+28
* SERVER-60860 Resharding cloner now really uses read preference NearestBrett Nawrocki2021-11-292-5/+9
* SERVER-61190 Rename numberOfPreImagesToWrite to numberOfPrePostImagesToWriteCheahuychou Mao2021-11-201-2/+2
* SERVER-61633 Join _oplogFetcherExecutor in resharding recipient at exit.Max Hirschhorn2021-11-194-0/+17