summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_catalog_cache_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57524 Make refine and resharding not write epoch/timestamp to the chun...Kaloian Manassiev2021-06-161-1/+0
* SERVER-57712 Do not update the metadata format if the epochs are different in...Sergi Mateo Bellido2021-06-161-2/+3
* SERVER-57102 Fixing invariants on ShardServerCatalogCacheLoader to consider d...Antonio Fuschetto2021-05-281-3/+14
* SERVER-57009 Additional debugging information in case of crash during FCV changeAntonio Fuschetto2021-05-261-3/+10
* SERVER-54583 Relax implementation of getDatabaseWithRefresh/getCollectionRout...Sergi Mateo Bellido2021-05-061-2/+1
* SERVER-56469 The shard server catalog cache loader should replace the entrie...Sergi Mateo Bellido2021-05-031-1/+0
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+2
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-4/+4
* SERVER-54566 Fixing the CatalogCacheLoader behavior when handling an update m...Sergi Mateo Bellido2021-02-161-33/+41
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-091-66/+159
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-141-3/+3
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-5/+15
* SERVER-53140 Copy allowMigrations setting into persisted metadata.Max Hirschhorn2020-12-021-1/+2
* SERVER-52766: Support timestamp in the catalog cache loaderJordi Serra Torrens2020-11-251-0/+2
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-14/+9
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-5/+8
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-2/+2
* SERVER-51660 Propagate resharding fields through the enqueued metadata combin...jannaerin2020-10-151-0/+2
* SERVER-51510 Ensure that reshardingFields gets copied over from the enqueued ...jannaerin2020-10-141-1/+3
* SERVER-51109 Add resharding fields to ShardCollectionTypejannaerin2020-09-241-1/+5
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-0/+1
* SERVER-48264 Don't invariant when task is cancelled by the executorRandolph Tan2020-08-011-16/+34
* SERVER-49975 Use separate thread pools for CatalogCache and its loadersTommaso Tocci2020-07-301-2/+11
* SERVER-49947 Catalog Cache async task accesses un-owned StringData variableTommaso Tocci2020-07-291-1/+1
* SERVER-49767 Complete TODO listed in SERVER-49755Tommaso Tocci2020-07-221-2/+0
* SERVER-49292 Futurify CatalogCacheLoader APITommaso Tocci2020-07-211-225/+164
* SERVER-48566 Shard loader in primary nodes blindly read the version of config...Randolph Tan2020-06-291-7/+14
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47410 Preserve error codes in ShardServerCatalogCacheLoaderGregory Noma2020-04-141-13/+10
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideJack Mulrow2020-03-231-53/+72
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-111-4/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-34/+71
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-16/+28
* SERVER-44540 Replace call to deprecated `forceRoutingTableRefresh` commandTommaso Tocci2019-12-101-1/+1
* SERVER-43108 interrupt on shutdown in flushRoutingTableCacheUpdatesMisha Tyulenev2019-12-051-6/+26
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-231-0/+7
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-24/+24
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+2
* SERVER-42152 Delete existing chunks on new epoch in persisted routing table c...Jamie Heppenstall2019-08-011-2/+31
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-41/+30
* SERVER-42359 Remove okToReadWhileRefreshing from getPersistedMetadataSinceVer...Jamie Heppenstall2019-07-241-4/+3
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-121-14/+16
* SERVER-41866 On term mismatch do not invoke the getDatabase callback under mu...Kaloian Manassiev2019-07-081-28/+18
* SERVER-41160 Add shutdown method for CatalogCacheLoaderRandolph Tan2019-07-011-10/+25
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-5/+5
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-2/+2