summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-302-9/+31
* SERVER-67296 Mark the OpCtx of the configsvr commands used to commit chunk-re...Silvia Surroca2022-06-302-0/+37
* SERVER-61985 Make reshardingPauseCoordinatorBeforeCompletion failpoint pause ...Abdul Qadeer2022-06-301-2/+9
* Revert "SERVER-67399 collMod coordinator must block migrations on bucket nss"Tommaso Tocci2022-06-291-8/+5
* SERVER-58983 Reanimate ReshardingCollectionClonerTestBrett Nawrocki2022-06-296-4/+373
* SERVER-62805 Add global indexes local storageMarcos Grillo2022-06-294-64/+130
* SERVER-65397 Remove featureFlagInternalTransactionsErin Liang2022-06-284-147/+11
* SERVER-67281 add OpObserver::onBatchedWriteStart() and onBatchedWriteAbort()Benety Goh2022-06-283-0/+12
* SERVER-62316 Remove the workaround for SERVER-62245Jordi Serra Torrens2022-06-282-37/+6
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-2710-24/+38
* SERVER-62375 Remove upgrade/downgrade code for internal txnsErin Liang2022-06-275-85/+12
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-274-11/+13
* SERVER-67500 wrong error message in ConfigSvrCommitChunkMigrationEnrico Golfieri2022-06-271-1/+1
* SERVER-67325 Collection creation must be disallowed for collections undergoin...Silvia Surroca2022-06-274-4/+50
* SERVER-67502 move write_ops library from mongo/db to mongo/db/ops/Benety Goh2022-06-241-0/+1
* SERVER-65094: Modularize redundant code in setClusterParameter commandsVarun Ravichandran2022-06-241-21/+12
* SERVER-67370 Destroy instance metrics object so it's lifetime will not be tie...Randolph Tan2022-06-233-5/+22
* SERVER-49971 Report current VectorClock time in serverStatusAntonio Fuschetto2022-06-231-2/+8
* SERVER-67444 Eliminate legacy `requestMoveChunk` call from `Balancer::_moveCh...Pierlauro Sciarelli2022-06-231-9/+0
* SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-2321-268/+98
* SERVER-60531 Remove try-catch block for ShardsvrDropCollectionIfUUIDNotMatchi...Abdul Qadeer2022-06-221-24/+2
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-2225-223/+160
* SERVER-67399 collMod coordinator must block migrations on bucket nssTommaso Tocci2022-06-221-5/+8
* SERVER-65645 IDL-ify all commands on the chunk migration pathEnrico Golfieri2022-06-224-56/+161
* SERVER-66130 Do not detach from the balancer worker thread on config server s...Paolo Polato2022-06-221-8/+10
* SERVER-67422 Have getAllRemovalFuturesForCoordinatorsForInternalTransactions ...Jason Zhang2022-06-221-0/+4
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-2119-188/+121
* SERVER-66358 Add the "Internal Sessions" section to the sharding architecture...Sanika Phanse2022-06-211-2/+10
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-2013-94/+42
* SERVER-67346 Disable autosplit on config.system.sessions when upgrading the c...Paolo Polato2022-06-202-3/+5
* SERVER-60773 Uassert DDL participant commands are ran as a retryable writeJordi Serra Torrens2022-06-176-92/+66
* SERVER-65530 Get rid of ChunkVersion::parse/serialiseMajorMinorVersionOnlyKaloian Manassiev2022-06-176-49/+32
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-1721-595/+278
* SERVER-67283 Remove deprecated PerCollBalancingSettings feature flagTommaso Tocci2022-06-171-5/+0
* SERVER-65634 Added "clustered" to field name strings in index descriptorDamian Wasilewicz2022-06-161-1/+1
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-168-23/+19
* SERVER-62693 Review downgrade requirements for defragmentation once 6.0 branc...Tommaso Tocci2022-06-152-55/+0
* SERVER-67189 Fix initilization order for ShardingDataTransformInstanceMetrics...Randolph Tan2022-06-152-3/+3
* SERVER-67269 Remove deprecated multiversion code from renameCollection coordi...Tommaso Tocci2022-06-152-57/+16
* SERVER-66971 Generalize database critical section error messageSilvia Surroca2022-06-151-1/+4
* SERVER-50729 Wrap resharding_util in resharding namespaceAbdul Qadeer2022-06-1433-162/+192
* SERVER-50812 Remove the `setShardVersion` commandKaloian Manassiev2022-06-146-382/+1
* SERVER-62415 Change Resharding State Machines to clear filtering metadata onl...Abdul Qadeer2022-06-1410-44/+111
* SERVER-66069 Renamed diskloc references to recordIdsKruti Shah2022-06-132-35/+35
* SERVER-50792 Implement detailed shard key index errorsIsrael Hsu2022-06-135-34/+117
* SERVER-67224 clean up op_observer_impl LIBDEPSBenety Goh2022-06-131-0/+4
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-104-4/+1
* SERVER-66934 Remove deprecated CollModCoordinatorPre60CompatibleTommaso Tocci2022-06-106-469/+0
* SERVER-67106 allow the execution of _flushRoutingTableCacheUpdates over colle...Paolo Polato2022-06-101-1/+2
* SERVER-66725 SERVER-66659 Incoming retryable txns abort old txns and abort co...Jack Mulrow2022-06-092-0/+30