summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/async_results_merger.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-04-301-0/+24
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-5/+10
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-10/+5
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-5/+10
* SERVER-33558 Remove readPreference from AsyncResultsMergerCharlie Swanson2018-03-071-4/+0
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-0/+18
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-6/+1
* SERVER-32307 Change ARM to kill its cursors unconditionallyIan Boros2018-01-231-7/+8
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-281-2/+9
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-1/+7
* SERVER-29141 Update AsyncResultsMerger to merge multiple change streamsBernard Gorman2017-09-261-1/+13
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-251-24/+35
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-1/+7
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-7/+26
* SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing th...Esha Maharishi2017-03-301-64/+41
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-27973 make ClusterClientCursor own ClusterClientCursorParams and pass ...Esha Maharishi2017-02-161-2/+3
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-091-11/+5
* SERVER-27460 fix RouterStageMerge::kill() crash during mongos shutdownDavid Storch2017-01-181-4/+5
* SERVER-26859 AsyncResultsMerger replica set retargeting may block the ASIO ca...Randolph Tan2016-11-081-0/+6
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-8/+9
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-0/+7
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-031-0/+6
* Revert "SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors"Kyle Suarez2016-05-031-6/+0
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-021-0/+6
* SERVER-21416 remove OperationContext pointer from AsyncResultsMergerDavid Storch2015-11-121-2/+1
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+12
* SERVER-20949 thread params object to AsyncResultsMerger by rvalue referenceDavid Storch2015-10-301-3/+3
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-151-1/+1
* SERVER-20646 Cluster find command per-host retry logicKaloian Manassiev2015-10-131-0/+5
* SERVER-20646 Move remote cursor host targeting inside the AsyncResultsMergerKaloian Manassiev2015-10-131-4/+34
* SERVER-20720 mongos now returns dead tailable cursor over an empty capped col...Yunhe (John) Wang2015-10-081-0/+10
* SERVER-20537 fix leak of remote cursor in AsyncResultsMergerDavid Storch2015-09-241-0/+10
* SERVER-20456 inform ReplicaSetMonitor of unreachable host and re-target in ne...David Storch2015-09-211-0/+1
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-0/+4
* Revert "Revert "SERVER-19569 AsyncResultsMerger ability to merge existing cur...Jason Rassi2015-08-291-4/+11
* Revert "SERVER-19569 AsyncResultsMerger ability to merge existing cursors"Jonathan Reams2015-08-281-11/+4
* SERVER-19569 AsyncResultsMerger ability to merge existing cursorsJason Rassi2015-08-281-4/+11
* SERVER-20118 fix hang in AsyncResultsMergerDavid Storch2015-08-251-3/+6
* SERVER-18773 Use ClusterClientCursor for op getMore on mongosMisha Tyulenev2015-08-211-0/+4
* Revert "Revert "SERVER-19946 support the tailable option for unsharded capped...David Storch2015-08-211-0/+10
* Revert "SERVER-19946 support the tailable option for unsharded capped collect...David Storch2015-08-201-10/+0
* SERVER-19946 support the tailable option for unsharded capped collections in ...David Storch2015-08-201-0/+10
* SERVER-19797 hook up find command in mongos to ClusterCursorManagerDavid Storch2015-08-111-2/+2
* SERVER-18767 make find command shard version awareDavid Storch2015-08-061-4/+16
* SERVER-18766 Pull definition of CursorId out into its own headerJason Rassi2015-08-051-1/+1
* SERVER-19355 add limit support to the new find/getMore path in mongosDavid Storch2015-07-211-0/+270