<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:30:41 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-13121] ninserted is one too few, for write command batch inserts</title>
                <link>https://jira.mongodb.org/browse/SERVER-13121</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When using bulk insert on 2.6.0-rc1, the log shows &quot;ninserted:999&quot; when the driver reports 1000 documents inserted during the operation. I have verified that 1000 documents were inserted into the collection by doing a .count() on the collection pre and post insert.&lt;/p&gt;

&lt;p&gt;I can supply a sample Java program if needed.&lt;/p&gt;</description>
                <environment></environment>
        <key id="119114">SERVER-13121</key>
            <summary>ninserted is one too few, for write command batch inserts</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="3">Duplicate</resolution>
                                        <assignee username="milkie@mongodb.com">Eric Milkie</assignee>
                                    <reporter username="peter.garafano@mongodb.com">Peter Garafano</reporter>
                        <labels>
                    </labels>
                <created>Mon, 10 Mar 2014 19:30:46 +0000</created>
                <updated>Wed, 10 Dec 2014 23:04:23 +0000</updated>
                            <resolved>Thu, 20 Mar 2014 12:57:43 +0000</resolved>
                                    <version>2.6.0-rc0</version>
                                                                        <votes>0</votes>
                                    <watches>8</watches>
                                                                                                                <comments>
                            <comment id="519888" author="milkie" created="Thu, 20 Mar 2014 12:57:32 +0000"  >&lt;p&gt;A fix for this was committed last night to the 2.6 branch, as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-13165&quot; title=&quot;WriteBatchExecutor doesn&amp;#39;t handle primary demotion when recovering from yield during inserts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-13165&quot;&gt;&lt;del&gt;SERVER-13165&lt;/del&gt;&lt;/a&gt;.  We were starting out with -1 inserts, which is why the log message was off by one.&lt;/p&gt;</comment>
                            <comment id="512859" author="milkie" created="Mon, 10 Mar 2014 20:57:31 +0000"  >&lt;p&gt;The behavior of inserts changed with a commit made this morning (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-12762&quot; title=&quot;Batch inserts should be counted and profiled individually&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-12762&quot;&gt;&lt;del&gt;SERVER-12762&lt;/del&gt;&lt;/a&gt;), so the insertion counting may be working better after that change is visible in the latest server build.  The new behavior will be that each insert of a batch will be profiled independently (with ninserted=1), and then you will see a final profile of the command (where numYields might be greater than 0, and where the lock hold time will be accrued, but where ninserted will be 0 since they were already counted individually).  This behavior will more closely match the behavior for batch updates and deletes, where each one is profiled individually.&lt;/p&gt;</comment>
                            <comment id="512850" author="jeff.yemin" created="Mon, 10 Mar 2014 20:36:07 +0000"  >&lt;p&gt;I moved this issue out of the SERVER project prematurely.  Stepping through the Java driver code, I can see that the splitting is happening correctly and the insert command is correctly returning { n : 1000 }.  Furthermore, if I dial the batch size in the test program down to 1, I see this in the server logs:&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;2014-03-10T16:33:54.980-0400 [conn6] run command BulkLoadTestDb.$cmd { insert: &quot;BulkLoadTestCol&quot;, ordered: false, documents: [ { _id: { PR: -1561771309, LO: 415607983, t: 475714156 }, msrs: { D: 842132154, T: 0.6500416099177782, U: 0.6286249120742459, V: 1246672358 } } ] }&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;2014-03-10T16:33:54.981-0400 [conn6] insert BulkLoadTestDb.BulkLoadTestCol ninserted:0 keyUpdates:0 numYields:0 locks(micros) w:28 0ms&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;My conclusion is that the server is logging incorrectly.&lt;/p&gt;</comment>
                            <comment id="512842" author="jeff.yemin" created="Mon, 10 Mar 2014 20:18:12 +0000"  >&lt;p&gt;Thanks, I&apos;ll step through and see what&apos;s going on.&lt;/p&gt;</comment>
                            <comment id="512840" author="peter.garafano" created="Mon, 10 Mar 2014 20:14:42 +0000"  >&lt;p&gt;Latest output from mongod:&lt;/p&gt;

