<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:33:43 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-14054] Mongod service does not respect chkconfig configuration</title>
                <link>https://jira.mongodb.org/browse/SERVER-14054</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Version: 2.6.1&lt;br/&gt;
OS : CentOS 6.x, Amazon linux&lt;/p&gt;

&lt;p&gt;I am trying to turn off the mongod service on one of my servers.&lt;br/&gt;
 #chkconfig mongod off&lt;br/&gt;
#chkconfig --list mongod&lt;br/&gt;
mongod          0:off   1:off   2:off   3:off   4:off   5:off   6:off&lt;/p&gt;

&lt;p&gt;However on reboot i notice that the mongod service is running. Doesn&apos;t look like the chkconfig config is respected by the mongod server.&lt;/p&gt;</description>
                <environment></environment>
        <key id="138098">SERVER-14054</key>
            <summary>Mongod service does not respect chkconfig configuration</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="ernie.hershey@mongodb.com">Ernie Hershey</assignee>
                                    <reporter username="dharshanr@scalegrid.net">Dharshan Rangegowda</reporter>
                        <labels>
                    </labels>
                <created>Tue, 27 May 2014 02:36:12 +0000</created>
                <updated>Wed, 10 Dec 2014 23:18:30 +0000</updated>
                            <resolved>Wed, 9 Jul 2014 21:07:35 +0000</resolved>
                                    <version>2.6.1</version>
                                                    <component>Packaging</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="647842" author="ernie.hershey@10gen.com" created="Thu, 3 Jul 2014 19:03:15 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=dharshanr%40scalegrid.net&quot; class=&quot;user-hover&quot; rel=&quot;dharshanr@scalegrid.net&quot;&gt;dharshanr@scalegrid.net&lt;/a&gt; - when you run &quot;ps auwx | grep mongod&quot; it&apos;s listing mongos because it&apos;s running as the &quot;mongod&quot; user.&lt;/p&gt;

&lt;p&gt;As you can see, there&apos;s no mongod process so chkconfig did indeed disable starting mongod. &lt;/p&gt;

&lt;p&gt;Do you have any other questions or problems that should be addressed in this ticket? &lt;/p&gt;

&lt;p&gt;You can generally get more help if you email the user group which has a wider audience of people who can help with issues like this. &lt;br/&gt;
&lt;a href=&quot;https://groups.google.com/forum/#!forum/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://groups.google.com/forum/#!forum/mongodb-user&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="619539" author="dharshanr@scalegrid.net" created="Fri, 13 Jun 2014 00:53:08 +0000"  >&lt;p&gt;Here you go &lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ip-172-31-36-150 ec2-user&amp;#93;&lt;/span&gt;# ps auwx | grep mongod&lt;br/&gt;
root      1250  0.0  0.0 152344  1540 ?        S    Jun12   0:00 su -s /bin/bash mongodb-mms-agent -c /usr/bin/mongodb-mms-monitoring-agent -conf /etc/mongodb-mm&lt;br/&gt;
config&lt;br/&gt;
218       1259  0.0  0.1 488296  8104 ?        Ssl  Jun12   0:02 /usr/bin/mongodb-mms-monitoring-agent -conf /etc/mongodb-mms/monitoring-agent.config&lt;br/&gt;
mongod    1408  0.1  0.1 273692 11852 ?        Sl   Jun12   0:14 /usr/bin/mongos -f /etc/mongos.conf&lt;br/&gt;
root      2548  0.0  0.0 110268   844 pts/0    S+   00:47   0:00 grep mongod&lt;/p&gt;

&lt;p&gt;It&apos;s fairly confusing - why is mongos appearing as mongod? I hacked together the /etc/init.d script based on the mongod script.  Killing this process and then running &quot;service mongos start&quot; appears to do the trick&lt;/p&gt;

&lt;p&gt;Here it my mongos start script&lt;br/&gt;
#!/bin/bash&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;mongos - Startup script for mongos&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;chkconfig: 35 85 15&lt;/li&gt;
	&lt;li&gt;description: Mongo is a scalable, document-oriented database.&lt;/li&gt;
	&lt;li&gt;processname: mongod&lt;/li&gt;
	&lt;li&gt;config: /etc/mongos.conf&lt;/li&gt;
	&lt;li&gt;pidfile: /var/run/mongo/mongos.pid&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;. /etc/rc.d/init.d/functions&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;things from mongod.conf get there by mongod reading it&lt;/li&gt;
&lt;/ol&gt;



&lt;ol&gt;
	&lt;li&gt;NOTE: if you change any OPTIONS here, you get what you pay for:&lt;/li&gt;
	&lt;li&gt;this script assumes all options are in the config file.&lt;br/&gt;
