<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:02:39 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>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-6719] (osd_object.c:410:osd_object_init()) lsd-MDT0000: lookup [0x200042d88:0x1885d:0x0]/0x45f89372 failed: rc = -17</title>
                <link>https://jira.whamcloud.com/browse/LU-6719</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;On at least one of our MDTs, we have gotten the following error many times:&lt;/p&gt;

&lt;p&gt;2015-05-27 14:57:28 LustreError: 14118:0:(osd_object.c:410:osd_object_init()) lsd-MDT0000: lookup &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200042d88:0x1885d:0x0&amp;#93;&lt;/span&gt;/0x45f89372 failed: rc = -17&lt;/p&gt;

&lt;p&gt;-17 is EEXIST.&lt;/p&gt;

&lt;p&gt;There are no other Lustre messages in the console logs anywhere near these messages.&lt;/p&gt;

&lt;p&gt;We are using ZFS OSDs.&lt;/p&gt;

&lt;p&gt;Lustre version 2.5.3-5chaos. (See github.com/chaos/lustre)&lt;/p&gt;

&lt;p&gt;If this is a bug, then please work on a fix.  If this is not a bug, then please silence the scary message.&lt;/p&gt;</description>
                <environment></environment>
        <key id="30639">LU-6719</key>
            <summary>(osd_object.c:410:osd_object_init()) lsd-MDT0000: lookup [0x200042d88:0x1885d:0x0]/0x45f89372 failed: rc = -17</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                            <label>llnl</label>
                            <label>llnlfixready</label>
                    </labels>
                <created>Fri, 12 Jun 2015 18:34:43 +0000</created>
                <updated>Mon, 18 Jul 2016 21:50:31 +0000</updated>
                            <resolved>Fri, 5 Feb 2016 15:34:33 +0000</resolved>
                                    <version>Lustre 2.5.3</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="118487" author="pjones" created="Sun, 14 Jun 2015 12:58:13 +0000"  >&lt;p&gt;Hi Nathaniel&lt;/p&gt;

&lt;p&gt;Could you please help with this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="120153" author="utopiabound" created="Thu, 2 Jul 2015 15:36:11 +0000"  >&lt;p&gt;Do you have the lustre debug logs from one of these occurrences?  What version of ZFS/SPL are you running?&lt;/p&gt;

&lt;p&gt;Are any of the clients getting errors?&lt;/p&gt;</comment>
                            <comment id="125273" author="marc@llnl.gov" created="Wed, 26 Aug 2015 19:54:54 +0000"  >&lt;p&gt;I do not have debug logs from any of the occurrences, but they are still happening today and we are running the following:&lt;br/&gt;
zfs-0.6.4.2-1.ch5.3.x86_64&lt;br/&gt;
spl-0.6.4.2-1.ch5.3.x86_64&lt;br/&gt;
lustre-2.5.4-4chaos_2.6.32_504.16.2.1chaos.ch5.3.x86_64.x86_64&lt;/p&gt;

&lt;p&gt;On the MDS node:&lt;br/&gt;
2015-08-26 10:10:53 LustreError: 21134:0:(osd_object.c:410:osd_object_init()) fsv-MDT0000: lookup &lt;span class=&quot;error&quot;&gt;&amp;#91;0x20000f69c:0xca0c:0x0&amp;#93;&lt;/span&gt;/0x2c998679 failed: rc = -17&lt;/p&gt;

&lt;p&gt;On a client node at the same time:&lt;br/&gt;
2015-08-26 10:10:53 LustreError: 11-0: fsv-MDT0000-mdc-c0000007adf95800: Communicating with 172.20.20.201@o2ib500, operation ldlm_enqueue failed with -17.&lt;br/&gt;
2015-08-26 10:10:53 LustreError: 30355:0:(mdc_locks.c:918:mdc_enqueue()) ldlm_cli_enqueue: -17&lt;/p&gt;

&lt;p&gt;I see similar sets of messages in the logs where a client ldlm_cli_enqueue receives a -17 error code, and the MDS reports the lookup failed rc = -17.&lt;/p&gt;
</comment>
                            <comment id="128819" author="marc@llnl.gov" created="Tue, 29 Sep 2015 21:37:23 +0000"  >&lt;p&gt;Is there any progress on this?  Are you waiting on something from LLNL?&lt;/p&gt;</comment>
                            <comment id="129226" author="jfc" created="Fri, 2 Oct 2015 23:48:16 +0000"  >&lt;p&gt;Marc &amp;#8211; I&apos;ve nudged the support engineer.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