&lt;p&gt;2014-03-10T16:12:42.064-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:67380 110ms&lt;br/&gt;
2014-03-10T16:12:42.065-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 112ms&lt;br/&gt;
2014-03-10T16:12:44.274-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:57072 111ms&lt;br/&gt;
2014-03-10T16:12:44.275-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 114ms&lt;br/&gt;
2014-03-10T16:12:44.769-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:103976 111ms&lt;br/&gt;
2014-03-10T16:12:44.769-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 113ms&lt;br/&gt;
2014-03-10T16:12:46.068-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:51939 114ms&lt;br/&gt;
2014-03-10T16:12:46.069-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 116ms&lt;br/&gt;
2014-03-10T16:12:46.884-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:54197 111ms&lt;br/&gt;
2014-03-10T16:12:46.885-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 112ms&lt;br/&gt;
2014-03-10T16:12:47.377-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:98924 103ms&lt;br/&gt;
2014-03-10T16:12:47.378-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 105ms&lt;br/&gt;
2014-03-10T16:12:47.748-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:99686 101ms&lt;br/&gt;
2014-03-10T16:12:47.749-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 102ms&lt;br/&gt;
2014-03-10T16:12:47.934-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:61922 116ms&lt;br/&gt;
2014-03-10T16:12:47.935-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 118ms&lt;br/&gt;
2014-03-10T16:12:48.834-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:63028 141ms&lt;br/&gt;
2014-03-10T16:12:48.835-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 143ms&lt;br/&gt;
2014-03-10T16:12:49.888-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:55265 115ms&lt;br/&gt;
2014-03-10T16:12:49.889-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 117ms&lt;br/&gt;
2014-03-10T16:12:50.796-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:83946 155ms&lt;br/&gt;
2014-03-10T16:12:50.799-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 159ms&lt;br/&gt;
2014-03-10T16:12:50.933-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:107697 109ms&lt;br/&gt;
2014-03-10T16:12:50.933-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 111ms&lt;br/&gt;
2014-03-10T16:12:51.422-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:99769 101ms&lt;br/&gt;
2014-03-10T16:12:51.423-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 103ms&lt;br/&gt;
2014-03-10T16:12:51.769-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:55171 106ms&lt;br/&gt;
2014-03-10T16:12:51.769-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 108ms&lt;br/&gt;
2014-03-10T16:12:52.493-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:103295 104ms&lt;br/&gt;
2014-03-10T16:12:52.494-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 106ms&lt;br/&gt;
2014-03-10T16:12:52.681-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; insert BulkLoadTestDb.BulkLoadTestCol ninserted:999 keyUpdates:0 numYields:0 locks(micros) w:54654 116ms&lt;br/&gt;
2014-03-10T16:12:52.682-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt; command BulkLoadTestDb.$cmd command: &lt;/p&gt;
{ $msg: &quot;query not recording (too large)&quot; }
&lt;p&gt; keyUpdates:0 numYields:0  reslen:40 118ms&lt;/p&gt;

&lt;p&gt;Using Java driver 2.12.0-rc1&lt;/p&gt;

&lt;p&gt;Calls to getInsertedCount() return 1000.&lt;/p&gt;</comment>
                            <comment id="512835" author="jeff.yemin" created="Mon, 10 Mar 2014 20:05:20 +0000"  >&lt;p&gt;This looks to be a duplicate of &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1119&quot; title=&quot;Use maxWriteBatchSize from ismaster for write command batch splitting&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1119&quot;&gt;&lt;del&gt;JAVA-1119&lt;/del&gt;&lt;/a&gt;, which has been fixed and released in 2.12.0-rc1.  Would you mind re-testing with that version (assuming you&apos;re not already using it.)?&lt;/p&gt;</comment>
                            <comment id="512832" author="jeff.yemin" created="Mon, 10 Mar 2014 20:02:42 +0000"  >&lt;p&gt;Moving this issue to the JAVA driver.&lt;/p&gt;</comment>
                            <comment id="512816" author="peter.garafano" created="Mon, 10 Mar 2014 19:48:02 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=milkie&quot; class=&quot;user-hover&quot; rel=&quot;milkie&quot;&gt;milkie&lt;/a&gt; I was under the impression the driver wouldn&apos;t split as long as the batch size is &amp;lt;= 1000. It is possible that the driver is splitting into 999 and 1. Any ideas on how to confirm this?&lt;/p&gt;

&lt;p&gt;I attached both a screenshot of the output I see, and a program to generate it.&lt;/p&gt;</comment>
                            <comment id="512813" author="milkie" created="Mon, 10 Mar 2014 19:41:46 +0000"  >&lt;p&gt;Sorry, that ticket I realize is for the shell.  Java driver may have a similar issue.  When you say &quot;the log shows&quot;, are you seeing just the slowms logging?  If the java driver splits the batch into 999 and 1, the batch of 1 may be too fast to show up in the log.&lt;/p&gt;</comment>
                            <comment id="512812" author="milkie" created="Mon, 10 Mar 2014 19:39:32 +0000"  >&lt;p&gt;See linked ticket.&lt;/p&gt;</comment>
                            <comment id="512811" author="milkie" created="Mon, 10 Mar 2014 19:39:15 +0000"  >&lt;p&gt;I believe you are hitting this bug that was just fixed in the shell in master.&lt;/p&gt;</comment>
                            <comment id="512810" author="rassi@10gen.com" created="Mon, 10 Mar 2014 19:35:22 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=peter.garafano&quot; class=&quot;user-hover&quot; rel=&quot;peter.garafano&quot;&gt;peter.garafano&lt;/a&gt;: yes, could you please attach to this ticket the source file of the program that reproduces this issue?  Thanks.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="119794">SERVER-13163</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="39214" name="BulkLoadTest.r3.zip" size="552335" author="peter.garafano@mongodb.com" created="Mon, 10 Mar 2014 19:43:55 +0000"/>
                            <attachment id="39215" name="ninserted.capture.jpg" size="426072" author="peter.garafano@mongodb.com" created="Mon, 10 Mar 2014 19:45:10 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>12.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 10 Mar 2014 19:35:22 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 47 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_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>false</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 47 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>jeff.yemin@mongodb.com</customfieldvalue>
            <customfieldvalue>rassi</customfieldvalue>
            <customfieldvalue>peter.garafano@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrlzdj:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>104584</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_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|hsh3a7:</customfieldvalue>

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