summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_cursor_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-9/+9
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-9/+9
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-9/+9
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-151-0/+1
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-101-1/+0
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-091-0/+1
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-2/+3
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-031-18/+5
* SERVER-72794: Implement cursor response for bulkWrite on mongosLingzhi Deng2023-04-171-0/+3
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-27/+28
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-1/+2
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-0/+33
* SERVER-70256 Protect ClusterCursorManager::_cursorsTimeOut from data raceRomans Kasperovics2022-10-111-2/+12
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-6/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-58352: Remove ClusterCursorManager::getNamespaceForCursorId(), and rel...Neil Shweky2021-10-271-268/+105
* SERVER-59936: Remove logging from ClusterCursorManagerNeil Shweky2021-10-211-137/+0
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2021-10-131-30/+21
* SERVER-59573 Add setParameter which can be used to restore inactive cursor ti...James Wahlin2021-08-261-2/+8
* SERVER-54571 Add queryHash and planCacheKey fields to getMore request slow qu...Mickey. J Winters2021-08-191-0/+3
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-5/+5
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-5/+5
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-5/+5
* SERVER-6036 Disable cursor timeout for cursors that belong to a sessionGeorge Wangensteen2020-11-091-1/+1
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-5/+1
* SERVER-47869 Add debug logging mechanism to mongos cursor managerIan Boros2020-08-181-6/+161
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-3/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the CursorMan...Nick Zolnierz2020-03-241-7/+36
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+6
* SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2019-12-041-0/+1
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-2/+1
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+2
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-2/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-15/+15
* SERVER-31138 ensure releaseCursor returns a RAII safe typeGeorge Wangensteen2019-08-091-24/+23
* SERVER-42456 Improve access to cursor underlying a ClusterCursorManager::Pinn...George Wangensteen2019-08-091-103/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+5
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40319 Don't call get() on boost::none in killCursorsWithMatchingSessio...David Storch2019-04-021-1/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-0/+5
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-311-3/+4
* SERVER-36663 Prevent killOperation from running without lockJonathan Ma2019-01-241-1/+1
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-091-0/+5
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10