summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_find.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutr4.0.1-rc1r4.0.1James Wahlin2018-07-271-1/+2
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-07-011-4/+2
* 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/+84
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-2/+2
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-2/+2
* SERVER-33942 Avoid setting deadline for maxTimeMS on tailable cursorsCharlie Swanson2018-04-051-6/+3
* SERVER-33767 verify targeted shard for global snapshot reads with multi-versi...Misha Tyulenev2018-04-041-1/+3
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-2/+2
* Revert "SERVER-33767 verify targeted shard for global snapshot reads with mul...William Schultz2018-04-041-3/+1
* SERVER-33767 verify targeted shard for global snapshot reads with multi-versi...Misha Tyulenev2018-04-041-1/+3
* SERVER-34271 Rename ErrorCodes::isStaleShardingError to ErrorCodes::isStaleSh...Esha Maharishi2018-04-031-2/+2
* SERVER-34270 Rename CatalogCache::onStaleConfigError() to CatalogCache::onSta...Esha Maharishi2018-04-031-1/+1
* SERVER-33283 Add test coverage for case where pinned cursor is killed after i...Ian Boros2018-03-301-2/+14
* SERVER-34016 Add number of contacted shards to the mongos slow query logBernard Gorman2018-03-281-0/+2
* SERVER-33462 allow killOp on local mongos operationsIan Boros2018-03-271-0/+5
* SERVER-14900 Record post-execution CurOp metrics on mongoSBernard Gorman2018-03-241-1/+14
* SERVER-33028 Support readConcern snapshot in cluster find commandJack Mulrow2018-03-211-40/+67
* SERVER-33028 Make cluster find retry on snapshot errorsJack Mulrow2018-03-201-15/+26
* SERVER-19410 Add maxTimeMS support to mongosCharlie Swanson2018-03-161-18/+38
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-0/+10
* Revert "SERVER-19410 Enforce maxTimeMS on mongos."Charlie Swanson2018-03-131-38/+18
* SERVER-19410 Enforce maxTimeMS on mongos.Charlie Swanson2018-03-121-18/+38
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-6/+6
* SERVER-32610 Include databaseVersion when targeting by primary shard in paths...Esha Maharishi2018-02-261-5/+3
* SERVER-32957 part 1: mongos will now destroy kill pending cursors on checkinIan Boros2018-02-201-13/+2
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-1/+1
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-16/+13
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-6/+9
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-84/+47
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-281-2/+28
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-171-0/+3
* SERVER-31622 eliminate CloseChangeStreamExceptionMathias Stearn2017-11-021-2/+1
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-31475 Always detach from op ctx after cluster getMore.Charlie Swanson2017-10-111-2/+11
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-1/+14
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-6/+16
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-3/+2
* SERVER-30907 Ban $changeStream on non replica set deploymentsCharlie Swanson2017-09-011-2/+6
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-2/+0
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-4/+18
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-16/+0
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-9/+1
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28701 Make mongos translate queryOptions into readPreferenceMathias Stearn2017-04-121-7/+3
* SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing th...Esha Maharishi2017-03-301-15/+36
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-1/+15
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-15/+1
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-1/+15
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-14/+12