summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-17/+4
* SERVER-54488 Rename Collection might take the unsharded path while sharding a...Pierlauro Sciarelli2021-02-191-2/+0
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-8/+17
* SERVER-51101 Futurify ShardingMigrationCriticalSectionPierlauro Sciarelli2020-09-291-1/+1
* SERVER-48889 Make it so the critical section is never entered with UNKNOWN sh...Pierlauro Sciarelli2020-09-291-0/+2
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-2/+2
* SERVER-49427 Delete pending_chunk.js and remove now-defunct code in the Metad...Cheahuychou Mao2020-07-241-28/+0
* SERVER-49508 Step up deadlock between migration recovery and prepared transac...Tommaso Tocci2020-07-241-1/+2
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-1/+1
* SERVER-47521 Remove getCollectionDescription_DEPRECATED functionPierlauro Sciarelli2020-06-301-9/+0
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-5/+3
* SERVER-48783 Critical section should not be entered when performing a shard v...Pierlauro Sciarelli2020-06-151-2/+0
* SERVER-48642 Remove unused opCtx parameter in CSR enterCriticalSection methodsPierlauro Sciarelli2020-06-091-6/+4
* SERVER-45983 Perform the shardVersion recovery and refresh on a separate thre...Pierlauro Sciarelli2020-06-091-0/+20
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-2/+5
* SERVER-48589 Ensure migration recovery is completed before to run a new chunk...Tommaso Tocci2020-06-041-0/+2
* SERVER-47985 Implement recovery of a shard's `shardVersion` before it is allo...Tommaso Tocci2020-06-031-0/+5
* SERVER-47975 Optimize ScopedShardVersionCriticalSection in order to avoid con...Pierlauro Sciarelli2020-05-261-8/+8
* SERVER-48401 Ensure the CSR lock has the correct namespaceKaloian Manassiev2020-05-261-11/+9
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-191-3/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler2020-04-241-13/+4
* SERVER-47566 Take CSRLock inside CollectionShardingRuntime::getCriticalSectio...Randolph Tan2020-04-231-1/+2
* SERVER-47555 Remove CollectionShardingState::checkShardVersionOrThrow_DEPRECATEDKaloian Manassiev2020-04-221-19/+8
* SERVER-47641 Report total number of range deletion tasks in serverStatus rath...Gregory Noma2020-04-211-7/+8
* SERVER-47600 Clear _receivingChunks on setFCV after metadata refreshGregory Noma2020-04-201-0/+6
* SERVER-47419 Return unsharded on getCollectionDescription if the server is no...Marcos José Grillo Ramírez2020-04-141-0/+6
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-15/+19
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-101-80/+51
* SERVER-45782 ensure internal-only usage of three CollectionShardingRuntime fu...Tommaso Tocci2020-04-091-0/+7
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-6/+21
* SERVER-47105 Make update stage use OwnershipFilter instead of CollectionDescr...Tommaso Tocci2020-03-301-0/+2
* SERVER-47103 Add OrphanCleanupPolicy parameter to getOwnershipFilterTommaso Tocci2020-03-261-1/+2
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideRandolph Tan2020-03-251-7/+9
* SERVER-46395 Ensure range deletion task document exists during deletion.Max Hirschhorn2020-03-111-1/+2
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-111-2/+1
* SERVER-45779 Throw Stale Shard Version when collection is unknown on getOwner...Marcos José Grillo Ramírez2020-03-041-3/+15
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-6/+8
* SERVER-14126 Add range deleter stats for serverStatus under shardingStatisticsRandolph Tan2020-03-021-0/+7
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-291-8/+10
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-211-12/+7
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+13
* SERVER-45319 Add unit tests for CollectionShardingRuntimeMatthew Saltz2020-02-131-0/+2
* SERVER-46005 Remove server code related to Track Unsharded Collections that i...Esha Maharishi2020-02-061-15/+0
* SERVER-45778 Rename getOrphanFilter to getOwnershipFilter and change the retu...Marcos José Grillo Ramírez2020-02-031-1/+1
* SERVER-45249 Make recipient wait for orphan cleanup before cloning indexesCheahuychou Mao2020-01-201-8/+13
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-151-12/+10
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Marcos José Grillo Ramírez2020-01-081-7/+12
* SERVER-44587 Modify StaleConfigInfo to take in and store a shard's IDBlake Oler2020-01-061-3/+7