summaryrefslogtreecommitdiff
path: root/src/mongo/db/rs_local_client.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49897 Insert no-op entries into oplog buffer collections for ↵jannaerin2021-07-291-3/+5
| | | | resharding so resuming is less wasteful
* SERVER-54975 Rename IDL parser classes to use CommandRequest and ↵Bernard Gorman2021-04-021-1/+1
| | | | CommandReply suffixes
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ↵Jordi Serra Torrens2021-03-151-0/+4
| | | | | | when refreshing the CatalogCache (cherry picked from commit 538cb2ff982aab2a60c4f3ab53eb1ba6d1acfeb9)
* Revert "SERVER-54874: Ensure reading consistent config.collections and ↵Jordi Serra Torrens2021-03-091-4/+0
| | | | | | config.chunks when refreshing the CatalogCache" This reverts commit dc009c5a8d484f6a0db2f357274e14e30ea9f476.
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ↵Jordi Serra Torrens2021-03-081-0/+4
| | | | when refreshing the CatalogCache
* SERVER-53105: Pass 'hint' when querying config.chunks in ↵Jordi Serra Torrens2021-02-161-1/+2
| | | | ConfigServerCatalogCacheLoader
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s ↵Kaloian Manassiev2020-06-211-0/+99
directory With this change there are no more references from mongo/s (which is code common between MongoS and MongoD) and mongo/db/s (which is code specific for MongoD only).