<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:00:58 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-2710] Running replSetReconfig while writing to a collection causes secondaries and arbiters to segfault.</title>
                <link>https://jira.mongodb.org/browse/SERVER-2710</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;In short:&lt;/p&gt;

&lt;p&gt;1.Create a replica set with 6 nodes ( 1 primary, 3 secondaries and 2 arbiters.)&lt;br/&gt;
2. Insert a lot of trivial documents.&lt;br/&gt;
3. While doing the insert run replSetReconfig repeatedly.&lt;/p&gt;

&lt;p&gt;Expected outcome:&lt;br/&gt;
No issues.&lt;/p&gt;

&lt;p&gt;Actual Outcome:&lt;br/&gt;
1.6.x: One secondary and one arbiter crash with the following backtrace:&lt;/p&gt;

&lt;p&gt; Tue Mar  8 13:05:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:50215 #6&lt;br/&gt;
Tue Mar  8 13:05:08 Got signal: 11 (Segmentation fault).&lt;/p&gt;

&lt;p&gt;Tue Mar  8 13:05:08 Backtrace:&lt;br/&gt;
0x824629 0x7f47172a41f0 0x66c10b 0x67020a 0x6682e2 0x797117 0x798538 0x5fb7e5 0x60029f 0x7074ba 0x70aaf6 0x82691b 0x83a4b0 0x7f4717d7e914 0x7f47173437dd &lt;br/&gt;
 /home/behackett/mongo/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x824629&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(+0x321f0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f47172a41f0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/behackett/mongo/bin/mongod(&lt;em&gt;ZN5mongo11ReplSetImpl17_fillIsMasterHostEPKNS_6MemberERSt6vectorISsSaISsEES7_S7&lt;/em&gt;+0x2b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x66c10b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/behackett/mongo/bin/mongod(_ZN5mongo11ReplSetImpl13_fillIsMasterERNS_14BSONObjBuilderE+0x27a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x67020a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/behackett/mongo/bin/mongod(_ZN5mongo11CmdIsMaster3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb+0x52) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6682e2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/behackett/mongo/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x597) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x797117&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/behackett/mongo/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x798) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x798538&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/behackett/mongo/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5fb7e5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/behackett/mongo/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0x1bbf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x60029f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/behackett/mongo/bin/mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7074ba&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/behackett/mongo/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0x14d6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x70aaf6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/behackett/mongo/bin/mongod(_ZN5mongo10connThreadEPNS_13MessagingPortE+0x30b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x82691b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/behackett/mongo/bin/mongod(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83a4b0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libpthread.so.0(+0x6914) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f4717d7e914&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f47173437dd&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Tue Mar  8 13:05:08 dbexit: &lt;/p&gt;

&lt;p&gt;1.8.0-rc1: Backtrace in the log of one secondary:&lt;/p&gt;

&lt;p&gt;Tue Mar  8 13:19:46 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:43559 #9&lt;br/&gt;
Tue Mar  8 13:19:57 &lt;span class=&quot;error&quot;&gt;&amp;#91;replica set sync&amp;#93;&lt;/span&gt; DBClientCursor::init call() failed&lt;br/&gt;
Tue Mar  8 13:19:57 &lt;span class=&quot;error&quot;&gt;&amp;#91;replica set sync&amp;#93;&lt;/span&gt;   Assertion failure r.haveCursor() db/repl/rs_sync.cpp 288&lt;br/&gt;
0x530b21 0x541131 0x69ffe6 0x6a0c00 0x6a10b1 0x7f41d9fb2c57 0x7f41da6db914 0x7f41d8d127dd &lt;br/&gt;
 mongod(_ZN5mongo12sayDbContextEPKc+0xb1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x530b21&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo8assertedEPKcS1_j+0xc1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x541131&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11ReplSetImpl8syncTailEv+0xd96) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x69ffe6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11ReplSetImpl10syncThreadEv+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6a0c00&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo15startSyncThreadEv+0x1d1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6a10b1&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread-mt-1_42.so.1.42.0(thread_proxy+0x77) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f41d9fb2c57&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libpthread.so.0(+0x6914) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f41da6db914&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f41d8d127dd&amp;#93;&lt;/span&gt;&lt;br/&gt;
Tue Mar  8 13:19:57 &lt;span class=&quot;error&quot;&gt;&amp;#91;replica set sync&amp;#93;&lt;/span&gt; replSet syncThread: 0 assertion db/repl/rs_sync.cpp:288&lt;br/&gt;
Tue Mar  8 13:19:57 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn9&amp;#93;&lt;/span&gt; end connection 127.0.0.1:43559&lt;/p&gt;</description>
                <environment>Linux x64_64</environment>
        <key id="15044">SERVER-2710</key>
            <summary>Running replSetReconfig while writing to a collection causes secondaries and arbiters to segfault.</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="9">Done</resolution>
                                        <assignee username="kristina">Kristina Chodorow</assignee>
                                    <reporter username="bernie@mongodb.com">Bernie Hackett</reporter>
                        <labels>
                    </labels>
                <created>Tue, 8 Mar 2011 21:46:15 +0000</created>
                <updated>Tue, 12 Jul 2016 00:19:24 +0000</updated>
                            <resolved>Tue, 3 May 2011 12:42:44 +0000</resolved>
                                    <version>1.6.4</version>
                    <version>1.6.5</version>
                    <version>1.8.0-rc1</version>
                                    <fixVersion>1.9.1</fixVersion>
                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="39171" author="kristina" created="Fri, 24 Jun 2011 22:02:24 +0000"  >&lt;p&gt;Yes.&lt;/p&gt;</comment>
                            <comment id="39027" author="dwight_10gen" created="Fri, 24 Jun 2011 04:40:38 +0000"  >&lt;p&gt;kristina will know more definitively but i believe yes.&lt;/p&gt;</comment>
                            <comment id="38979" author="mikeyk" created="Thu, 23 Jun 2011 22:15:06 +0000"  >&lt;p&gt;Would this also fix the primary segfaulting when calling replSetReconfig? Have seen this happen with two different replica sets when removing a node.&lt;/p&gt;</comment>
                            <comment id="30678" author="auto" created="Mon, 2 May 2011 19:41:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;kchodorow&apos;, u&apos;name&apos;: u&apos;Kristina&apos;, u&apos;email&apos;: u&apos;kristina@10gen.com&apos;}
&lt;p&gt;Message: never set self to 0 &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2710&quot; title=&quot;Running replSetReconfig while writing to a collection causes secondaries and arbiters to segfault.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2710&quot;&gt;&lt;del&gt;SERVER-2710&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/be8e2f261d50a410749f2934431d451eecdb47b3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/be8e2f261d50a410749f2934431d451eecdb47b3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="25562" author="kristina" created="Tue, 8 Mar 2011 22:09:42 +0000"  >&lt;p&gt;The closing of connections is intentional and expected.  &lt;/p&gt;</comment>
                            <comment id="25560" author="behackett" created="Tue, 8 Mar 2011 22:07:07 +0000"  >&lt;p&gt;I should also note that in 1.8.0-rc1 the primary closes all connections when stepping down then becoming primary again:&lt;/p&gt;

&lt;p&gt;Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt; replSet replSetReconfig config object parses ok, 6 members specified&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt; replSet replSetReconfig &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt; replSet info saving a newer config version to local.system.replset&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt; replSet relinquishing primary state&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt; replSet SECONDARY&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt; replSet closing client sockets after reqlinquishing primary&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt; replSet PRIMARY&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt; replSet replSetReconfig new config saved locally&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt;   SocketException in connThread, closing client connection&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn30&amp;#93;&lt;/span&gt;   SocketException in connThread, closing client connection&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn31&amp;#93;&lt;/span&gt;   SocketException in connThread, closing client connection&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn29&amp;#93;&lt;/span&gt;   SocketException in connThread, closing client connection&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplSetHealthPollTask&amp;#93;&lt;/span&gt; replSet info behackett-dt:31018 is down (or slow to respond): socket exception&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplSetHealthPollTask&amp;#93;&lt;/span&gt; replSet info behackett-dt:31021 is down (or slow to respond): socket exception&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplSetHealthPollTask&amp;#93;&lt;/span&gt; replSet info behackett-dt:31022 is down (or slow to respond): socket exception&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplSetHealthPollTask&amp;#93;&lt;/span&gt; replSet info behackett-dt:31019 is down (or slow to respond): socket exception&lt;br/&gt;
Tue Mar  8 13:30:41 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplSetHealthPollTask&amp;#93;&lt;/span&gt; replSet info behackett-dt:31020 is down (or slow to respond): socket exception&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="18585">SERVER-3314</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="23732">SERVER-4091</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19191">SERVER-3381</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="16553">SERVER-3032</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>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 8 Mar 2011 21:52:20 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 34 weeks, 5 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>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>
                            12 years, 34 weeks, 5 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>auto</customfieldvalue>
            <customfieldvalue>bernie@mongodb.com</customfieldvalue>
            <customfieldvalue>dwight@mongodb.com</customfieldvalue>
            <customfieldvalue>kristina</customfieldvalue>
            <customfieldvalue>mikeyk</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrp49r:</customfieldvalue>

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

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

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