CONFIGFILE=&quot;/etc/mongos.conf&quot;&lt;br/&gt;
OPTIONS=&quot; -f $CONFIGFILE&quot;&lt;br/&gt;
SYSCONFIG=&quot;/etc/sysconfig/mongos&quot;&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;FIXME: 1.9.x has a --shutdown flag that parses the config file and&lt;/li&gt;
	&lt;li&gt;shuts down the correct running pid, but that&apos;s unavailable in 1.8&lt;/li&gt;
	&lt;li&gt;for now.  This can go away when this script stops supporting 1.8.&lt;br/&gt;
DBPATH=`awk -F= &apos;/^dbpath=/
{print $2}&apos; &quot;$CONFIGFILE&quot;`&lt;br/&gt;
PIDFILE=`awk -F= &apos;/^dbpath\s=\s/{print $2}
&lt;p&gt;&apos; &quot;$CONFIGFILE&quot;`&lt;br/&gt;
mongos=/usr/bin/mongos&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;MONGO_USER=mongod&lt;br/&gt;
MONGO_GROUP=mongod&lt;/p&gt;

&lt;p&gt;if [ -f &quot;$SYSCONFIG&quot; ]; then&lt;br/&gt;
    . &quot;$SYSCONFIG&quot;&lt;br/&gt;
fi&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Handle NUMA access to CPUs (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3574&quot; title=&quot;add numactl to init scripts &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3574&quot;&gt;&lt;del&gt;SERVER-3574&lt;/del&gt;&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;This verifies the existence of numactl as well as testing that the command works&lt;br/&gt;
NUMACTL_ARGS=&quot;--interleave=all&quot;&lt;br/&gt;
if which numactl &amp;gt;/dev/null 2&amp;gt;/dev/null &amp;amp;&amp;amp; numactl $NUMACTL_ARGS ls / &amp;gt;/dev/null 2&amp;gt;/dev/null&lt;br/&gt;
then&lt;br/&gt;
    NUMACTL=&quot;numactl $NUMACTL_ARGS&quot;&lt;br/&gt;
else&lt;br/&gt;
    NUMACTL=&quot;&quot;&lt;br/&gt;
fi&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;start()&lt;br/&gt;
{&lt;br/&gt;
  echo -n $&quot;Starting mongos: &quot;&lt;br/&gt;
  daemon --user &quot;$MONGO_USER&quot; $NUMACTL $mongos $OPTIONS&lt;br/&gt;
  RETVAL=$?&lt;br/&gt;
  echo&lt;br/&gt;
  [ $RETVAL -eq 0 ] &amp;amp;&amp;amp; touch /var/lock/subsys/mongos&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;stop()&lt;br/&gt;
{&lt;br/&gt;
  echo -n $&quot;Stopping mongos: &quot;&lt;br/&gt;
  killproc -p &quot;$PIDFILE&quot; -d 300 /usr/bin/mongos&lt;br/&gt;
    restart&lt;br/&gt;
    ;;&lt;br/&gt;
  condrestart)&lt;br/&gt;
    [ -f /var/lock/subsys/mongos ] &amp;amp;&amp;amp; restart || :&lt;br/&gt;
    ;;&lt;br/&gt;
  status)&lt;br/&gt;
    status $mongos&lt;br/&gt;
    RETVAL=$?&lt;br/&gt;
    ;;&lt;br/&gt;
  *)&lt;br/&gt;
    echo &quot;Usage: $0 &lt;/p&gt;
{start|stop|status|restart|reload|force-reload|condrestart}
&lt;p&gt;&quot;&lt;br/&gt;
    RETVAL=1&lt;br/&gt;
esac&lt;/p&gt;

&lt;p&gt;exit $RETVAL&lt;br/&gt;
~&lt;/p&gt;

</comment>
                            <comment id="616217" author="ramon.fernandez" created="Tue, 10 Jun 2014 22:22:24 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=dharshanr%40scalegrid.net&quot; class=&quot;user-hover&quot; rel=&quot;dharshanr@scalegrid.net&quot;&gt;dharshanr@scalegrid.net&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;we still need more information to diagnose this ticket. If this is still an issue for you, can you please provide the information Ernie requested above?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Ram&#243;n.&lt;/p&gt;</comment>
                            <comment id="600289" author="ernie.hershey@10gen.com" created="Wed, 28 May 2014 22:10:05 +0000"  >&lt;p&gt;The symlinks under /etc/rc.d look like the chkconfig command did what it was supposed to. Can you run &quot;ps auwx | grep mongod&quot; and show the output? &lt;/p&gt;

