summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76908 Fix generation and format of the "createDatabase" op entriesPaolo Polato2023-05-172-10/+12
* SERVER-76988 Abort the reshardCollection operation when the zone information ...Cheahuychou Mao2023-05-171-33/+60
* SERVER-76807 Avoid adding opTimes for non-retryable internal transactions to ...Cheahuychou Mao2023-05-164-3/+17
* SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ...Jordi Serra Torrens2023-05-164-19/+18
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-161-1/+1
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-1520-116/+107
* SERVER-77121 move OpObserverShardingImpl::isMigrating() to MigrationSourceMan...Benety Goh2023-05-155-22/+26
* SERVER-68773 Move scoped range deleter lock under the range deleter servicePierlauro Sciarelli2023-05-153-18/+17
* SERVER-76872 Prevent donor from outliving MovePrimaryCoordinatorBrett Nawrocki2023-05-133-9/+30
* Revert "SERVER-68773 Move scoped range deleter lock under the range deleter s...auto-revert-processor2023-05-133-17/+18
* Revert "SERVER-76050 Enhance session handling in each coordinator"auto-revert-processor2023-05-136-88/+130
* SERVER-77053 Transaction API shouldn't throw top level errors in runCommandJack Mulrow2023-05-121-37/+39
* SERVER-69184 Coverity analysis defect 128686: Using a moved objectSanika Phanse2023-05-121-1/+1
* SERVER-68773 Move scoped range deleter lock under the range deleter servicePierlauro Sciarelli2023-05-123-18/+17
* SERVER-76615 implement shardDistribution functionality in reshardCollection cmdJiawei Yang2023-05-128-37/+490
* SERVER-76050 Enhance session handling in each coordinatorSilvia Surroca2023-05-126-130/+88
* SERVER-75758 Move information out of old sharding arch guideAllison Easton2023-05-129-1506/+684
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-122-2/+2
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-112-1/+6
* SERVER-76985 Making commit phase of renameCollection idempotentSergi Mateo Bellido2023-05-111-5/+13
* SERVER-76835 Avoid blocking on PBWM and admission control tickets on the shar...Kaloian Manassiev2023-05-112-5/+18
* SERVER-76790: Fix holding extra tickets during resharding oplog applicationnandinibhartiyaMDB2023-05-112-73/+99
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-113-10/+4
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-1010-37/+49
* SERVER-76836 Yield session checked out in setAllowMigrations command before d...Marcos José Grillo Ramirez2023-05-103-3/+14
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-108-32/+9
* SERVER-61806 Don't access ScopedCollectionAcquisition after yieldAllison Easton2023-05-101-2/+3
* SERVER-73866 Re-enable agg_merge_when_not_matched_insert.js in config_fuzzer ...Allison Easton2023-05-102-3/+4
* SERVER-76337 Add a server status metric to track unauthorized direct connecti...Allison Easton2023-05-102-0/+11
* SERVER-74519 Make ShardingTestFixtureCommon use unittest::TempDir for dbpathCheahuychou Mao2023-05-101-1/+1
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable sess...Jack Mulrow2023-05-103-12/+0
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ...Benety Goh2023-05-105-902/+10
* SERVER-74492 Make DatabaseName::toStringWithTenantId private - unit testmathisbessamdb2023-05-091-2/+2
* SERVER-61806 Uniform range deleter logging of rangesAllison Easton2023-05-092-13/+11
* SERVER-76056 Rename range deleter's docs deleted statistic from countDocsDele...Marcos José Grillo Ramirez2023-05-093-3/+3
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-098-126/+168
* SERVER-76744 Drop command must fail on system collectionsAntonio Fuschetto2023-05-091-0/+13
* SERVER-74192 execute commit phase of renameCollection in a single transactionEnrico Golfieri2023-05-095-53/+349
* SERVER-76609 Convert tassert in CheckMetadataConsistency into a proper incons...Tommaso Tocci2023-05-081-5/+8
* Revert "SERVER-76056 Rename range deleter's docs deleted statistic from count...auto-revert-processor2023-05-083-3/+3
* SERVER-74196 Take catalog/storage snapshot on acquisitions APIDaniel Gómez Ferro2023-05-081-1/+1
* SERVER-73848 Update config.tags inside writeDecisionPersistedStateKruti Shah2023-05-083-16/+23
* SERVER-74177 moveChunk must retry on retryable errorsSilvia Surroca2023-05-081-5/+1
* SERVER-76045 Introduce the new resetPlacementHistory server commandPaolo Polato2023-05-089-125/+360
* SERVER-65559 Get rid of legacy range deleter and RangeDeleterService feature ...Pierlauro Sciarelli2023-05-0825-2034/+39
* SERVER-76278 Log extra migration information at the end of the operationMarcos José Grillo Ramirez2023-05-082-0/+35
* SERVER-76056 Rename range deleter's docs deleted statistic from countDocsDele...Marcos José Grillo Ramirez2023-05-083-3/+3
* SERVER-76873 Range deletions should never wait on metadata objects that have ...Allison Easton2023-05-082-11/+5
* SERVER-76106 Acquire the DDL lock over the target database on renameCollectionSilvia Surroca2023-05-081-1/+15
* SERVER-76489 Fixing implicit create collection on sharded DDL opsSergi Mateo Bellido2023-05-085-8/+42