summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61847 Handling direct update/removes to shardsSergi Mateo Bellido2022-01-271-5/+20
* SERVER-62684 Get rid of unnecessary usages of ChunkVersion::epoch()Kaloian Manassiev2022-01-191-2/+2
* SERVER-61879 Refreshes to recover migrations must never join ongoing refreshesJordi Serra Torrens2022-01-101-5/+17
* SERVER-62128 Do not assume FCV stability when filtering writesSergi Mateo Bellido2021-12-281-8/+5
* SERVER-59832 Prevent writes to orphan documentsAntonio Fuschetto2021-12-101-8/+19
* SERVER-60555 Get rid of CollectionShardingState/Runtime::get_UNSAFEKaloian Manassiev2021-10-111-6/+0
* SERVER-60142 Fix MigrationDestinationManager's check for overlapping rangeDel...Jordi Serra Torrens2021-09-231-7/+3
* SERVER-58570 Add a new field to config.collections/config.cache.collections r...Antonio Fuschetto2021-08-061-1/+1
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-06-291-4/+0
* SERVER-55429 Add timeout to migrations when waiting for range deletionsMarcos José Grillo Ramirez2021-06-291-11/+18
* SERVER-52764 Invariant that 'getOwnershipFilter' is never called without a va...Kaloian Manassiev2021-06-141-7/+3
* SERVER-56788 Extend the in-memory collection critical section to keep track o...Sergi Mateo Bellido2021-05-161-13/+22
* SERVER-56040 Changing the behavior of recoverable critical sections on second...Sergi Mateo Bellido2021-05-121-0/+4
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+6
* SERVER-56077 Require CSR lock when exiting the CSR critical sectionPierlauro Sciarelli2021-04-141-4/+3
* SERVER-53679 No-op for filling in destined recipient for insert oplog entries...jannaerin2021-03-221-0/+4
* 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