<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:56:22 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-84927] Find out how often Atlas users run the planCacheListPlans and planCacheListQueryShapes commands</title>
                <link>https://jira.mongodb.org/browse/SERVER-84927</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description></description>
                <environment></environment>
        <key id="829476">SERVER-84927</key>
            <summary>Find out how often Atlas users run the planCacheListPlans and planCacheListQueryShapes commands</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="david.storch@mongodb.com">David Storch</assignee>
                                    <reporter username="david.storch@mongodb.com">David Storch</reporter>
                        <labels>
                    </labels>
                <created>Mon, 1 Jul 2019 16:56:13 +0000</created>
                <updated>Fri, 12 Jan 2024 02:54:53 +0000</updated>
                            <resolved>Wed, 10 Jul 2019 16:42:57 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="2329753" author="asya" created="Wed, 17 Jul 2019 00:42:21 +0000"  >&lt;p&gt;Btw that host is from QualiaLabs.&lt;/p&gt;

&lt;p&gt;This is the host that &quot;caused&quot; this: &lt;a href=&quot;https://cloud.mongodb.com/v2/59029d58df9db16305479430#metrics/host/1710b058e52184a961305f51c6f9b3d0/status&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://cloud.mongodb.com/v2/59029d58df9db16305479430#metrics/host/1710b058e52184a961305f51c6f9b3d0/status&lt;/a&gt;&lt;/p&gt;
</comment>
                            <comment id="2329751" author="asya" created="Wed, 17 Jul 2019 00:35:26 +0000"  >&lt;p&gt;Please note that the pings collection looks like it hasn&apos;t been updated since early May.&lt;/p&gt;</comment>
                            <comment id="2319557" author="dan@10gen.com" created="Wed, 10 Jul 2019 14:51:15 +0000"  >&lt;p&gt;Thanks Dave. You should go ahead with the deprecation notice.&lt;/p&gt;</comment>
                            <comment id="2319537" author="david.storch" created="Wed, 10 Jul 2019 14:42:31 +0000"  >&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;MongoDB Enterprise DataWarehouseProd-shard-0:PRIMARY&amp;gt; db.raw__dw__cloud__cloud_api__last_pings.aggregate([{$match: {&quot;lastPingData.serverStatus.metrics.commands.planCacheListQueryShapes.total&quot;: {$gt: 0}}}, {$project: {total: &quot;$lastPingData.serverStatus.metrics.commands.planCacheListQueryShapes.total&quot;, failed: &quot;$lastPingData.serverStatus.metrics.commands.planCacheListQueryShapes.failed&quot;, hostId: 1}}, {$group: {_id: &quot;$hostId&quot;, totalPings: {$sum: 1}, totalCommandCount: {$sum: &quot;$total&quot;}, maxCommandCount: {$max: &quot;$total&quot;}, totalFailedCount: {$sum: &quot;$failed&quot;}, maxFailedCount: {$max: &quot;$failed&quot;}}}, {$sort: {maxCommandCount: -1}}])&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot;, &quot;totalPings&quot; : 13, &quot;totalCommandCount&quot; : 2925338, &quot;maxCommandCount&quot; : 225026, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;12510f59d1ca642c0bca82af1ce59618&quot;, &quot;totalPings&quot; : 39, &quot;totalCommandCount&quot; : 234, &quot;maxCommandCount&quot; : 6, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;274c694d81009d6f706bfaab575b6ccb&quot;, &quot;totalPings&quot; : 10, &quot;totalCommandCount&quot; : 42, &quot;maxCommandCount&quot; : 5, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;852325692afaa897bb2e986ff6417cd7&quot;, &quot;totalPings&quot; : 6, &quot;totalCommandCount&quot; : 18, &quot;maxCommandCount&quot; : 3, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;8663ab57706a83e7dd955123bb49620a&quot;, &quot;totalPings&quot; : 26, &quot;totalCommandCount&quot; : 78, &quot;maxCommandCount&quot; : 3, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;cc1a5b79903b5df6b4a9a3e3aecd102c&quot;, &quot;totalPings&quot; : 2, &quot;totalCommandCount&quot; : 5, &quot;maxCommandCount&quot; : 3, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;ce6bac0980a4cd7d0b7b5d3111e0e781&quot;, &quot;totalPings&quot; : 8, &quot;totalCommandCount&quot; : 16, &quot;maxCommandCount&quot; : 2, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;0f2b2d86453e8cb363f1fc4afc5ff27d&quot;, &quot;totalPings&quot; : 19, &quot;totalCommandCount&quot; : 38, &quot;maxCommandCount&quot; : 2, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;c60d30f122f5f99be3eaa675c6f2fe6f&quot;, &quot;totalPings&quot; : 44, &quot;totalCommandCount&quot; : 44, &quot;maxCommandCount&quot; : 1, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;9770af1b436c9e275d15c95ae4b83db4&quot;, &quot;totalPings&quot; : 1, &quot;totalCommandCount&quot; : 1, &quot;maxCommandCount&quot; : 1, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;This shows that we know of 10 hosts in the Atlas ping data which ran &lt;tt&gt;planCacheListQueryShapes&lt;/tt&gt;. Nine of them only ran the command a handful of times. Note that &lt;tt&gt;totalCommandCount&lt;/tt&gt; is the sum of the count across pings, so individual invocations of the command are likely double-counted. Therefore, &lt;tt&gt;maxCommandCount&lt;/tt&gt; may be a better indication of how many times the command was actually run against each host. This is likely explained by DBAs or administrators manually running the command to investigate plan cache behavior. There is one host, however, against which &lt;tt&gt;planCacheListQueryShapes&lt;/tt&gt; ran more than 225,000 times. See &lt;tt&gt;hostId&lt;/tt&gt; 1710b058e52184a961305f51c6f9b3d0. Is it possible, or even worthwhile, to figure out what that user is doing? &lt;/p&gt;

