Commit Graph

13 Commits

Author SHA1 Message Date
Justin Seyster
d80312792b SERVER-49227 Tag tests to be excluded from jsCore_slot_based_execution 2020-08-14 02:34:21 +00:00
Ali Mir
98427b7a22 SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
David Storch
01e9fd6d0e SERVER-44823 Add sharding support for $planCacheStats.
When a $planCacheStats pipeline is delivered to a mongos, it
will be forwarded to one host in each shard following the
normal host targeting rules for aggregate operations. Each
of the documents returned to the client will be augmented
with "shard" and "host" fields, giving the name of the shard
and the host:port string from which the plan cache metadata
originated.

Allowing clients to collect plan cache information from
every shardsvr in the cluster is left as future work.
2019-12-09 21:49:17 +00:00
David Storch
36ff260fe6 SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheListPlans'.
As an alternative, use the $planCacheStats aggregation
stage. This metadata source, when placed first in the
pipeline, returns one document per plan cache entry for a
particular collection. This data can then be filtered,
projected, grouped, or otherwise processed with the full
power of MQL.
2019-11-26 14:29:44 +00:00
James Wahlin
39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
clang-format-7.0.1
134a408395 SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Haley Connelly
ba50688792 SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCacheListPlans 2018-08-02 17:18:38 -04:00
Max Hirschhorn
264d971842 SERVER-32691 Add write_concern_majority_passthrough.yml test suite.
Also adds support for using replica set connection strings in resmoke.py
without making all nodes electable.
2018-01-30 19:45:42 -05:00
Jack Mulrow
00d92ece19 SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough.yml suite
The actual suite will come in a follow-up commit.
2017-12-07 14:36:15 -05:00
jannaerin
bace2a3017 SERVER-31610 Add timestamp to plan cache entries 2017-11-13 18:21:23 -05:00
Tess Avitabile
419a2e4eaf SERVER-23882 Collation should be considered part of a query's shape 2016-07-07 17:39:54 -04:00
Scott Hernandez
0b797de3ce Revert "SERVER-23882 Collation should be considered part of a query's shape"
This reverts commit 582818dac4.
2016-07-07 12:13:13 -04:00
Tess Avitabile
582818dac4 SERVER-23882 Collation should be considered part of a query's shape 2016-07-07 11:28:34 -04:00