Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-49897 Insert no-op entries into oplog buffer collections for ↵ | jannaerin | 2021-07-29 | 1 | -3/+5 |
| | | | | resharding so resuming is less wasteful | ||||
* | SERVER-54975 Rename IDL parser classes to use CommandRequest and ↵ | Bernard Gorman | 2021-04-02 | 1 | -1/+1 |
| | | | | CommandReply suffixes | ||||
* | SERVER-54874: Ensure reading consistent config.collections and config.chunks ↵ | Jordi Serra Torrens | 2021-03-15 | 1 | -0/+4 |
| | | | | | | when refreshing the CatalogCache (cherry picked from commit 538cb2ff982aab2a60c4f3ab53eb1ba6d1acfeb9) | ||||
* | Revert "SERVER-54874: Ensure reading consistent config.collections and ↵ | Jordi Serra Torrens | 2021-03-09 | 1 | -4/+0 |
| | | | | | | config.chunks when refreshing the CatalogCache" This reverts commit dc009c5a8d484f6a0db2f357274e14e30ea9f476. | ||||
* | SERVER-54874: Ensure reading consistent config.collections and config.chunks ↵ | Jordi Serra Torrens | 2021-03-08 | 1 | -0/+4 |
| | | | | when refreshing the CatalogCache | ||||
* | SERVER-53105: Pass 'hint' when querying config.chunks in ↵ | Jordi Serra Torrens | 2021-02-16 | 1 | -1/+2 |
| | | | | ConfigServerCatalogCacheLoader | ||||
* | SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s ↵ | Kaloian Manassiev | 2020-06-21 | 1 | -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). |