&lt;p&gt;Here is the same analysis for the &lt;tt&gt;planCacheListPlans&lt;/tt&gt; command:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;MongoDB Enterprise DataWarehouseProd-shard-0:PRIMARY&amp;gt; db.raw__dw__cloud__cloud_api__last_pings.aggregate([{$match: {&quot;lastPingData.serverStatus.metrics.commands.planCacheListPlans.total&quot;: {$gt: 0}}}, {$project: {total: &quot;$lastPingData.serverStatus.metrics.commands.planCacheListPlans.total&quot;, failed: &quot;$lastPingData.serverStatus.metrics.commands.planCacheListPlans.failed&quot;, hostId: 1}}, {$group: {_id: &quot;$hostId&quot;, totalPings: {$sum: 1}, totalCommandCount: {$sum: &quot;$total&quot;}, maxCommandCount: {$max: &quot;$total&quot;}, totalFailedCount: {$sum: &quot;$failed&quot;}, maxFailedCount: {$max: &quot;$failed&quot;}}}, {$sort: {maxCommandCount: -1}}])&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot;, &quot;totalPings&quot; : 13, &quot;totalCommandCount&quot; : 2797041, &quot;maxCommandCount&quot; : 215157, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;c60d30f122f5f99be3eaa675c6f2fe6f&quot;, &quot;totalPings&quot; : 9, &quot;totalCommandCount&quot; : 54, &quot;maxCommandCount&quot; : 6, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;274c694d81009d6f706bfaab575b6ccb&quot;, &quot;totalPings&quot; : 10, &quot;totalCommandCount&quot; : 50, &quot;maxCommandCount&quot; : 5, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;9770af1b436c9e275d15c95ae4b83db4&quot;, &quot;totalPings&quot; : 1, &quot;totalCommandCount&quot; : 2, &quot;maxCommandCount&quot; : 2, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : &quot;d2288d9aa850cd94a548a9ffa6062059&quot;, &quot;totalPings&quot; : 38, &quot;totalCommandCount&quot; : 38, &quot;maxCommandCount&quot; : 1, &quot;totalFailedCount&quot; : 0, &quot;maxFailedCount&quot; : 0 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;The situation is similar. The same host which runs &lt;tt&gt;planCacheListQueryShapes&lt;/tt&gt; a lot also runs &lt;tt&gt;planCacheListPlans&lt;/tt&gt; a lot.&lt;/p&gt;

