summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66236 Always return UNSHARDED description on uninitialised clusterKaloian Manassiev2022-05-091-7/+10
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-141-1/+7
* Revert "SERVER-64372 Add parity $currentOp resharding donor fields"Brett Nawrocki2022-04-081-48/+15
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-061-15/+48
* SERVER-64475 Change isOperationVersioned to isComingFromRouterKaloian Manassiev2022-04-011-8/+3
* SERVER-64132 Make shardsvrs running in serverless mode always return "unshard...Sophia Tan2022-03-311-0/+7
* SERVER-63910 Improve error messaging in CollectionShardingRuntimeEnrico Golfieri2022-03-291-1/+3
* SERVER-64630 Use the received shard version to avoid unnecessary refresh of t...Antonio Fuschetto2022-03-231-1/+3
* SERVER-64558 Check for critical section before reading the DB/Collection versionKaloian Manassiev2022-03-171-11/+11
* SERVER-63327 Remove usages of StaleShardVersion from the migrations pathKaloian Manassiev2022-03-111-8/+7
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-101-4/+3
* SERVER-64264 MigrationId should not be optional in the range deleterAllison Easton2022-03-081-2/+2
* 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