~ jfc.&lt;/p&gt;</comment>
                            <comment id="129324" author="utopiabound" created="Mon, 5 Oct 2015 16:02:51 +0000"  >&lt;p&gt;I was very much hoping for a lustre debug log from the MDS for when it happens.  (Side-note 2.5.4-llnl isn&apos;t up github.com/chaos/lustre)&lt;/p&gt;

&lt;p&gt;Do you know what the client is doing when it gets this error?&lt;/p&gt;

&lt;p&gt;The EEXIST is percolating up from the ZFS layer (sa_buf_hold()).&lt;/p&gt;</comment>
                            <comment id="129375" author="marc@llnl.gov" created="Mon, 5 Oct 2015 20:16:57 +0000"  >&lt;p&gt;It is not happening frequently enough for us to warrant watching the logs for an occurrence to dump the logs.  With the volume of traffic we have the logs roll over pretty quickly.  Also, with the frequency at which jobs cycle through, I&apos;m not sure what the client is doing at the time either.&lt;/p&gt;

&lt;p&gt;Chris, can you point Nathaniel to where our source code is held?&lt;/p&gt;</comment>
                            <comment id="129378" author="morrone" created="Mon, 5 Oct 2015 20:59:42 +0000"  >&lt;p&gt;Our code is based on Intel&apos;s private FE branch.  Be carefully what you ask for Nathaniel. &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="130136" author="marc@llnl.gov" created="Mon, 12 Oct 2015 18:01:06 +0000"  >&lt;p&gt;I was able to modify our syslog-ng config to force a dump of the logs when a certain syslog message came through.  Do you want just the MDS dump, or all the OSS nodes as well?&lt;/p&gt;</comment>
                            <comment id="130145" author="utopiabound" created="Mon, 12 Oct 2015 20:28:29 +0000"  >&lt;p&gt;Definitely the MDS.  From your previous comments it seems like the OSS nodes don&apos;t report any errors, so I don&apos;t think I need those logs, unless it&apos;s free for you to collect them.  The client if you can get it might also prove helpful.&lt;/p&gt;</comment>
                            <comment id="130152" author="marc@llnl.gov" created="Mon, 12 Oct 2015 21:28:47 +0000"  >&lt;p&gt;Here is the MDS.  If you want the OSS logs, I can tar them up and attach as well.  I cannot capture the client logs, as I don&apos;t have a suitable means to trigger a dump when it happens on the client side.  Hopefully this helps.&lt;/p&gt;</comment>
                            <comment id="131928" author="marc@llnl.gov" created="Wed, 28 Oct 2015 21:22:03 +0000"  >&lt;p&gt;I have a few more log dumps if you need/want them.  Were you able to get anything interesting from the logs I uploaded?&lt;/p&gt;</comment>
                            <comment id="132154" author="utopiabound" created="Fri, 30 Oct 2015 14:02:12 +0000"  >&lt;p&gt;There is amazingly little in the debug log of interest.  I don&apos;t suppose the messages file or dmesg has anything more interesting when this happens?&lt;/p&gt;</comment>
                            <comment id="132171" author="marc@llnl.gov" created="Fri, 30 Oct 2015 16:38:34 +0000"  >&lt;p&gt;No, just what I&apos;ve given you.  It seems to happen pretty often.  I could increase the debugging level on the servers for a few days and wait for another one to trigger a dump.  Do you want any specific levels added, rather then just a &quot;-1&quot;?  We are running with:&lt;/p&gt;

&lt;p&gt;ioctl neterror warning error emerg config console&lt;/p&gt;</comment>
                            <comment id="132194" author="morrone" created="Fri, 30 Oct 2015 18:09:18 +0000"  >&lt;p&gt;-1 on the MDS is probably not a good idea for very long.&lt;/p&gt;

&lt;p&gt;Nathaniel, what have you learned from the code so far?  Can you explain why the server calls osd_object_init() on an existing object?  Under what conditions does it fail to check if the object exists before calling the initialization function?&lt;/p&gt;</comment>
                            <comment id="132551" author="utopiabound" created="Tue, 3 Nov 2015 21:31:40 +0000"  >&lt;p&gt;It appears from my reading that &lt;tt&gt;lustre/obdclass/lu_object.c::lu_object_find_try()&lt;/tt&gt; does the following:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;lock hash
	&lt;ul&gt;
		&lt;li&gt;Check to see if fid has an object in has&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;unlock hash&lt;/li&gt;
	&lt;li&gt;if object not in hash, create an object and initialize it&lt;/li&gt;
	&lt;li&gt;lock hash
	&lt;ul&gt;
		&lt;li&gt;Check to see if object is in hash, if not add it, if it is destroy new object&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;unlock hash&lt;/li&gt;
	&lt;li&gt;return object that was in cache&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;It looks like multiple attempts can be made to create the same FID, thus resulting in an error being returned because the first one succeeds, and later ones can&apos;t initialize correctly.&lt;/p&gt;