&lt;p&gt;We only have 13 individual pings from host &quot;1710b058e52184a961305f51c6f9b3d0&quot;. Over the course of these 13 pings, neither &lt;tt&gt;planCacheListQueryShapes&lt;/tt&gt; nor &lt;tt&gt;planCacheListPlans&lt;/tt&gt; are actively being executed:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;MongoDB Enterprise DataWarehouseProd-shard-0:PRIMARY&amp;gt; db.raw__dw__cloud__cloud_api__last_pings.aggregate([{$match: {hostId: &quot;1710b058e52184a961305f51c6f9b3d0&quot;, $or: [{&quot;lastPingData.serverStatus.metrics.commands.planCacheListPlans.total&quot;: {$gt: 0}}, {&quot;lastPingData.serverStatus.metrics.commands.planCacheListQueryShapes.total&quot;: {$gt: 0}}]}}, {$project: {&quot;lastPingData.serverStatus.metrics.commands.planCacheListPlans&quot;: 1, &quot;lastPingData.serverStatus.metrics.commands.planCacheListQueryShapes&quot;: 1, lastPingTimestamp: 1, hostId: 1, groupId: 1}}, {$sort: {lastPingTimestamp: 1}}])&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cb0f2659750070012a2529f&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1554923957000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cb18b14a6208c0010957325&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1555113983000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cb28f9ebcb54d000e0f29b6&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1555200333000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cb415fe431645000f2c5c8a&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1555286738000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cb5e2140d6e85000ffe4660&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1555372844000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cb7021168fa2a001378f751&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1555459359000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cb87f8db0249e0010179367&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1555545819000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cb946e3793e61000fe5c429&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1555632280000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cbaccb4caaae30010ce6ddf&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1555718631000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cbc46d4c4de6a0012fce2b0&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1555804981000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cbd37c6bc8b5200104ea74e&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1555891441000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cbf327cce52da001378bcaf&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1555978287000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;_id&quot; : ObjectId(&quot;5cbfbade9a582b000f7ff3f8&quot;), &quot;lastPingTimestamp&quot; : NumberLong(&quot;1556064141000&quot;), &quot;lastPingData&quot; : { &quot;serverStatus&quot; : { &quot;metrics&quot; : { &quot;commands&quot; : { &quot;planCacheListPlans&quot; : { &quot;total&quot; : 215157, &quot;failed&quot; : 0 }, &quot;planCacheListQueryShapes&quot; : { &quot;total&quot; : 225026, &quot;failed&quot; : 0 } } } } }, &quot;groupId&quot; : &quot;59029d58df9db16305479430&quot;, &quot;hostId&quot; : &quot;1710b058e52184a961305f51c6f9b3d0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=asya&quot; class=&quot;user-hover&quot; rel=&quot;asya&quot;&gt;asya&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=pasette&quot; class=&quot;user-hover&quot; rel=&quot;pasette&quot;&gt;pasette&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=pawel.terlecki&quot; class=&quot;user-hover&quot; rel=&quot;pawel.terlecki&quot;&gt;pawel.terlecki&lt;/a&gt; I believe this information is consistent with our plans to deprecate these two commands. I will proceed with putting the deprecation notice into the master branch and into 4.2, since the 4.2 code freeze for GA is looming! Please let me know if there is any further diligence you want me to do here. In the meantime, I will mark this ticket as &quot;in review&quot;.&lt;/p&gt;</comment>
                            <comment id="2309716" author="david.storch" created="Tue, 2 Jul 2019 15:53:05 +0000"  >&lt;p&gt;I was able to gain access to the data warehouse system through MANA, but I&apos;m waiting on a request for a new index build. Marking as blocked on DW-1522.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 10 Jul 2019 14:51:15 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 30 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/DS-75'>DS-75</a></s>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-1245</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>kelly.lewis@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 30 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>asya.kamsky@mongodb.com</customfieldvalue>
            <customfieldvalue>dan@mongodb.com</customfieldvalue>
            <customfieldvalue>david.storch@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hv9pdr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|huystz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="2880">Query 2019-07-15</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hv9bn3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>