summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_filtering_metadata_refresh.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-5/+5
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-0/+10
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-6/+6
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-2/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-1/+2
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-10/+0
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-23/+27
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-221-4/+5
* SERVER-72346 Enforce the required lock mode in the DatabaseShardingState APIAntonio Fuschetto2023-02-091-16/+11
* SERVER-70832 Don't take DB lock in MODE_X when installing new sharding databa...Antonio Fuschetto2023-01-301-1/+1
* SERVER-73345 Cancel ongoing refresh on DB metadata cleanupAntonio Fuschetto2023-01-301-1/+1
* SERVER-73218 Make shard/db metadata refresh interruptibleJordi Serra Torrens2023-01-271-27/+26
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-6/+7
* SERVER-69770 Follow up, const improvements for CSR shared acquisitionDaniel Gómez Ferro2023-01-181-2/+2
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-21/+20
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-2/+4
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-2/+2
* SERVER-70793 Make database metadata refresh first check new metadata under th...Antonio Fuschetto2022-11-081-0/+18
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-73/+63
* SERVER-70220 onShardVersionMismatch should be onCollectionPlacementVersionMis...Allison Easton2022-10-131-28/+34
* SERVER-69898 Wait for the critical section catch-up phase before refreshing t...Antonio Fuschetto2022-09-301-1/+1
* SERVER-69930 Unexpected error message in the logs attempting to refresh the v...Antonio Fuschetto2022-09-231-1/+1
* SERVER-69434 Make the DSS acquisition a RAIIKaloian Manassiev2022-09-111-37/+36
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical sec...Sergi Mateo Bellido2022-09-071-3/+3
* SERVER-69444 Make the joining of concurrent critical section and refresh look...Kaloian Manassiev2022-09-061-78/+58
* SERVER-69440 Improve the readability of synchronisation between clearFilterin...Kaloian Manassiev2022-09-061-19/+25
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-08-291-67/+233
* SERVER-69108 SCCL can immediately return config and admin metadata without tr...Antonio Fuschetto2022-08-291-0/+4
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-2/+2
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-13/+5
* SERVER-67252 Track time spent waiting for refresh on the shardsAllison Easton2022-07-051-0/+10
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-10/+14
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-101-47/+28
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-6/+6
* SERVER-61879 Refreshes to recover migrations must never join ongoing refreshesJordi Serra Torrens2022-01-101-46/+83
* SERVER-61759 Interrupt and join migrations when allowMigrations is set to falseKaloian Manassiev2021-12-071-20/+42
* SERVER-59965 Limit max time wait behind critical section during filtering met...Jordi Serra Torrens2021-10-251-4/+22
* SERVER-60143 Avoid clearing filtering metadata after failed metadata refreshJordi Serra Torrens2021-10-181-5/+0
* SERVER-60372 Get rid of unused ScopedShardVersionCriticalSectionPierlauro Sciarelli2021-10-011-85/+0
* SERVER-59770 Use the timestamp to implement the comparison methods of ChunkVe...Allison Easton2021-09-291-11/+5
* SERVER-59177 Remove deprecated ComparableDatabaseVersion::_uuidDisambiguating...Allison Easton2021-08-181-36/+12
* SERVER-57022 The CollectionShardingRuntime should be updated when there is an...Sergi Mateo Bellido2021-05-211-9/+19
* SERVER-56956 ScopedShardVersionCriticalSection can leave critical section hel...Jordi Serra Torrens2021-05-181-9/+18
* SERVER-56788 Extend the in-memory collection critical section to keep track o...Sergi Mateo Bellido2021-05-161-5/+6
* SERVER-56894 Check minor element of Chunk Version in onShardVersionMismatchSimon Gratzer2021-05-131-2/+2
* SERVER-56077 Require CSR lock when exiting the CSR critical sectionPierlauro Sciarelli2021-04-141-1/+2
* SERVER-54513 Add kAwaitingFetchTimestamp to resharding recipient states.Max Hirschhorn2021-02-241-9/+14
* SERVER-53258 Reject writes during resharding operations using critical sectionAlex Taskov2021-02-221-35/+35