&lt;p&gt;You can also run this to see if another script under /etc/init.d is starting it: &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;   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;grep -r mongod /etc/init.d&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;

&lt;p&gt;Can you provide more detail on the MMS agent you have installed? How did you install it? What&apos;s the version? &lt;/p&gt;</comment>
                            <comment id="599005" author="dharshanr@scalegrid.net" created="Wed, 28 May 2014 01:27:12 +0000"  >&lt;p&gt;Here are the results after I disable the service and reboot. &quot;service status mongod&quot; says the service is stopped but the mongod process is running.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ip-10-251-86-194 ec2-user&amp;#93;&lt;/span&gt;# find /etc/ -name &amp;#42;mongod -ls&lt;br/&gt;
 11939    4 &lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;-   1 root     root           47 May 16 16:58 /etc/sysconfig/mongod&lt;br/&gt;
  5776    0 lrwxrwxrwx   1 root     root           16 May 28 01:03 /etc/rc.d/rc2.d/K15mongod -&amp;gt; ../init.d/mongod&lt;br/&gt;
  5808    0 lrwxrwxrwx   1 root     root           16 May 28 01:03 /etc/rc.d/rc4.d/K15mongod -&amp;gt; ../init.d/mongod&lt;br/&gt;
 11935    4 -rwxr-xr-x   1 root     root         2342 May 16 16:58 /etc/rc.d/init.d/mongod&lt;br/&gt;
 11953    0 lrwxrwxrwx   1 root     root           16 May 28 00:35 /etc/rc.d/rc6.d/K15mongod -&amp;gt; ../init.d/mongod&lt;br/&gt;
 11948    0 lrwxrwxrwx   1 root     root           16 May 28 00:35 /etc/rc.d/rc1.d/K15mongod -&amp;gt; ../init.d/mongod&lt;br/&gt;
  5820    0 lrwxrwxrwx   1 root     root           16 May 28 01:03 /etc/rc.d/rc5.d/K15mongod -&amp;gt; ../init.d/mongod&lt;br/&gt;
  5798    0 lrwxrwxrwx   1 root     root           16 May 28 01:03 /etc/rc.d/rc3.d/K15mongod -&amp;gt; ../init.d/mongod&lt;br/&gt;
 11947    0 lrwxrwxrwx   1 root     root           16 May 28 00:35 /etc/rc.d/rc0.d/K15mongod -&amp;gt; ../init.d/mongod&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ip-10-251-86-194 ec2-user&amp;#93;&lt;/span&gt;# pgrep mongod&lt;br/&gt;
1179&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ip-10-251-86-194 ec2-user&amp;#93;&lt;/span&gt;# service mongod status&lt;br/&gt;
mongod is stopped&lt;/p&gt;</comment>
                            <comment id="598777" author="ernie.hershey@10gen.com" created="Tue, 27 May 2014 21:35:44 +0000"  >&lt;p&gt;Hm, we&apos;ve basically done that and can&apos;t reproduce the problem yet. We&apos;ll keep trying but can you post the output of the command I mentioned? Can you also show the output of &quot;ps&quot; or the command you&apos;re using to tell that the process is running? &lt;/p&gt;</comment>
                            <comment id="598715" author="dharshanr@scalegrid.net" created="Tue, 27 May 2014 20:58:42 +0000"  >&lt;p&gt;That would be my guess as well. I have the mongodb monitoring agent installed on the box. If I do &quot;service mongod status&quot; it shows up as &quot;stopped&quot; but the mongod process is running. Is it possible that somehow the MMS agent is trigger the process manually. &lt;/p&gt;

&lt;p&gt;It is very simple to repro&lt;br/&gt;
1) Install mongod server, mongod shell, tools on box&lt;br/&gt;
2) Disable the mongod process - &quot;chkconfig mongod off&quot;&lt;br/&gt;
3) Reboot the box&lt;/p&gt;</comment>
                            <comment id="598269" author="ernie.hershey@10gen.com" created="Tue, 27 May 2014 19:44:11 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=dharshanr%40scalegrid.net&quot; class=&quot;user-hover&quot; rel=&quot;dharshanr@scalegrid.net&quot;&gt;dharshanr@scalegrid.net&lt;/a&gt; - is it possible something other than the normal mongod init script is starting up mongod? &lt;/p&gt;

&lt;p&gt;To help troubleshoot, can you post the output of this command? &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;   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;find /etc/ -name \*mongod -ls&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&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>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 27 May 2014 16:26:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 32 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>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, 32 weeks, 6 days ago
                        </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>dharshanr@scalegrid.net</customfieldvalue>
            <customfieldvalue>ernie.hershey@mongodb.com</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrluen:</customfieldvalue>

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

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

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