summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_cursor_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47869 Add debug logging mechanism to mongos cursor managerIan Boros2020-08-181-2/+89
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the CursorMan...Nick Zolnierz2020-03-241-1/+15
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-31138 ensure releaseCursor returns a RAII safe typeGeorge Wangensteen2019-08-091-17/+22
* SERVER-42456 Improve access to cursor underlying a ClusterCursorManager::Pinn...George Wangensteen2019-08-091-116/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-07-261-2/+7
* SERVER-31252 Update comments for pinCursor and checkOutCursor.George Wangensteen2019-07-031-0/+7
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+8
* 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/+7
* 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/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37004 Add auth to getIdleCursorsTed Tuckman2018-10-051-1/+2
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-0/+25
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-0/+5
* SERVER-37090 Add idleCursors to currentOp output for mongosTed Tuckman2018-09-181-0/+8
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-2/+2
* SERVER-35948 Clean up stale TODO comments in query system code.David Storch2018-07-031-4/+0
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-0/+10
* SERVER-33323 Fix pushBack, remove const from size_t, and fix s390xCharlie Swanson2018-04-051-1/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-1/+1
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-1/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-1/+1
* SERVER-34016 Add number of contacted shards to the mongos slow query logBernard Gorman2018-03-281-0/+6
* SERVER-19410 Add maxTimeMS support to mongosCharlie Swanson2018-03-161-0/+13
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-0/+5
* Revert "SERVER-19410 Enforce maxTimeMS on mongos."Charlie Swanson2018-03-131-13/+0
* SERVER-19410 Enforce maxTimeMS on mongos.Charlie Swanson2018-03-121-0/+13
* SERVER-32957 part 2: remove killPending flag and reapZombieCursors()Ian Boros2018-02-261-43/+41
* SERVER-32957 part 1: mongos will now destroy kill pending cursors on checkinIan Boros2018-02-201-17/+21
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-17/+54
* SERVER-32169 Allow killCursors to kill across lsidsSara Golemon2017-12-121-1/+3
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-171-0/+5
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-2/+3
* Revert "SERVER-31565 Add stats about logical sessions background jobs to serv...Ian Whalen2017-11-021-3/+2
* SERVER-31565 Add stats about logical sessions background jobs to serverStatussamantharitter2017-11-011-2/+3
* SERVER-31289 Add test only $listLocalCursorsJason Carey2017-10-031-0/+6
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-1/+8
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-251-3/+5
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-0/+5
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-13/+24
* SERVER-29199 Implement ServiceLiasonMongossamantharitter2017-07-131-1/+17
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-0/+6
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-6/+0
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-0/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-091-10/+3
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-4/+4