summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_filtering_metadata_refresh.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51529 Consider views creation on namespace used by RecoverRefresh threadPierlauro Sciarelli2020-10-201-1/+3
* SERVER-51212 Handle resharding fields from shard version mismatch functionBlake Oler2020-10-151-0/+11
* SERVER-48889 Make it so the critical section is never entered with UNKNOWN sh...Pierlauro Sciarelli2020-09-291-104/+95
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-9/+6
* SERVER-50507 Avoid race conditions during recoverRefreshShardVersionPierlauro Sciarelli2020-09-041-12/+34
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-14/+13
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-1/+1
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-2/+2
* SERVER-50176 Use the Sharding Fixed executor for the shardVersion recovery taskKaloian Manassiev2020-08-141-5/+6
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-4/+4
* SERVER-43633 Prohibit user writes to system.views in FCV 4.6Gregory Noma2020-07-201-2/+0
* SERVER-48988 Added test to check that multiple SSV on the same collection do ...Marcos José Grillo Ramírez2020-06-301-0/+6
* SERVER-43633 TODOs prohibit user writes to system.viewsPierlauro Sciarelli2020-06-271-0/+2
* SERVER-47982 Change the shard version update procedure of the migration sourc...Marcos José Grillo Ramírez2020-06-171-1/+1
* SERVER-47982 Remove refreshFilteringMetadataUntilSuccess from migration recoveryMarcos José Grillo Ramírez2020-06-161-0/+21
* SERVER-48783 Critical section should not be entered when performing a shard v...Pierlauro Sciarelli2020-06-151-8/+0
* SERVER-48394 Operations on views should not reach onShardVersionMismatchPierlauro Sciarelli2020-06-111-7/+10
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-06-101-1/+0
* SERVER-48642 Remove unused opCtx parameter in CSR enterCriticalSection methodsPierlauro Sciarelli2020-06-091-3/+3
* SERVER-45983 Perform the shardVersion recovery and refresh on a separate thre...Pierlauro Sciarelli2020-06-091-36/+98
* SERVER-48607 Skip migration recovery on non-primary nodesTommaso Tocci2020-06-081-2/+2
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-7/+14
* SERVER-47978 Make cleanupOrphaned command use onShardVersionMismatch with boo...Kaloian Manassiev2020-06-041-0/+1
* SERVER-47985 Implement recovery of a shard's `shardVersion` before it is allo...Tommaso Tocci2020-06-031-43/+40
* SERVER-48487 Use DBLock instead of AutoGetDB in onShardVersionMismatchPierlauro Sciarelli2020-05-291-1/+2
* SERVER-47975 Optimize ScopedShardVersionCriticalSection in order to avoid con...Pierlauro Sciarelli2020-05-261-32/+127
* SERVER-48288 Remove 2nd CatalogCache used just for filteringTommaso Tocci2020-05-191-74/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-11/+10
* SERVER-45782 ensure internal-only usage of three CollectionShardingRuntime fu...Tommaso Tocci2020-04-091-14/+16
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideJack Mulrow2020-03-231-24/+36
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-141-2/+75
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-13/+36
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"William Schultz2020-02-081-75/+2
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-071-2/+75
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"Tommaso Tocci2020-02-061-75/+2
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-061-2/+75
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-151-7/+17
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-081-24/+20
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-06-271-3/+2
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-271-1/+1
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-181-2/+2
* SERVER-40696 Add space after "collection" in "Failed to refresh metadata" logRandolph Tan2019-05-011-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-051-2/+8
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-2/+3
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-34/+42