summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/establish_cursors.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74445 Fix checkMetadataConsistency with a catalog shardJack Mulrow2023-04-141-32/+65
* SERVER-75286 Initialise the CollectionWriter's _acquisition fieldKaloian Manassiev2023-04-051-4/+0
* SERVER-73557 add ability for mongos to broadcast shards pipeline to all nodes...Davis Haupt2023-03-081-36/+159
* SERVER-73530 TransactionClient API to use DatabaseName objects rather than st...mathisbessamdb2023-02-161-2/+1
* SERVER-57469 return partial results when a shard times outSteve Tarzia2022-10-271-3/+4
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-301-1/+1
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-271-2/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-4/+11
* SERVER-63528 Use db and collection instead of namespace in CollectionUUIDMism...Gregory Noma2022-02-151-1/+1
* SERVER-62861 Use `null` instead of empty string for `actualNamespace` in `Col...Gregory Noma2022-02-111-1/+1
* SERVER-62563 Support sharding for collectionUUID parameter of aggregate commandMoustafa Maher Khalil2022-02-071-1/+29
* SERVER-58530 Remove unused code related to nReturnedSoFar()David Storch2022-01-191-1/+3
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-231-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-46740 Add missing reference characterBen Caimano2021-02-031-2/+2
* SERVER-46740 establishCursors() must always drain the AsyncRequestsSender::_b...Ben Caimano2021-02-011-172/+227
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-16/+8
* SERVER-50308 Capture host variable by value in callback.Max Hirschhorn2020-08-141-1/+1
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-081-2/+3
* SERVER-49045 Remove invariant from establishCursors cleanup codeNick Zolnierz2020-06-231-2/+0
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-8/+12
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-5/+7
* SERVER-48308 Avoid leaking exceptions in establishCursors cleanup callbackNick Zolnierz2020-05-201-2/+8
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-2/+3
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-32/+124
* Revert "SERVER-46255 Use killOperations to cleanup dangling remote requests"Nick Zolnierz2020-04-281-124/+32
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-32/+124
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-1/+1
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-15/+14
* SERVER-33597 Make allow_partial_results.js, return_partial_shards_down.js sta...Cheahuychou Mao2019-10-011-0/+9
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-6/+2
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-7/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-041-15/+24
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-7/+7
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-6/+18
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-20/+25
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-25/+20
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-20/+25
* SERVER-33083 Check that Response is valid before accessing optional fieldMathias Stearn2018-02-051-5/+8
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-101/+64
* SERVER-28874 make allowPartialResults option only apply if exhausted retries ...Esha Maharishi2017-11-031-2/+11
* SERVER-28875 make the ARS take a RetryPolicyEsha Maharishi2017-09-131-1/+6
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+4
* SERVER-28870 make ClusterClientCursorParams::RemoteCursor store the ShardIdEsha Maharishi2017-04-241-2/+4