summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/async_results_merger.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-281-14/+30
* SERVER-31133 Ignore mechanism for `StatusWith`ADAM David Alan Martin2017-12-061-2/+1
* SERVER-31836 Always dispatch sorted tailable awaitdata getMores to the shards...Bernard Gorman2017-11-181-1/+9
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-0/+10
* SERVER-31787: Certain aggregation commands with merging on mongos can leak cu...Nick Zolnierz2017-11-071-8/+2
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-12/+21
* SERVER-29141 Update AsyncResultsMerger to merge multiple change streamsBernard Gorman2017-09-261-15/+95
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-14/+10
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-251-106/+101
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-6/+12
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-3/+8
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-22/+32
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-121-13/+1
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server param...William Schultz2017-08-111-1/+13
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-111-13/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+5
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-6/+1
* SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing th...Esha Maharishi2017-03-301-186/+76
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-12/+12
* SERVER-27973 make ClusterClientCursor own ClusterClientCursorParams and pass ...Esha Maharishi2017-02-161-38/+28
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-091-24/+22
* SERVER-27701 fix race in AsyncResultsMerger error handlingDavid Storch2017-02-061-2/+3
* SERVER-27924 improve comment around event signaling in AsyncResultsMergerEsha Maharishi2017-02-061-3/+4
* SERVER-27460 fix RouterStageMerge::kill() crash during mongos shutdownDavid Storch2017-01-181-0/+6
* SERVER-27207 populate merge queue in AsyncResultsMerger when encountering Res...Kyle Suarez2016-12-011-0/+6
* SERVER-26859 AsyncResultsMerger replica set retargeting may block the ASIO ca...Randolph Tan2016-11-081-11/+21
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-071-2/+1
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-4/+4
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-14/+47
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-3/+11
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-1/+1
* SERVER-25049 shardingOnDraining should not fassert on InterruptedAtShutdownRandolph Tan2016-07-141-1/+1
* SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...David Storch2016-05-311-0/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+10
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-031-33/+42
* Revert "SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors"Kyle Suarez2016-05-031-42/+33
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-021-33/+42
* SERVER-23498 Add ShardFactoryMisha Tyulenev2016-04-141-2/+2
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-14/+7
* Revert "SERVER-22027 Sharding should not retry killed operations"Kaloian Manassiev2015-12-301-7/+14
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-14/+7
* SERVER-21392 Make CSRS config server updates retryKaloian Manassiev2015-11-171-1/+1
* SERVER-21392 Make commands retry on interrupted operationsKaloian Manassiev2015-11-161-1/+1
* SERVER-21416 remove OperationContext pointer from AsyncResultsMergerDavid Storch2015-11-121-6/+7
* SERVER-21272 Make RemoteCommandTargeter use timeout for findHostKaloian Manassiev2015-11-111-1/+2
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-4/+18
* SERVER-20949 thread params object to AsyncResultsMerger by rvalue referenceDavid Storch2015-10-301-1/+1
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-151-10/+10
* SERVER-20646 Cluster find command per-host retry logicKaloian Manassiev2015-10-131-12/+41
* SERVER-20646 Move remote cursor host targeting inside the AsyncResultsMergerKaloian Manassiev2015-10-131-42/+90