<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:24:20 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-10895] Duplicate indexes being created at the same time</title>
                <link>https://jira.mongodb.org/browse/SERVER-10895</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We have classes which handle the assignment of indexes to collections when our services start. This morning we pushed a service to production and the result was a totally corrupted collection. &lt;/p&gt;

&lt;p&gt;The service is deployed on two servers, starting in parallel they both call the code to build indexes in the background. There are issues which we are happy to carry on our shoulders however I believe there is something to investigate here where indexes with the same names and values are being created at the same time. Shouldn&apos;t Mongo be checking whether this is happening and prevent it from happening? See log lines below.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Matt&lt;/p&gt;

&lt;p&gt;Wed Sep 25 06:39:36.638 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.36:61075 #4284123 (113 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:36.717 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt;  authenticate db: Normalisation &lt;/p&gt;
{ authenticate: 1, user: &quot;daluser&quot;, nonce: &quot;def6a2993a155352&quot;, key: &quot;14285f67d7f0d8010ca0d27f50db4765&quot; }
&lt;p&gt;Wed Sep 25 06:39:36.822 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt; build index Normalisation.Fixture &lt;/p&gt;
{ Date: -1 }
&lt;p&gt; background&lt;br/&gt;
Wed Sep 25 06:39:36.931 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.37:55984 #4284124 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:36.976 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt;  authenticate db: Normalisation &lt;/p&gt;
{ authenticate: 1, user: &quot;daluser&quot;, nonce: &quot;88a6653c28201999&quot;, key: &quot;60595ec90245f7606ad2ed8f389bc967&quot; }
&lt;p&gt;Wed Sep 25 06:39:37.023 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt; build index Normalisation.Fixture &lt;/p&gt;
{ Date: -1 }
&lt;p&gt; background&lt;br/&gt;
Wed Sep 25 06:39:38.361 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.36:61078 #4284125 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:38.499 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284125&amp;#93;&lt;/span&gt; end connection 192.168.3.36:61078 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:38.609 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284055&amp;#93;&lt;/span&gt; query DAL.Market query: &lt;/p&gt;
{ _id: &quot;TipexSports|Interwetten|2370483|MatchResult&quot; }
&lt;p&gt; ntoreturn:1 idhack:1 keyUpdates:0 locks(micros) r:39654 reslen:2770 123ms&lt;br/&gt;
Wed Sep 25 06:39:39.010 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt;           Background Index Build Progress: 24200/66064    36%&lt;br/&gt;
Wed Sep 25 06:39:39.368 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.36:61082 #4284126 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:39.469 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.34:64384 #4284127 (116 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:39.472 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284127&amp;#93;&lt;/span&gt; end connection 192.168.3.34:64384 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:39.472 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284126&amp;#93;&lt;/span&gt; end connection 192.168.3.36:61082 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:40.004 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt;           Background Index Build Progress: 24000/66064    36%&lt;br/&gt;
Wed Sep 25 06:39:40.438 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.49:63643 #4284128 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:40.493 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284128&amp;#93;&lt;/span&gt; end connection 192.168.3.49:63643 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:42.009 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt;           Background Index Build Progress: 49600/66064    75%&lt;br/&gt;
Wed Sep 25 06:39:42.758 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284089&amp;#93;&lt;/span&gt; query DAL.Market query: &lt;/p&gt;
{ _id: &quot;TipexSports|bwin|2434073|MatchResult&quot; }
&lt;p&gt; ntoreturn:1 idhack:1 keyUpdates:0 locks(micros) r:230 reslen:20 106ms&lt;br/&gt;
Wed Sep 25 06:39:43.018 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt;           Background Index Build Progress: 47800/66064    72%&lt;br/&gt;
Wed Sep 25 06:39:43.820 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt; build index done.  scanned 66064 total records. 6.997 secs&lt;br/&gt;
Wed Sep 25 06:39:43.821 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt; insert Normalisation.system.indexes ninserted:1 keyUpdates:0 numYields: 472 locks(micros) w:5627156 7048ms&lt;br/&gt;
Wed Sep 25 06:39:43.835 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt; build index Normalisation.Fixture &lt;/p&gt;
{ GroupId: -1 }
&lt;p&gt; background&lt;br/&gt;
Wed Sep 25 06:39:44.936 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt; build index done.  scanned 66064 total records. 7.912 secs&lt;br/&gt;
Wed Sep 25 06:39:44.936 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt; insert Normalisation.system.indexes ninserted:1 keyUpdates:0 numYields: 549 locks(micros) w:8295646 7912ms&lt;br/&gt;
Wed Sep 25 06:39:44.953 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt; build index Normalisation.Fixture &lt;/p&gt;
{ GroupId: -1 }
&lt;p&gt; background&lt;br/&gt;
Wed Sep 25 06:39:46.005 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt;           Background Index Build Progress: 19800/66064    29%&lt;br/&gt;
Wed Sep 25 06:39:47.007 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt;           Background Index Build Progress: 16300/66064    24%&lt;br/&gt;
Wed Sep 25 06:39:47.185 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.36:61087 #4284129 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:47.301 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284129&amp;#93;&lt;/span&gt; end connection 192.168.3.36:61087 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:47.453 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.37:55988 #4284130 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:47.519 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284130&amp;#93;&lt;/span&gt; end connection 192.168.3.37:55988 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:48.362 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.36:61089 #4284131 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:48.423 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284131&amp;#93;&lt;/span&gt; end connection 192.168.3.36:61089 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:49.015 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt;           Background Index Build Progress: 40900/66064    61%&lt;br/&gt;
Wed Sep 25 06:39:49.375 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.36:61093 #4284132 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:49.513 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.34:64392 #4284133 (116 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:49.517 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284133&amp;#93;&lt;/span&gt; end connection 192.168.3.34:64392 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:49.518 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284132&amp;#93;&lt;/span&gt; end connection 192.168.3.36:61093 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:49.555 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284040&amp;#93;&lt;/span&gt; update DAL.Market query: &lt;/p&gt;
{ _id: &quot;TipexSports|188bet|2504061|Handicap|3.5&quot; }
&lt;p&gt; update: { _id: &quot;TipexSports|188bet|2504061|Handicap|3.5&quot;, KeyValues: [ &quot;Tipe$&lt;br/&gt;
Wed Sep 25 06:39:49.555 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284089&amp;#93;&lt;/span&gt; update DAL.Market query: &lt;/p&gt;
{ _id: &quot;TipexSports|Betsson Sportsbook|2345751|MatchResult&quot; }
&lt;p&gt; update: { _id: &quot;TipexSports|Betsson Sportsbook|2345751|MatchResul$&lt;br/&gt;
Wed Sep 25 06:39:49.555 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284093&amp;#93;&lt;/span&gt; update DAL.Market query: &lt;/p&gt;
{ _id: &quot;TipexSports|Tipico|2336075|Handicap|0.5&quot; }
&lt;p&gt; update: { _id: &quot;TipexSports|Tipico|2336075|Handicap|0.5&quot;, KeyValues: [ &quot;Tipe$&lt;br/&gt;
Wed Sep 25 06:39:50.014 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt;           Background Index Build Progress: 35400/66064    53%&lt;br/&gt;
Wed Sep 25 06:39:50.448 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.49:63647 #4284134 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:50.502 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284134&amp;#93;&lt;/span&gt; end connection 192.168.3.49:63647 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:50.514 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284018&amp;#93;&lt;/span&gt; end connection 192.168.3.45:51289 (113 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:50.514 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.45:51291 #4284135 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:50.570 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284135&amp;#93;&lt;/span&gt;  authenticate db: local &lt;/p&gt;
{ authenticate: 1, nonce: &quot;79eed339cddddc82&quot;, user: &quot;__system&quot;, key: &quot;5210e5e40e47310b8c5f099c8d8d73f4&quot; }
&lt;p&gt;Wed Sep 25 06:39:51.437 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284019&amp;#93;&lt;/span&gt; end connection 192.168.3.42:52050 (113 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:51.574 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.42:52052 #4284136 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:51.655 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284136&amp;#93;&lt;/span&gt;  authenticate db: local &lt;/p&gt;
{ authenticate: 1, nonce: &quot;f504b1237e97239c&quot;, user: &quot;__system&quot;, key: &quot;f9a1a8af5aa7f311dac7384a0b804fa3&quot; }
&lt;p&gt;Wed Sep 25 06:39:52.044 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt;           Background Index Build Progress: 60100/66064    90%&lt;br/&gt;
Wed Sep 25 06:39:52.929 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt; build index done.  scanned 66064 total records. 9.093 secs&lt;br/&gt;
Wed Sep 25 06:39:52.929 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt; insert Normalisation.system.indexes ninserted:1 keyUpdates:0 numYields: 578 locks(micros) w:8150359 9094ms&lt;br/&gt;
Wed Sep 25 06:39:53.037 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt;           Background Index Build Progress: 56000/66064    84%&lt;br/&gt;
Wed Sep 25 06:39:53.166 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt;  authenticate db: CMS_Cloud &lt;/p&gt;
{ authenticate: 1, user: &quot;daluser&quot;, nonce: &quot;a72732bcb92ac937&quot;, key: &quot;1ebb0cb7a903a1210047d30c429d9572&quot; }
&lt;p&gt;Wed Sep 25 06:39:53.286 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt; build index done.  scanned 66064 total records. 8.333 secs&lt;br/&gt;
Wed Sep 25 06:39:53.286 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt; insert Normalisation.system.indexes ninserted:1 keyUpdates:0 numYields: 562 locks(micros) w:8823126 8333ms&lt;br/&gt;
Wed Sep 25 06:39:53.585 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt;  authenticate db: CMS_Cloud &lt;/p&gt;
{ authenticate: 1, user: &quot;daluser&quot;, nonce: &quot;c1f6f981abe87170&quot;, key: &quot;8e7c6549526f9dec8df1d0fd67d9f48c&quot; }
&lt;p&gt;Wed Sep 25 06:39:53.598 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt;  authenticate db: DAL &lt;/p&gt;
{ authenticate: 1, user: &quot;daluser&quot;, nonce: &quot;ed12e8b73cc28e89&quot;, key: &quot;c2bed592eb609abde1fb24ccd97032e1&quot; }
&lt;p&gt;Wed Sep 25 06:39:53.923 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284124&amp;#93;&lt;/span&gt;  authenticate db: DAL &lt;/p&gt;
{ authenticate: 1, user: &quot;daluser&quot;, nonce: &quot;a4b47f9104f299fc&quot;, key: &quot;f28f8b7c7ddecf504c2341842467e10d&quot; }
&lt;p&gt;Wed Sep 25 06:39:56.442 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284123&amp;#93;&lt;/span&gt; query DAL.Fixture query: { Date: &lt;/p&gt;
{ $gte: new Date(1380067200000), $lte: new Date(253402300799999) }
&lt;p&gt; } cursorid:209177094897634530 ntoreturn:0 ntoskip:0 $&lt;br/&gt;
Wed Sep 25 06:39:58.388 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.36:61105 #4284137 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:58.564 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284137&amp;#93;&lt;/span&gt; end connection 192.168.3.36:61105 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:59.118 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.36:61108 #4284138 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:59.168 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284138&amp;#93;&lt;/span&gt; end connection 192.168.3.36:61108 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:59.391 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.36:61111 #4284139 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:59.426 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.37:55996 #4284140 (116 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:59.435 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284140&amp;#93;&lt;/span&gt; end connection 192.168.3.37:55996 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:59.440 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284139&amp;#93;&lt;/span&gt; end connection 192.168.3.36:61111 (114 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:59.620 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.34:64395 #4284141 (115 connections now open)&lt;br/&gt;
Wed Sep 25 06:39:59.762 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4284141&amp;#93;&lt;/span&gt; end connection 192.168.3.34:64395 (114 connections now open)&lt;/p&gt;

</description>
                <environment></environment>
        <key id="91477">SERVER-10895</key>
            <summary>Duplicate indexes being created at the same time</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="rassi">J Rassi</assignee>
                                    <reporter username="matthewcanty">Matthew Canty</reporter>
                        <labels>
                            <label>indexing</label>
                            <label>mongos</label>
                    </labels>
                <created>Wed, 25 Sep 2013 14:35:44 +0000</created>
                <updated>Wed, 10 Dec 2014 23:04:59 +0000</updated>
                            <resolved>Wed, 25 Sep 2013 14:53:38 +0000</resolved>
                                    <version>2.4.2</version>
                                                    <component>Index Maintenance</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="431084" author="matthewcanty" created="Wed, 25 Sep 2013 14:50:15 +0000"  >&lt;p&gt;Thanks Jason&lt;/p&gt;</comment>
                            <comment id="431083" author="rassi@10gen.com" created="Wed, 25 Sep 2013 14:47:21 +0000"  >&lt;p&gt;This is a known issue (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9856&quot; title=&quot;No check for building identical background indexes concurrently&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9856&quot;&gt;&lt;del&gt;SERVER-9856&lt;/del&gt;&lt;/a&gt;) that has been fixed in 2.4.5.  You can run db.repairDatabase() to fix the affected database, and upgrade mongod to 2.4.6 to prevent this from happening again.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="77758">SERVER-9856</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="102965">SERVER-12147</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>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 25 Sep 2013 14:47:21 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 21 weeks 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>true</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>
                            10 years, 21 weeks 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>rassi</customfieldvalue>
            <customfieldvalue>matthewcanty</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmf87:</customfieldvalue>

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

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

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