summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_catalog_cache_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-40493 Use retryable interrupt code in ShardServerCatalogCacheLoaderRandolph Tan2019-05-141-2/+2
* SERVER-40745 Skip ShardServerCatalogCacheLoader tasks in shutdownBen Caimano2019-05-021-26/+56
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-54/+55
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-55/+54
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-54/+55
* SERVER-40025 Clarify ShardServerCatalogCacheLoader remote refresh executionr4.1.9Ben Caimano2019-03-131-124/+105
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37051 Check for term change after fetching the queued metadata in Shar...Kaloian Manassiev2018-09-111-3/+17
* SERVER-35092 do not wait for majority dummy write when writing config metadat...Misha Tyulenev2018-08-211-12/+0
* SERVER-29908 Remove ShardingState::appendInfoKaloian Manassiev2018-08-011-2/+2
* SERVER-30841 Lower the amount of metadata refresh loggingCheahuychou Mao2018-07-251-28/+33
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-2/+2
* SERVER-35711 Remove unused anonymous function getPersistedMaxDbVersion() from...Esha Maharishi2018-06-201-24/+0
* SERVER-34632 Rename `struct dbTask` to DBTaskKaloian Manassiev2018-05-241-6/+6
* SERVER-34632 Use alias for the callback of CatalogCacheLoader::getChunksSinceKaloian Manassiev2018-05-241-37/+28
* SERVER-30841 Lower the logging verbosity in ShardServerCatalogCacheLoaderKaloian Manassiev2018-04-261-61/+54
* SERVER-33766 Ensure that secondaries always invalidate the in-memory routing ...jannaerin2018-04-201-6/+4
* SERVER-34586 Avoid possible double mutex acquisition in ShardServerCatalogCac...Kaloian Manassiev2018-04-201-27/+25
* Revert "SERVER-33616 Avoid possible double mutex acquisition in ShardServerCa...Kaloian Manassiev2018-04-201-25/+27
* SERVER-33616 Avoid possible double mutex acquisition in ShardServerCatalogCac...Kaloian Manassiev2018-04-201-27/+25
* SERVER-34458 Shards should always persist a database entry after refreshEsha Maharishi2018-04-131-58/+19
* SERVER-34146 OpObserver should cause secondaries to invalidate their in-memor...jannaerin2018-04-111-1/+1
* SERVER-32608 Make secondaries refresh their database metadata from the persis...jannaerin2018-04-061-3/+52
* SERVER-34145 Persist database version on shardjannaerin2018-04-051-56/+372
* SERVER-34145 Create flushDatabaseCacheUpdates internal commandjannaerin2018-04-031-0/+13
* SERVER-34145 Add failpoint and getDatabase function calls to persist DB versi...jannaerin2018-03-301-1/+52