<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:51:24 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-19566] Profiler format changes for the find/getMore commands</title>
                <link>https://jira.mongodb.org/browse/SERVER-19566</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The profile entry format should not depend on whether or not the query was delivered as an OP_QUERY wire protocol find, or via the find/getMore commands. We plan to upconvert profile data collected for OP_QUERY find in order to look more like the find command. This will involve the following changes to the profile entry schema:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The &lt;tt&gt;query&lt;/tt&gt; field will contain a documented formatted like the find command parameters for both actual find commands and OP_QUERY find. For instance, the &lt;tt&gt;query&lt;/tt&gt; field might look something like {find: &quot;collection&quot;, filter: {a: {$gt: 0}}, hint: {a: 1}, returnKey: true}.&lt;/li&gt;
	&lt;li&gt;The &lt;tt&gt;nscanned&lt;/tt&gt; field will be renamed to &lt;tt&gt;keysExamined&lt;/tt&gt;, for consistency with explain.&lt;/li&gt;
	&lt;li&gt;The &lt;tt&gt;nscannedObjects&lt;/tt&gt; field will be renamed to &lt;tt&gt;docsExamined&lt;/tt&gt;, for consistency with explain.&lt;/li&gt;
	&lt;li&gt;The &lt;tt&gt;scanAndOrder&lt;/tt&gt; field will be renamed to &lt;tt&gt;hasSortStage&lt;/tt&gt;, for consistency with explain.&lt;/li&gt;
	&lt;li&gt;The &lt;tt&gt;ntoskip&lt;/tt&gt; field will be removed. This information will now be available in the field &lt;tt&gt;query.skip&lt;/tt&gt;, since &lt;tt&gt;skip&lt;/tt&gt; is a find command parameter.&lt;/li&gt;
	&lt;li&gt;The &lt;tt&gt;ntoreturn&lt;/tt&gt; field will similarly be removed. For OP_QUERY, it will instead be present in &lt;tt&gt;query.ntoreturn&lt;/tt&gt;. For the find command, which has true &lt;tt&gt;limit&lt;/tt&gt; and &lt;tt&gt;batchSize&lt;/tt&gt; fields, the comparable information will be available in &lt;tt&gt;query.limit&lt;/tt&gt; and &lt;tt&gt;query.batchSize&lt;/tt&gt;.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;See below for a few entries of profiler entries with the new format:&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;{ &quot;op&quot; : &quot;query&quot;, &quot;ns&quot; : &quot;test.c&quot;, &quot;query&quot; : { &quot;find&quot; : &quot;c&quot;, &quot;filter&quot; : { &quot;a&quot; : 1 } }, &quot;keysExamined&quot; : 2, &quot;docsExamined&quot; : 2, &quot;cursorExhausted&quot; : true, &quot;keyUpdates&quot; : 0, &quot;writeConflicts&quot; : 0, &quot;numYield&quot; : 0, &quot;locks&quot; : { &quot;Global&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(2) } }, &quot;Database&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(1) } }, &quot;Collection&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(1) } } }, &quot;nreturned&quot; : 2, &quot;responseLength&quot; : 108, &quot;millis&quot; : 0, &quot;execStats&quot; : { &quot;stage&quot; : &quot;FETCH&quot;, &quot;nReturned&quot; : 2, &quot;executionTimeMillisEstimate&quot; : 0, &quot;works&quot; : 3, &quot;advanced&quot; : 2, &quot;needTime&quot; : 0, &quot;needYield&quot; : 0, &quot;saveState&quot; : 0, &quot;restoreState&quot; : 0, &quot;isEOF&quot; : 1, &quot;invalidates&quot; : 0, &quot;docsExamined&quot; : 2, &quot;alreadyHasObj&quot; : 0, &quot;inputStage&quot; : { &quot;stage&quot; : &quot;IXSCAN&quot;, &quot;nReturned&quot; : 2, &quot;executionTimeMillisEstimate&quot; : 0, &quot;works&quot; : 3, &quot;advanced&quot; : 2, &quot;needTime&quot; : 0, &quot;needYield&quot; : 0, &quot;saveState&quot; : 0, &quot;restoreState&quot; : 0, &quot;isEOF&quot; : 1, &quot;invalidates&quot; : 0, &quot;keyPattern&quot; : { &quot;a&quot; : 1 }, &quot;indexName&quot; : &quot;a_1&quot;, &quot;isMultiKey&quot; : false, &quot;isUnique&quot; : false, &quot;isSparse&quot; : false, &quot;isPartial&quot; : false, &quot;indexVersion&quot; : 1, &quot;direction&quot; : &quot;forward&quot;, &quot;indexBounds&quot; : { &quot;a&quot; : [ &quot;[1.0, 1.0]&quot; ] }, &quot;keysExamined&quot; : 2, &quot;dupsTested&quot; : 0, &quot;dupsDropped&quot; : 0, &quot;seenInvalidated&quot; : 0 } }, &quot;ts&quot; : ISODate(&quot;2015-09-03T15:26:14.948Z&quot;), &quot;client&quot; : &quot;127.0.0.1&quot;, &quot;allUsers&quot; : [ ], &quot;user&quot; : &quot;&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;op&quot; : &quot;query&quot;, &quot;ns&quot; : &quot;test.c&quot;, &quot;query&quot; : { &quot;find&quot; : &quot;c&quot;, &quot;filter&quot; : { &quot;a&quot; : 1 }, &quot;sort&quot; : { &quot;b&quot; : 1 } }, &quot;keysExamined&quot; : 6, &quot;docsExamined&quot; : 6, &quot;hasSortStage&quot; : true, &quot;cursorExhausted&quot; : true, &quot;keyUpdates&quot; : 0, &quot;writeConflicts&quot; : 0, &quot;numYield&quot; : 0, &quot;locks&quot; : { &quot;Global&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(2) } }, &quot;Database&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(1) } }, &quot;Collection&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(1) } } }, &quot;nreturned&quot; : 2, &quot;responseLength&quot; : 108, &quot;millis&quot; : 1, &quot;execStats&quot; : { &quot;stage&quot; : &quot;FETCH&quot;, &quot;filter&quot; : { &quot;a&quot; : { &quot;$eq&quot; : 1 } }, &quot;nReturned&quot; : 2, &quot;executionTimeMillisEstimate&quot; : 0, &quot;works&quot; : 6, &quot;advanced&quot; : 2, &quot;needTime&quot; : 2, &quot;needYield&quot; : 0, &quot;saveState&quot; : 0, &quot;restoreState&quot; : 0, &quot;isEOF&quot; : 1, &quot;invalidates&quot; : 0, &quot;docsExamined&quot; : 4, &quot;alreadyHasObj&quot; : 0, &quot;inputStage&quot; : { &quot;stage&quot; : &quot;IXSCAN&quot;, &quot;nReturned&quot; : 4, &quot;executionTimeMillisEstimate&quot; : 0, &quot;works&quot; : 5, &quot;advanced&quot; : 4, &quot;needTime&quot; : 0, &quot;needYield&quot; : 0, &quot;saveState&quot; : 0, &quot;restoreState&quot; : 0, &quot;isEOF&quot; : 1, &quot;invalidates&quot; : 0, &quot;keyPattern&quot; : { &quot;b&quot; : 1 }, &quot;indexName&quot; : &quot;b_1&quot;, &quot;isMultiKey&quot; : false, &quot;isUnique&quot; : false, &quot;isSparse&quot; : false, &quot;isPartial&quot; : false, &quot;indexVersion&quot; : 1, &quot;direction&quot; : &quot;forward&quot;, &quot;indexBounds&quot; : { &quot;b&quot; : [ &quot;[MinKey, MaxKey]&quot; ] }, &quot;keysExamined&quot; : 4, &quot;dupsTested&quot; : 0, &quot;dupsDropped&quot; : 0, &quot;seenInvalidated&quot; : 0 } }, &quot;ts&quot; : ISODate(&quot;2015-09-03T15:26:21.196Z&quot;), &quot;client&quot; : &quot;127.0.0.1&quot;, &quot;allUsers&quot; : [ ], &quot;user&quot; : &quot;&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;op&quot; : &quot;query&quot;, &quot;ns&quot; : &quot;test.c&quot;, &quot;query&quot; : { &quot;find&quot; : &quot;c&quot;, &quot;ntoreturn&quot; : NumberLong(4) }, &quot;cursorid&quot; : 22422431767, &quot;keysExamined&quot; : 0, &quot;docsExamined&quot; : 4, &quot;keyUpdates&quot; : 0, &quot;writeConflicts&quot; : 0, &quot;numYield&quot; : 0, &quot;locks&quot; : { &quot;Global&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(2) } }, &quot;Database&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(1) } }, &quot;Collection&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(1) } } }, &quot;nreturned&quot; : 4, &quot;responseLength&quot; : 196, &quot;millis&quot; : 0, &quot;execStats&quot; : { &quot;stage&quot; : &quot;COLLSCAN&quot;, &quot;filter&quot; : { &quot;$and&quot; : [ ] }, &quot;nReturned&quot; : 4, &quot;executionTimeMillisEstimate&quot; : 0, &quot;works&quot; : 5, &quot;advanced&quot; : 4, &quot;needTime&quot; : 1, &quot;needYield&quot; : 0, &quot;saveState&quot; : 1, &quot;restoreState&quot; : 0, &quot;isEOF&quot; : 0, &quot;invalidates&quot; : 0, &quot;direction&quot; : &quot;forward&quot;, &quot;docsExamined&quot; : 4 }, &quot;ts&quot; : ISODate(&quot;2015-09-03T15:26:30.340Z&quot;), &quot;client&quot; : &quot;127.0.0.1&quot;, &quot;allUsers&quot; : [ ], &quot;user&quot; : &quot;&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;op&quot; : &quot;query&quot;, &quot;ns&quot; : &quot;test.c&quot;, &quot;query&quot; : { &quot;find&quot; : &quot;c&quot;, &quot;skip&quot; : NumberLong(2), &quot;ntoreturn&quot; : NumberLong(4) }, &quot;keysExamined&quot; : 0, &quot;docsExamined&quot; : 4, &quot;cursorExhausted&quot; : true, &quot;keyUpdates&quot; : 0, &quot;writeConflicts&quot; : 0, &quot;numYield&quot; : 0, &quot;locks&quot; : { &quot;Global&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(2) } }, &quot;Database&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(1) } }, &quot;Collection&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(1) } } }, &quot;nreturned&quot; : 2, &quot;responseLength&quot; : 108, &quot;millis&quot; : 0, &quot;execStats&quot; : { &quot;stage&quot; : &quot;SKIP&quot;, &quot;nReturned&quot; : 2, &quot;executionTimeMillisEstimate&quot; : 0, &quot;works&quot; : 6, &quot;advanced&quot; : 2, &quot;needTime&quot; : 3, &quot;needYield&quot; : 0, &quot;saveState&quot; : 0, &quot;restoreState&quot; : 0, &quot;isEOF&quot; : 1, &quot;invalidates&quot; : 0, &quot;skipAmount&quot; : 0, &quot;inputStage&quot; : { &quot;stage&quot; : &quot;COLLSCAN&quot;, &quot;filter&quot; : { &quot;$and&quot; : [ ] }, &quot;nReturned&quot; : 4, &quot;executionTimeMillisEstimate&quot; : 0, &quot;works&quot; : 6, &quot;advanced&quot; : 4, &quot;needTime&quot; : 1, &quot;needYield&quot; : 0, &quot;saveState&quot; : 0, &quot;restoreState&quot; : 0, &quot;isEOF&quot; : 1, &quot;invalidates&quot; : 0, &quot;direction&quot; : &quot;forward&quot;, &quot;docsExamined&quot; : 4 } }, &quot;ts&quot; : ISODate(&quot;2015-09-03T15:26:34.571Z&quot;), &quot;client&quot; : &quot;127.0.0.1&quot;, &quot;allUsers&quot; : [ ], &quot;user&quot; : &quot;&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;op&quot; : &quot;query&quot;, &quot;ns&quot; : &quot;test.c&quot;, &quot;query&quot; : { &quot;find&quot; : &quot;c&quot;, &quot;filter&quot; : {  }, &quot;skip&quot; : NumberLong(2), &quot;ntoreturn&quot; : NumberLong(4), &quot;hint&quot; : { &quot;a&quot; : 1 } }, &quot;keysExamined&quot; : 4, &quot;docsExamined&quot; : 4, &quot;cursorExhausted&quot; : true, &quot;keyUpdates&quot; : 0, &quot;writeConflicts&quot; : 0, &quot;numYield&quot; : 0, &quot;locks&quot; : { &quot;Global&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(2) } }, &quot;Database&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(1) } }, &quot;Collection&quot; : { &quot;acquireCount&quot; : { &quot;r&quot; : NumberLong(1) } } }, &quot;nreturned&quot; : 2, &quot;responseLength&quot; : 108, &quot;millis&quot; : 0, &quot;execStats&quot; : { &quot;stage&quot; : &quot;SKIP&quot;, &quot;nReturned&quot; : 2, &quot;executionTimeMillisEstimate&quot; : 0, &quot;works&quot; : 5, &quot;advanced&quot; : 2, &quot;needTime&quot; : 2, &quot;needYield&quot; : 0, &quot;saveState&quot; : 0, &quot;restoreState&quot; : 0, &quot;isEOF&quot; : 1, &quot;invalidates&quot; : 0, &quot;skipAmount&quot; : 0, &quot;inputStage&quot; : { &quot;stage&quot; : &quot;FETCH&quot;, &quot;nReturned&quot; : 4, &quot;executionTimeMillisEstimate&quot; : 0, &quot;works&quot; : 5, &quot;advanced&quot; : 4, &quot;needTime&quot; : 0, &quot;needYield&quot; : 0, &quot;saveState&quot; : 0, &quot;restoreState&quot; : 0, &quot;isEOF&quot; : 1, &quot;invalidates&quot; : 0, &quot;docsExamined&quot; : 4, &quot;alreadyHasObj&quot; : 0, &quot;inputStage&quot; : { &quot;stage&quot; : &quot;IXSCAN&quot;, &quot;nReturned&quot; : 4, &quot;executionTimeMillisEstimate&quot; : 0, &quot;works&quot; : 5, &quot;advanced&quot; : 4, &quot;needTime&quot; : 0, &quot;needYield&quot; : 0, &quot;saveState&quot; : 0, &quot;restoreState&quot; : 0, &quot;isEOF&quot; : 1, &quot;invalidates&quot; : 0, &quot;keyPattern&quot; : { &quot;a&quot; : 1 }, &quot;indexName&quot; : &quot;a_1&quot;, &quot;isMultiKey&quot; : false, &quot;isUnique&quot; : false, &quot;isSparse&quot; : false, &quot;isPartial&quot; : false, &quot;indexVersion&quot; : 1, &quot;direction&quot; : &quot;forward&quot;, &quot;indexBounds&quot; : { &quot;a&quot; : [ &quot;[MinKey, MaxKey]&quot; ] }, &quot;keysExamined&quot; : 4, &quot;dupsTested&quot; : 0, &quot;dupsDropped&quot; : 0, &quot;seenInvalidated&quot; : 0 } } }, &quot;ts&quot; : ISODate(&quot;2015-09-03T15:26:39.140Z&quot;), &quot;client&quot; : &quot;127.0.0.1&quot;, &quot;allUsers&quot; : [ ], &quot;user&quot; : &quot;&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;</description>
                <environment></environment>
        <key id="222501">SERVER-19566</key>
            <summary>Profiler format changes for the find/getMore commands</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="9">Done</resolution>
                                        <assignee username="david.storch@mongodb.com">David Storch</assignee>
                                    <reporter username="rassi">J Rassi</reporter>
                        <labels>
                    </labels>
                <created>Thu, 23 Jul 2015 23:15:43 +0000</created>
                <updated>Wed, 22 Mar 2017 15:26:30 +0000</updated>
                            <resolved>Thu, 3 Sep 2015 20:09:17 +0000</resolved>
                                                    <fixVersion>3.1.8</fixVersion>
                                    <component>Diagnostics</component>
                    <component>Querying</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="1021984" author="xgen-internal-githook" created="Thu, 3 Sep 2015 20:07:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;dstorch&apos;, u&apos;name&apos;: u&apos;David Storch&apos;, u&apos;email&apos;: u&apos;david.storch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-19566&quot; title=&quot;Profiler format changes for the find/getMore commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-19566&quot;&gt;&lt;del&gt;SERVER-19566&lt;/del&gt;&lt;/a&gt; convert OP_QUERY profiler entries to look like the find command&lt;/p&gt;

