summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/flush_routing_table_cache_updates_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-73984 setAllowMigrationsAndBumpOneChunk should send the refresh to all...Allison Easton2023-03-011-5/+3
* SERVER-69770 Follow up, const improvements for CSR shared acquisitionDaniel Gómez Ferro2023-01-181-1/+1
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-2/+2
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-7/+4
* SERVER-70220 onShardVersionMismatch should be onCollectionPlacementVersionMis...Allison Easton2022-10-131-1/+1
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-2/+5
* SERVER-67106 allow the execution of _flushRoutingTableCacheUpdates over colle...Paolo Polato2022-06-101-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-101-6/+4
* SERVER-62065 Make the CPP name of '_flushRoutingTableCacheUpdates' more user-...Kaloian Manassiev2022-01-111-4/+6
* SERVER-61759 Cleanup and add comments to MigrationSourceManagerKaloian Manassiev2021-12-011-1/+0
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-091-0/+5
* SERVER-49566 Allow flushRoutingTableCacheUpdates to take majority write concernHaley Connelly2020-08-121-16/+32
* SERVER-48679 flushRoutingTableCacheUpdates should block on critical section w...Luis Osta2020-07-011-1/+1
* SERVER-47985 Implement recovery of a shard's `shardVersion` before it is allo...Tommaso Tocci2020-06-031-1/+1
* SERVER-48288 Remove 2nd CatalogCache used just for filteringTommaso Tocci2020-05-191-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47566 Take CSRLock inside CollectionShardingRuntime::getCriticalSectio...Randolph Tan2020-04-231-1/+1
* SERVER-47468 Move all non-API methods from CollectionSharding State to RuntimeKaloian Manassiev2020-04-141-2/+4
* SERVER-46799: update log lines for style guideLamont Nelson2020-03-231-2/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-141-1/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+3
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"William Schultz2020-02-081-1/+1
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-071-1/+1
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"Tommaso Tocci2020-02-061-1/+1
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-061-1/+1
* 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-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-34214 TypedCommand _flushRoutingTableCacheUpdates (fixes 052bc57)Billy Donahue2018-04-241-5/+6
* SERVER-34214 TypedCommand for _flushRoutingTableCacheUpdatesBilly Donahue2018-04-241-69/+58
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-271-1/+1
* SERVER-29908 Move the migration critical section out of MigrationSourceManagerKaloian Manassiev2018-03-131-7/+5
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-211-2/+2
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-2/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-7/+7
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-1/+1
* SERVER-31627 ShardingTest.checkUUIDsConsistentAcrossCluster can fail to see c...Esha Maharishi2017-12-051-0/+159