summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_cursor_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-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
* SERVER-28604 Log when a cursor is reaped for timeoutTed Tuckman2018-10-111-1/+1
* SERVER-37004 Add auth to getIdleCursorsTed Tuckman2018-10-051-2/+12
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-1/+30
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-0/+12
* SERVER-37090 Add idleCursors to currentOp output for mongosTed Tuckman2018-09-181-5/+17
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-4/+4
* SERVER-36926 Remove possibility of passing INT_MIN to abs() in ClusterCursorM...Ted Tuckman2018-09-101-2/+7
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-1/+5
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-1/+1
* 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-3/+2
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-2/+3
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-3/+2
* 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/+1
* 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-1/+0
* SERVER-19410 Enforce maxTimeMS on mongos.Charlie Swanson2018-03-121-0/+1
* SERVER-32957 part 2: remove killPending flag and reapZombieCursors()Ian Boros2018-02-261-86/+97
* SERVER-32957 part 1: mongos will now destroy kill pending cursors on checkinIan Boros2018-02-201-44/+51
* SERVER-28090 add ability to interrupt pinned cursors on mongosIan Boros2018-02-131-0/+7
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-19/+42
* SERVER-32169 Allow killCursors to kill across lsidsSara Golemon2017-12-121-4/+9
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-171-0/+6
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-2/+2
* Revert "SERVER-31565 Add stats about logical sessions background jobs to serv...Ian Whalen2017-11-021-2/+2
* SERVER-31565 Add stats about logical sessions background jobs to serverStatussamantharitter2017-11-011-2/+2
* SERVER-31289 Add test only $listLocalCursorsJason Carey2017-10-031-0/+25
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-2/+8
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-251-14/+16
* SERVER-31120 fix invalid session getMore invariantJason Carey2017-09-201-6/+9
* SERVER-28343 Session checks on GETMORE operationsADAM David Alan Martin2017-08-301-1/+8
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+7
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-0/+12
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-14/+22
* SERVER-29199 Implement ServiceLiasonMongossamantharitter2017-07-131-0/+45
* SERVER-28327 Revamp cursor timeout logic.Charlie Swanson2017-05-031-7/+5
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-0/+5
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-5/+0