<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:02:13 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-3152] Segmentation fault after too many open files</title>
                <link>https://jira.mongodb.org/browse/SERVER-3152</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The primary node of a replica set ran out of file descriptors, which was logged about:&lt;/p&gt;

&lt;p&gt;root@m2:~# ulimit -n&lt;br/&gt;
1024&lt;/p&gt;

&lt;p&gt;root@m2:~# grep &quot;Too many open files&quot; /var/log/mongodb/mongodb.log | wc -l&lt;br/&gt;
6574844&lt;/p&gt;

&lt;p&gt;but in the end results in a segfault, displayed in the log&apos;s tail:&lt;/p&gt;

&lt;p&gt;Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Listener: accept() returns -1 errno:24 Too many open files&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;6M times&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1126823&amp;#93;&lt;/span&gt;   Uncaught std::exception: boost::filesystem::basic_directory_iterator constructor: Too many open files: &quot;/mnt/mongo/_tmp/esort.1306441653.672251719/&quot;, terminating&lt;br/&gt;
Thu May 26 20:27:35 dbexit: &lt;/p&gt;

&lt;p&gt;Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1126823&amp;#93;&lt;/span&gt; shutdown: going to close listening sockets...&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1126823&amp;#93;&lt;/span&gt; closing listening socket: 18&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1126823&amp;#93;&lt;/span&gt; closing listening socket: 20&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1126823&amp;#93;&lt;/span&gt; shutdown: going to flush oplog...&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1126823&amp;#93;&lt;/span&gt; shutdown: going to close sockets...&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1126823&amp;#93;&lt;/span&gt; shutdown: waiting for fs preallocator...&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1126823&amp;#93;&lt;/span&gt; shutdown: closing all files...&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Listener: accept() returns -1 errno:24 Too many open files&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn8&amp;#93;&lt;/span&gt; end connection 127.0.0.1:55336&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1127914&amp;#93;&lt;/span&gt; assertion 11600 interrupted at shutdown ns:synth.current query:{ query: {}, $snapshot: true }&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1127914&amp;#93;&lt;/span&gt; query synth.current exception  1214ms&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1127914&amp;#93;&lt;/span&gt;   SocketException in connThread, closing client connection&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn7&amp;#93;&lt;/span&gt; end connection 127.0.0.1:55335&lt;br/&gt;
Thu May 26 20:27:35 ERROR: Client::shutdown not called: slaveTracking&lt;br/&gt;
Thu May 26 20:27:35 Got signal: 11 (Segmentation fault).&lt;/p&gt;

&lt;p&gt;Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn52293&amp;#93;&lt;/span&gt; end connection 10.254.238.86:54967&lt;br/&gt;
Thu May 26 20:27:35 Backtrace:&lt;br/&gt;
0x824629 0x7f3429c7eaf0 0x6e1e90 0x6e1efa 0x7247af 0x6c19d7 0x6bcdb2 0x6206cd 0x622b6c 0x705ba4 0x70adf2 0x70b494 0x5588a2 0x7a287c 0x797596 0x798538 0x5fb7e5 0x60029f 0x7074ba 0x70aaf6 &lt;br/&gt;
 /usr/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(+0x33af0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f3429c7eaf0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails6_allocEPKci+0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6e1e90&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails5allocEPKciRNS_7DiskLocE+0x3a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6e1efa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr17fast_oplog_insertEPNS_16NamespaceDetailsEPKci+0x17f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7247af&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6c19d7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo5logOpEPKcS1_RKNS_7BSONObjEPS2_Pb+0x42) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6bcdb2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo14_updateObjectsEbPKcRKNS_7BSONObjES2_bbbRNS_7OpDebugEPNS_11RemoveSaverE+0x1dfd) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6206cd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo13updateObjectsEPKcRKNS_7BSONObjES2_bbbRNS_7OpDebugE+0x11c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x622b6c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo14receivedUpdateERNS_7MessageERNS_5CurOpE+0x4d4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x705ba4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0x17d2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x70adf2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo14DBDirectClient3sayERNS_7MessageE+0x64) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x70b494&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12DBClientBase6updateERKSsNS_5QueryENS_7BSONObjEbb+0x2a2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5588a2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16CmdFindAndModify3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb+0x140c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7a287c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0xa16) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x797596&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/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;
 /usr/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;
 /usr/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;
 /usr/bin/mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7074ba&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0x14d6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x70aaf6&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Thu May 26 20:27:35 dbexit: ; exiting immediately&lt;/p&gt;

&lt;p&gt;Thu May 26 20:27:35 ERROR: Client::~Client _context should be null but is not; client:conn&lt;br/&gt;
Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn31&amp;#93;&lt;/span&gt; end connection 127.0.0.1:55337&lt;br/&gt;
Thu May 26 20:27:36 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn50043&amp;#93;&lt;/span&gt; end connection 10.86.197.56:48503&lt;br/&gt;
Thu May 26 20:27:36 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn430&amp;#93;&lt;/span&gt; end connection 10.212.71.69:40076&lt;br/&gt;
Thu May 26 20:27:37 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn52518&amp;#93;&lt;/span&gt; end connection 10.198.107.95:58198&lt;br/&gt;
                50/245  20%&lt;br/&gt;
                88/245  35%&lt;br/&gt;
Thu May 26 20:27:39 Got signal: 11 (Segmentation fault).&lt;/p&gt;

