summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_filtering_metadata_refresh.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-08-291-2/+0
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-2/+3
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-1/+0
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-101-13/+3
* SERVER-60372 Get rid of unused ScopedShardVersionCriticalSectionPierlauro Sciarelli2021-10-011-23/+0
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-3/+3
* SERVER-56956 ScopedShardVersionCriticalSection can leave critical section hel...Jordi Serra Torrens2021-05-181-0/+2
* SERVER-56788 Extend the in-memory collection critical section to keep track o...Sergi Mateo Bellido2021-05-161-1/+2
* SERVER-53258 Reject writes during resharding operations using critical sectionAlex Taskov2021-02-221-0/+8
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-1/+1
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-2/+1
* SERVER-50507 Avoid race conditions during recoverRefreshShardVersionPierlauro Sciarelli2020-09-041-2/+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/+9
* SERVER-47985 Implement recovery of a shard's `shardVersion` before it is allo...Tommaso Tocci2020-06-031-0/+4
* SERVER-47975 Optimize ScopedShardVersionCriticalSection in order to avoid con...Pierlauro Sciarelli2020-05-261-2/+21
* SERVER-48288 Remove 2nd CatalogCache used just for filteringTommaso Tocci2020-05-191-27/+0
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-141-0/+27
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"William Schultz2020-02-081-27/+0
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-071-0/+27
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"Tommaso Tocci2020-02-061-27/+0
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-061-0/+27
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36755 CollectionLock acquisition in shard_filtering_metadata_refresh.c...Esha Maharishi2018-08-271-4/+5
* SERVER-36755 CollectionLock acquisition in shard_filtering_metadata_refresh.c...Esha Maharishi2018-08-271-4/+4
* SERVER-33954 Modified getCollectionRoutingInfoWithRefresh to refresh twice if...Matthew Saltz2018-06-051-2/+4
* SERVER-34145 Create flushDatabaseCacheUpdates internal commandjannaerin2018-04-031-0/+2
* SERVER-33099 Trigger server-side refresh of the cached database entry on Stal...Esha Maharishi2018-04-021-0/+12
* SERVER-33456 Ensure `onShardVersionMismatch` does not throwKaloian Manassiev2018-02-261-3/+5
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-211-0/+67