summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ...Jordi Serra Torrens2023-05-162-3/+3
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-158-53/+50
* SERVER-69184 Coverity analysis defect 128686: Using a moved objectSanika Phanse2023-05-121-1/+1
* SERVER-76615 implement shardDistribution functionality in reshardCollection cmdJiawei Yang2023-05-124-11/+106
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-112-1/+6
* SERVER-76790: Fix holding extra tickets during resharding oplog applicationnandinibhartiyaMDB2023-05-112-73/+99
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable sess...Jack Mulrow2023-05-102-8/+0
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ...Benety Goh2023-05-101-200/+2
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-094-40/+43
* SERVER-73848 Update config.tags inside writeDecisionPersistedStateKruti Shah2023-05-083-16/+23
* SERVER-65559 Get rid of legacy range deleter and RangeDeleterService feature ...Pierlauro Sciarelli2023-05-081-1/+1
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-061-4/+3
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-051-2/+2
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-051-2/+2
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-051-2/+2
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-041-7/+1
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-041-1/+7
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-031-7/+1
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-1/+1
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-013-3/+6
* SERVER-76562 Add accumulator to OpObserver::onUnpreparedTransactionCommitMatt Kneiser2023-04-271-2/+3
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+1
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-261-1/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-2610-31/+31
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-2510-31/+31
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-254-50/+92
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-2510-31/+31
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-243-6/+15
* SERVER-73955 Prevent metrics from outliving ReshardingCoordinatorBrett Nawrocki2023-04-211-2/+4
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-191-1/+1
* SERVER-73763: Ensure zones are extended for config.tags docsnandinibhartiyaMDB2023-04-184-5/+12
* SERVER-75138 Add shapification for DocumentSources which use IDL for serializ...Davis Haupt2023-04-181-0/+2
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-182-2/+2
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-1812-24/+33
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-1/+4
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-143-11/+14
* SERVER-73848 update config.tags inside writeDecisionPersistedStateKruti Shah2023-04-143-42/+32
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-104-6/+6
* SERVER-62491 Remove TODOs to use kSystemTenantIdSophia Tan2023-04-061-3/+1
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-1/+1
* SERVER-75307 Use the routing table to construct the historical placement doc ...Paolo Polato2023-03-313-10/+74
* SERVER-72870 Serialise the handling of config.placementHistory on FCV transit...Paolo Polato2023-03-311-5/+0
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-3/+3
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-306-14/+14
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-3010-31/+31
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+1
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-297-10/+5
* SERVER-74647 Retry create resharding state machine on interruptBrett Nawrocki2023-03-291-12/+29
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-283-3/+6
* SERVER-73064 Implement kPrepared Phase for MovePrimaryDonorServiceBrett Nawrocki2023-03-241-4/+6