&lt;p&gt;If you traced with +info, I&apos;m pretty sure you&apos;d see either &lt;tt&gt;mdt_object_new()&lt;/tt&gt; or &lt;tt&gt;mdt_object_find()&lt;/tt&gt; directly before this error message.&lt;/p&gt;

&lt;p&gt;Possible issue: &lt;tt&gt;lu_object_find_try()&lt;/tt&gt; nor &lt;tt&gt;lu_object_find_at()&lt;/tt&gt; above it will retry the lookup on an &lt;tt&gt;EEXIST&lt;/tt&gt;&lt;/p&gt;</comment>
                            <comment id="136445" author="marc@llnl.gov" created="Tue, 15 Dec 2015 22:28:04 +0000"  >&lt;p&gt;This is happening fairly regularly.  Would you like me to enable +info for a day and capture some dumps?&lt;/p&gt;</comment>
                            <comment id="136506" author="utopiabound" created="Wed, 16 Dec 2015 03:45:19 +0000"  >&lt;p&gt;Yes.  That would be helpful to figure out how best to resolve this issue.&lt;/p&gt;</comment>
                            <comment id="137858" author="marc@llnl.gov" created="Mon, 4 Jan 2016 21:22:42 +0000"  >&lt;p&gt;I have attached a debug log with +info added to debugging.&lt;/p&gt;</comment>
                            <comment id="137997" author="utopiabound" created="Tue, 5 Jan 2016 21:58:41 +0000"  >&lt;p&gt;Quick triage of debug_log attached, I find one instance of the message.  I&apos;ve pulled out all the references to that fid from the log:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;Sun Jan  3 20:38:12 2016 [23949] (mdt_handler.c:2488:mdt_object_new()) Allocate object for [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [23949] (mdt_handler.c:5322:mdt_object_init()) object init, fid = [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [23949] (ldlm_resource.c:1515:ldlm_resource_dump()) --- Resource: [0x20006c6de:0x1c752:0x0].0 (ffff880f801a1980) refcount = 1
Sun Jan  3 20:38:12 2016 [23837] (mdt_handler.c:5342:mdt_object_free()) object free, fid = [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [24058] (mdt_handler.c:2505:mdt_object_find()) Find object for [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [24058] (mdt_handler.c:5322:mdt_object_init()) object init, fid = [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [24058] (ldlm_resource.c:1515:ldlm_resource_dump()) --- Resource: [0x20006c6de:0x1c752:0x0].0 (ffff880f801a1980) refcount = 2
Sun Jan  3 20:38:12 2016 [24058] (ldlm_resource.c:1521:ldlm_resource_dump()) ### ### ns: mdt-lse-MDT0000_UUID lock: ffff880856255d00/0xee63e92424c3a04e lrc: 2/0,0 mode: CR/CR res: [0x20006c6de:0x1c752:0x0].0 bits 0x9 rrc: 2 type: IBT flags: 0x40200000000000 nid: 192.168.115.26@o2ib10 remote: 0x1e9fdd93a70839d9 expref: 1571 pid: 23949 timeout: 0 lvb_type: 0 used 402457368
Sun Jan  3 20:38:12 2016 [23949] (mdt_handler.c:2505:mdt_object_find()) Find object for [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [23949] (ldlm_resource.c:1515:ldlm_resource_dump()) --- Resource: [0x20006c6de:0x1c752:0x0].0 (ffff880f801a1980) refcount = 2
Sun Jan  3 20:38:12 2016 [23949] (ldlm_resource.c:1521:ldlm_resource_dump()) ### ### ns: mdt-lse-MDT0000_UUID lock: ffff880856255d00/0xee63e92424c3a04e lrc: 2/0,0 mode: CR/CR res: [0x20006c6de:0x1c752:0x0].0 bits 0x9 rrc: 2 type: IBT flags: 0x40200000000000 nid: 192.168.115.26@o2ib10 remote: 0x1e9fdd93a70839d9 expref: 1571 pid: 23949 timeout: 0 lvb_type: 0 used 402457368
Sun Jan  3 20:38:12 2016 [23949] (mdt_lib.c:545:mdt_dump_lmm()) objid 0x1c752:444126, magic 0x0BD10BD0, pattern 0X1
Sun Jan  3 20:38:12 2016 [23911] (mdt_handler.c:5342:mdt_object_free()) object free, fid = [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [23837] (mdt_handler.c:2505:mdt_object_find()) Find object for [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [23837] (mdt_handler.c:5322:mdt_object_init()) object init, fid = [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [24058] (mdt_handler.c:2505:mdt_object_find()) Find object for [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [24058] (mdt_handler.c:5322:mdt_object_init()) object init, fid = [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [24058] (ldlm_resource.c:1515:ldlm_resource_dump()) --- Resource: [0x20006c6de:0x1c752:0x0].0 (ffff880f801a1980) refcount = 2
Sun Jan  3 20:38:12 2016 [24058] (ldlm_resource.c:1521:ldlm_resource_dump()) ### ### ns: mdt-lse-MDT0000_UUID lock: ffff880856255d00/0xee63e92424c3a04e lrc: 2/0,0 mode: CR/CR res: [0x20006c6de:0x1c752:0x0].0 bits 0x9 rrc: 2 type: IBT flags: 0x40200000000000 nid: 192.168.115.26@o2ib10 remote: 0x1e9fdd93a70839d9 expref: 1570 pid: 23949 timeout: 0 lvb_type: 0 used 402457368
Sun Jan  3 20:38:12 2016 [24058] (mdt_lib.c:545:mdt_dump_lmm()) objid 0x1c752:444126, magic 0x0BD10BD0, pattern 0X1
Sun Jan  3 20:38:12 2016 [23813] (mdt_handler.c:5342:mdt_object_free()) object free, fid = [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [24058] (mdt_handler.c:2505:mdt_object_find()) Find object for [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [24058] (mdt_handler.c:5322:mdt_object_init()) object init, fid = [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [21992] (ldlm_resource.c:1515:ldlm_resource_dump()) --- Resource: [0x20006c6de:0x1c752:0x0].0 (ffff880f801a1980) refcount = 2
Sun Jan  3 20:38:12 2016 [24058] (mdt_handler.c:5342:mdt_object_free()) object free, fid = [0x20006c6de:0x1c752:0x0]
Sun Jan  3 20:38:12 2016 [23837] (osd_object.c:410:osd_object_init()) lse-MDT0000: lookup [0x20006c6de:0x1c752:0x0]/0x4649efde failed: rc = -17
Sun Jan  3 20:38:12 2016 [23837] (mdt_handler.c:5342:mdt_object_free()) object free, fid = [0x20006c6de:0x1c752:0x0]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="138132" author="marc@llnl.gov" created="Wed, 6 Jan 2016 20:55:11 +0000"  >&lt;p&gt;With +info added to debugging, the logs cycle rather quickly.  Hopefully there is enough info to find where the code is having problems.&lt;/p&gt;</comment>
                            <comment id="139451" author="gerrit" created="Wed, 20 Jan 2016 16:41:41 +0000"  >&lt;p&gt;Nathaniel Clark (nathaniel.l.clark@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/18054&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18054&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6719&quot; title=&quot;(osd_object.c:410:osd_object_init()) lsd-MDT0000: lookup [0x200042d88:0x1885d:0x0]/0x45f89372 failed: rc = -17&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6719&quot;&gt;&lt;del&gt;LU-6719&lt;/del&gt;&lt;/a&gt; obdclass: Retry lookup&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f6c8ff3e40e8fa403d23192a3b8f819a6f8a0e77&lt;/p&gt;</comment>
                            <comment id="141343" author="gerrit" created="Fri, 5 Feb 2016 14:57:26 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/18054/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18054/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6719&quot; title=&quot;(osd_object.c:410:osd_object_init()) lsd-MDT0000: lookup [0x200042d88:0x1885d:0x0]/0x45f89372 failed: rc = -17&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6719&quot;&gt;&lt;del&gt;LU-6719&lt;/del&gt;&lt;/a&gt; osd-zfs: Ignore EEXIST during object init&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d96c38aa85d80f5e0630c28d242f8279987c8d5e&lt;/p&gt;</comment>
                            <comment id="141356" author="jgmitter" created="Fri, 5 Feb 2016 15:34:33 +0000"  >&lt;p&gt;Patch has landed for 2.8&lt;/p&gt;</comment>
                            <comment id="141364" author="marc@llnl.gov" created="Fri, 5 Feb 2016 16:32:09 +0000"  >&lt;p&gt;Could you please provide a backported patch for Lustre 2.5?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="20030" name="debug_log.porter-mds1.1451871492.gz" size="265" author="marc@llnl.gov" created="Mon, 4 Jan 2016 21:22:42 +0000"/>
                            <attachment id="19230" name="debug_log.vesta-mds1.1444422149" size="3278545" author="marc@llnl.gov" created="Mon, 12 Oct 2015 21:28:47 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzxfpb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

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