&lt;p&gt;Includes the following changes to profiler entries for queries:&lt;/p&gt;

&lt;p&gt;&amp;#8211; The query field will contain find command parameters, e.g.&lt;br/&gt;
{find: &amp;lt;coll&amp;gt;, filter: {...}}.&lt;br/&gt;
&amp;#8211; Renames &apos;nscanned&apos; to &apos;keysExamined&apos; and &apos;nscannedObjects&apos; to &apos;docsExamined&apos;.&lt;br/&gt;
&amp;#8211; Renames &apos;scanAndOrder&apos; to &apos;hasSortStage&apos;.&lt;br/&gt;
&amp;#8211; Removes the top-level ntoreturn and ntoskip fields. Skip, limit, and&lt;br/&gt;
batchSize info will be present in the &apos;query&apos; field instead.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1574457c5ff972f39ddd079164be894ae6fc9f59&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1574457c5ff972f39ddd079164be894ae6fc9f59&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="991096" author="xgen-internal-githook" created="Tue, 28 Jul 2015 18:46:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;dstorch&apos;, u&apos;name&apos;: u&apos;David Storch&apos;, u&apos;email&apos;: u&apos;david.storch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-19566&quot; title=&quot;Profiler format changes for the find/getMore commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-19566&quot;&gt;&lt;del&gt;SERVER-19566&lt;/del&gt;&lt;/a&gt; disable tests&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f13c593b399718cde59f096a65b3f2131f067f16&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f13c593b399718cde59f096a65b3f2131f067f16&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="990057" author="david.storch" created="Mon, 27 Jul 2015 20:34:35 +0000"  >&lt;p&gt;As part of the work for this ticket, tests disabled in &lt;a href=&quot;https://github.com/mongodb/mongo/commit/f13c593b399718cde59f096a65b3f2131f067f16&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f13c593b399718cde59f096a65b3f2131f067f16&lt;/a&gt; should be re-enabled.&lt;/p&gt;</comment>
                            <comment id="990051" author="xgen-internal-githook" created="Mon, 27 Jul 2015 20:33:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;dstorch&apos;, u&apos;name&apos;: u&apos;David Storch&apos;, u&apos;email&apos;: u&apos;david.storch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-19566&quot; title=&quot;Profiler format changes for the find/getMore commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-19566&quot;&gt;&lt;del&gt;SERVER-19566&lt;/del&gt;&lt;/a&gt; disable tests&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f13c593b399718cde59f096a65b3f2131f067f16&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f13c593b399718cde59f096a65b3f2131f067f16&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                        <issuelink>
            <issuekey id="228365">DOCS-6141</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="222504">SERVER-19567</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="233284">CXX-698</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.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_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10012"><![CDATA[Major Change]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 27 Jul 2015 18:56:31 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 23 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></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-1658</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>emily.hall</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 23 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>david.storch@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>rassi</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrkzlr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hreetj:</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="642">Quint 9 09/18/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_11861" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>User Summary</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11856"><![CDATA[Not Needed]]></customfieldvalue>

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

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