summaryrefslogtreecommitdiff
path: root/src/mongo/s/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-101-1/+1
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-76/+1
* SERVER-21896 reload ChunkManager cache when shard does not existsMisha Tyulenev2016-02-011-5/+11
* SERVER-20030 Shut down ShardRegistrySpencer T Brody2016-01-294-85/+161
* SERVER-21797 unify cursor response commands to respond with up to 16MB of dataDavid Storch2016-01-211-20/+12
* SERVER-20694 Catch IncompatibleCatalogManager errors in cluster find codeSpencer T Brody2016-01-071-1/+10
* 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-21786 increase test coverage of the s/query directoryDavid Storch2015-12-103-0/+156
* SERVER-21638 log when an idle mongos cursor times out at the default logLevelDavid Storch2015-12-081-0/+5
* SERVER-21600 add integration test for killCursors commandDavid Storch2015-12-084-0/+74
* SERVER-21392 Make CSRS config server updates retryKaloian Manassiev2015-11-171-1/+1
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-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-125-19/+12
* SERVER-20758 delete s/cursors.h and s/cursors.cppDavid Storch2015-11-112-11/+8
* SERVER-20758 delete legacy mongos query pathDavid Storch2015-11-113-47/+1
* SERVER-21272 Make RemoteCommandTargeter use timeout for findHostKaloian Manassiev2015-11-111-1/+2
* SERVER-20944 distribute mongos work across multiple TaskExecutorsDavid Storch2015-11-061-2/+4
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-0527-4/+246
* SERVER-20596 don't access ClusterCursorManager for single-batch queriesDavid Storch2015-11-057-194/+238
* SERVER-20949 thread params object to AsyncResultsMerger by rvalue referenceDavid Storch2015-10-307-19/+23
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-232-2/+2
* SERVER-21072 optimize rpc::readRequestMetadataAdam Midvidy2015-10-231-1/+1
* SERVER-20596 do less work inside the ClusterCursorManager lockDavid Storch2015-10-225-40/+90
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-0/+1
* SERVER-20748 Handle epoch mismatch explicitly in cluster find commandSpencer T Brody2015-10-161-3/+12
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-155-61/+77
* SERVER-20646 libasync_results_merger needs to depend on libcoreshardJason Rassi2015-10-131-4/+1
* SERVER-20646 Cluster find command per-host retry logicKaloian Manassiev2015-10-134-29/+156
* SERVER-20646 Move remote cursor host targeting inside the AsyncResultsMergerKaloian Manassiev2015-10-136-141/+241
* SERVER-20194 SERVER-20758 Update ticket number in s/query/ commentsJason Rassi2015-10-122-2/+2
* SERVER-20720 mongos now returns dead tailable cursor over an empty capped col...Yunhe (John) Wang2015-10-0826-7/+250
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-061-1/+2
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-061-1/+2
* SERVER-20476 convert negative ntoreturn to limit and singeBatch:trueMisha Tyulenev2015-09-291-1/+6
* SERVER-20660 fix mongos to not pass sortKey meta-projection with a $natural sortDavid Storch2015-09-281-2/+2
* SERVER-19842 support allowPartialResults query option in new mongos read pathDavid Storch2015-09-244-5/+122
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-5/+4
* SERVER-20530 SERVER-20568 mongos with stale config returns wrong resultsMisha Tyulenev2015-09-241-2/+4
* SERVER-20537 fix leak of remote cursor in AsyncResultsMergerDavid Storch2015-09-244-39/+106
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-222-9/+9
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1
* SERVER-20351 Ensure storePossibleCursor() called w/ valid HostAndPortJason Rassi2015-09-213-8/+7
* SERVER-20456 inform ReplicaSetMonitor of unreachable host and re-target in ne...David Storch2015-09-216-11/+63
* SERVER-20334 Added readConcern forwarding to mongos findYunhe (John) Wang2015-09-181-0/+1
* SERVER-20233 Custom move assignments must handle self-assignmentMathias Stearn2015-09-181-0/+5
* SERVER-20470 tailable cursors should never be marked exhausted on mongosDavid Storch2015-09-181-1/+1
* SERVER-20470 ClusterFind::runQuery() should respect LPQ::wantMore()Jason Rassi2015-09-171-0/+4