&lt;p&gt;Thu May 26 20:27:39 Backtrace:&lt;br/&gt;
0x824629 0x7f3429c7eaf0 0x52c2b5 0x701d57 0x702551 0x827a08 0x83a4b0 0x7f342a7829ca 0x7f3429d3170d &lt;br/&gt;
 /usr/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(+0x33af0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f3429c7eaf0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo9MongoFile13closeAllFilesERSt18basic_stringstreamIcSt11char_traitsIcESaIcEE+0xa5) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x52c2b5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo8shutdownEv+0x3a7) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x701d57&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo6dbexitENS_8ExitCodeEPKc+0x201) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x702551&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10connThreadEPNS_13MessagingPortE+0x13f8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x827a08&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/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(+0x69ca) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f342a7829ca&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f3429d3170d&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The node was not responding any more, at least from the first message:&lt;/p&gt;

&lt;p&gt;  Thu May 26 20:25:06 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Listener: accept() returns -1 errno:24 Too many open files&lt;/p&gt;

&lt;p&gt;to the last:&lt;/p&gt;

&lt;p&gt;  Thu May 26 20:27:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Listener: accept() returns -1 errno:24 Too many open files&lt;/p&gt;

&lt;p&gt;but very likely already 10 minutes before; yet a fail-over in the replica set occurred only at the time of the segfault.&lt;/p&gt;

&lt;p&gt;Do let me know if you need more information...&lt;/p&gt;</description>
                <environment>Ubuntu 10.4 LTS on Amazon EC2 large nodes on mdadm/lvm EBS disks</environment>
        <key id="17565">SERVER-3152</key>
            <summary>Segmentation fault after too many open files</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="5">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="skion">Pieter Ennes</reporter>
                        <labels>
                    </labels>
                <created>Thu, 26 May 2011 22:19:34 +0000</created>
                <updated>Thu, 23 Feb 2017 17:54:14 +0000</updated>
                            <resolved>Thu, 23 Feb 2017 17:54:14 +0000</resolved>
                                    <version>1.6.5</version>
                                                    <component>Stability</component>
                                        <votes>1</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="690953" author="shahaf" created="Thu, 14 Aug 2014 19:21:49 +0000"  >&lt;p&gt;I think I hit the same issue.&lt;/p&gt;

&lt;p&gt;I&apos;m running Mongo 2.4.8 on Mac, installed using homebrew.&lt;/p&gt;

&lt;p&gt;/usr/local/etc&amp;gt; mongo --version&lt;br/&gt;
MongoDB shell version: 2.4.8&lt;br/&gt;
/usr/local/etc&amp;gt; mongod --version&lt;br/&gt;
db version v2.4.8&lt;br/&gt;
Thu Aug 14 12:20:43.739 git version: nogitversion&lt;/p&gt;

&lt;p&gt;My mongod process shut down with Exit 14.  I looked at my /usr/local/var/log/mongodb/mongo.log file and found the following:&lt;/p&gt;

&lt;p&gt;Thu Aug 14 12:00:38.022 &lt;span class=&quot;error&quot;&gt;&amp;#91;journal&amp;#93;&lt;/span&gt; exception in dur::groupCommitLL causing immediate shutdown: boost::filesystem::current_path: Too many open files in system&lt;br/&gt;
Thu Aug 14 12:00:38.022 dur4&lt;br/&gt;
Thu Aug 14 12:00:38.022 Got signal: 6 (Abort trap: 6).&lt;/p&gt;

&lt;p&gt;Thu Aug 14 12:00:38.067 Backtrace:&lt;br/&gt;
0x1088c7990 0x1083d822d 0x7fff8e6765aa 0 0x7fff93d27b1a 0x10860a353 0x1085829d5 0x108582dae 0x1088ff8c1 0x7fff8f573899 0x7fff8f57372a 0x7fff8f577fc9&lt;br/&gt;
 0   mongod                              0x00000001088c7990 _ZN5mongo15printStackTraceERSo + 64&lt;br/&gt;
 1   mongod                              0x00000001083d822d _ZN5mongo10abruptQuitEi + 397&lt;br/&gt;
 2   libsystem_platform.dylib            0x00007fff8e6765aa _sigtramp + 26&lt;br/&gt;
 3   ???                                 0x0000000000000000 0x0 + 0&lt;br/&gt;
 4   libsystem_c.dylib                   0x00007fff93d27b1a abort + 125&lt;br/&gt;
 5   mongod                              0x000000010860a353 _ZN5mongo10mongoAbortEPKc + 99&lt;br/&gt;
 6   mongod                              0x00000001085829d5 _ZN5mongo3dur27groupCommitWithLimitedLocksEv + 1429&lt;br/&gt;
 7   mongod                              0x0000000108582dae _ZN5mongo3dur9durThreadEv + 622&lt;br/&gt;
 8   mongod                              0x00000001088ff8c1 thread_proxy + 177&lt;br/&gt;
 9   libsystem_pthread.dylib             0x00007fff8f573899 _pthread_body + 138&lt;br/&gt;
 10  libsystem_pthread.dylib             0x00007fff8f57372a _pthread_struct_init + 0&lt;br/&gt;
 11  libsystem_pthread.dylib             0x00007fff8f577fc9 thread_start + 13&lt;/p&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 13 Jun 2011 22:53:37 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 26 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>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>milkie@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 26 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="10020"><![CDATA[Linux]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>skion</customfieldvalue>
            <customfieldvalue>shahaf</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hroz5b:</customfieldvalue>

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

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

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