<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:22:31 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>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[NETVIRT-809] patch port mysteriously deleted (sporadically)</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-809</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;running netvirt stable/carbon w/ devstack and a provider network on a br-ex type (I called it extnet) bridge and netvirt creates patch ports between br-int to extnet as expected. However, almost immediately the br-int side patch port is erased. The sporadic nature of this seems to be effected by logging because when I turned on logging, I had to rerun three times to get the failure. It should also be noted that disconnecting and then reconnecting OVS seems to fix the issue, the patch port gets configured. The following extracts from the ovsdb tcp conn and md-sal show the diagnosis. I&apos;ve also attached a karaf.log with ovsdb southbound logs set to TRACE but note that it is from a different run than the following materials in this description:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; ovsdb request where the br-int side patch port is created:&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;{
 &quot;id&quot;:&quot;51c8c403-fdb0-43a9-a918-8137a7ae536d&quot;,
 &quot;method&quot;:&quot;transact&quot;,
 &quot;params&quot;:[
 &quot;Open_vSwitch&quot;,
 {
 &quot;op&quot;:&quot;insert&quot;,
 &quot;row&quot;:
{ &quot;name&quot;:&quot;extnet-patch&quot;, &quot;options&quot;:[ &quot;map&quot;, [ [ &quot;peer&quot;, &quot;extnet-int-patch&quot; ] ] ], &quot;type&quot;:&quot;patch&quot; }
,
 &quot;uuid-name&quot;:&quot;Interface_Random_2c5bea2ba983428a93d666ea80b60d76&quot;,
 &quot;table&quot;:&quot;Interface&quot;
 },
{ &quot;op&quot;:&quot;mutate&quot;, &quot;where&quot;:[ [ &quot;name&quot;, &quot;==&quot;, &quot;extnet-patch&quot; ] ], &quot;mutations&quot;:[ [ &quot;external_ids&quot;, &quot;delete&quot;, [ &quot;set&quot;, [ &quot;opendaylight-iid&quot; ] ] ], [ &quot;external_ids&quot;, &quot;insert&quot;, [ &quot;map&quot;, [ [ &quot;opendaylight-iid&quot;, &quot;/network-topology:network-topology/network-topology:topology[ network-topology:topology-id=&apos;ovsdb:1&apos; ] /network-topology:node[ network-topology:node-id=&apos;ovsdb://uuid/d6b942f3-3d84-4403-b840-269bf6a8e867/bridge/br-int&apos; ] /network-topology:termination-point[ network-topology:tp-id=&apos;extnet-patch&apos; ] &quot; ] ] ] ] ], &quot;table&quot;:&quot;Port&quot; }
,
 {
 &quot;op&quot;:&quot;insert&quot;,
 &quot;row&quot;:
{ &quot;interfaces&quot;:[ &quot;set&quot;, [ [ &quot;named-uuid&quot;, &quot;Interface_Random_2c5bea2ba983428a93d666ea80b60d76&quot; ] ] ], &quot;name&quot;:&quot;extnet-patch&quot; }
,
 &quot;uuid-name&quot;:&quot;Port_Random_409734ea329b41b08fef2f5d1ed93ad0&quot;,
 &quot;table&quot;:&quot;Port&quot;
 },
{ &quot;op&quot;:&quot;mutate&quot;, &quot;where&quot;:[ [ &quot;name&quot;, &quot;==&quot;, &quot;br-int&quot; ] ], &quot;mutations&quot;:[ [ &quot;ports&quot;, &quot;insert&quot;, [ &quot;set&quot;, [ [ &quot;named-uuid&quot;, &quot;Port_Random_409734ea329b41b08fef2f5d1ed93ad0&quot; ] ] ] ] ], &quot;table&quot;:&quot;Bridge&quot; }
,
 {
 &quot;op&quot;:&quot;update&quot;,
 &quot;row&quot;:
{ &quot;options&quot;:[ &quot;map&quot;, [ [ &quot;peer&quot;, &quot;extnet-int-patch&quot; ] ] ] }
,
 &quot;where&quot;:[
 [
 &quot;name&quot;,
 &quot;==&quot;,
 &quot;extnet-patch&quot;
 ]
 ],
 &quot;table&quot;:&quot;Interface&quot;
 },
{ &quot;op&quot;:&quot;mutate&quot;, &quot;where&quot;:[ [ &quot;name&quot;, &quot;==&quot;, &quot;extnet-patch&quot; ] ], &quot;mutations&quot;:[ [ &quot;external_ids&quot;, &quot;delete&quot;, [ &quot;set&quot;, [ &quot;opendaylight-iid&quot; ] ] ], [ &quot;external_ids&quot;, &quot;insert&quot;, [ &quot;map&quot;, [ [ &quot;opendaylight-iid&quot;, &quot;/network-topology:network-topology/network-topology:topology[ network-topology:topology-id=&apos;ovsdb:1&apos; ] /network-topology:node[ network-topology:node-id=&apos;ovsdb://uuid/d6b942f3-3d84-4403-b840-269bf6a8e867/bridge/br-int&apos; ] /network-topology:termination-point[ network-topology:tp-id=&apos;extnet-patch&apos; ] &quot; ] ] ] ] ], &quot;table&quot;:&quot;Port&quot; }
,
 {
 &quot;op&quot;:&quot;update&quot;,
 &quot;row&quot;:
{ &quot;qos&quot;:[ &quot;set&quot;, [] ] }
,
 &quot;where&quot;:[
 [
 &quot;name&quot;,
 &quot;==&quot;,
 &quot;extnet-patch&quot;
 ]
 ],
 &quot;table&quot;:&quot;Port&quot;
 }
 ]
 }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; ovsdb request where it&apos;s deleted:&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;{
 &quot;id&quot;:&quot;1c35c7ba-c5eb-42c5-8593-cb565828138c&quot;,
 &quot;method&quot;:&quot;transact&quot;,
 &quot;params&quot;:[
 &quot;Open_vSwitch&quot;,
 {
 &quot;op&quot;:&quot;update&quot;,
 &quot;row&quot;:
{ &quot;other_config&quot;:[ &quot;map&quot;, [ [ &quot;disable-in-band&quot;, &quot;true&quot; ], [ &quot;datapath-id&quot;, &quot;0000960cbf79f448&quot; ] ] ], &quot;fail_mode&quot;:[ &quot;set&quot;, [ &quot;secure&quot; ] ], &quot;external_ids&quot;:[ &quot;map&quot;, [ [ &quot;opendaylight-iid&quot;, &quot;/network-topology:network-topology/network-topology:topology[ network-topology:topology-id=&apos;ovsdb:1&apos; ] /network-topology:node[ network-topology:node-id=&apos;ovsdb://uuid/d6b942f3-3d84-4403-b840-269bf6a8e867/bridge/br-int&apos; ] &quot; ] ] ] }
,
 &quot;where&quot;:[
 [
 &quot;name&quot;,
 &quot;==&quot;,
 &quot;br-int&quot;
 ]
 ],
 &quot;table&quot;:&quot;Bridge&quot;
 },
{ &quot;op&quot;:&quot;mutate&quot;, &quot;where&quot;:[ [ &quot;name&quot;, &quot;==&quot;, &quot;br-int&quot; ] ], &quot;mutations&quot;:[ [ &quot;external_ids&quot;, &quot;delete&quot;, [ &quot;set&quot;, [ &quot;opendaylight-iid&quot; ] ] ], [ &quot;external_ids&quot;, &quot;insert&quot;, [ &quot;map&quot;, [ [ &quot;opendaylight-iid&quot;, &quot;/network-topology:network-topology/network-topology:topology[ network-topology:topology-id=&apos;ovsdb:1&apos; ] /network-topology:node[ network-topology:node-id=&apos;ovsdb://uuid/d6b942f3-3d84-4403-b840-269bf6a8e867/bridge/br-int&apos; ] &quot; ] ] ] ] ], &quot;table&quot;:&quot;Bridge&quot; }
,
 {
 &quot;op&quot;:&quot;insert&quot;,
 &quot;row&quot;:
{ &quot;target&quot;:&quot;tcp:10.9.8.1:6653&quot; }
,
 &quot;uuid-name&quot;:&quot;Random_a61e787726874803a55e91c08d748972&quot;,
 &quot;table&quot;:&quot;Controller&quot;
 },
{ &quot;op&quot;:&quot;mutate&quot;, &quot;where&quot;:[ [ &quot;name&quot;, &quot;==&quot;, &quot;br-int&quot; ] ], &quot;mutations&quot;:[ [ &quot;controller&quot;, &quot;insert&quot;, [ &quot;set&quot;, [ [ &quot;named-uuid&quot;, &quot;Random_a61e787726874803a55e91c08d748972&quot; ] ] ] ] ], &quot;table&quot;:&quot;Bridge&quot; }
,
{ &quot;op&quot;:&quot;mutate&quot;, &quot;where&quot;:[ [ &quot;name&quot;, &quot;==&quot;, &quot;br-int&quot; ] ], &quot;mutations&quot;:[ [ &quot;protocols&quot;, &quot;insert&quot;, [ &quot;set&quot;, [ &quot;OpenFlow13&quot; ] ] ] ], &quot;table&quot;:&quot;Bridge&quot; }
,
{ &quot;op&quot;:&quot;delete&quot;, &quot;where&quot;:[ [ &quot;_uuid&quot;, &quot;==&quot;, [ &quot;uuid&quot;, &quot;32b896c1-7ccf-42b7-a0bb-6244125b8c3b&quot; ] ] ], &quot;table&quot;:&quot;Port&quot; }
,
{ &quot;op&quot;:&quot;comment&quot;, &quot;comment&quot;:&quot;Port: Deleting extnet-patch attached to br-int&quot; }
,
{ &quot;op&quot;:&quot;mutate&quot;, &quot;where&quot;:[ [ &quot;name&quot;, &quot;==&quot;, &quot;br-int&quot; ] ], &quot;mutations&quot;:[ [ &quot;ports&quot;, &quot;delete&quot;, [ &quot;set&quot;, [ [ &quot;uuid&quot;, &quot;32b896c1-7ccf-42b7-a0bb-6244125b8c3b&quot; ] ] ] ] ], &quot;table&quot;:&quot;Bridge&quot; }
,
{ &quot;op&quot;:&quot;comment&quot;, &quot;comment&quot;:&quot;Bridge: Mutating br-int to remove port 32b896c1-7ccf-42b7-a0bb-6244125b8c3b&quot; }
]
 }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;3&amp;#93;&lt;/span&gt; operational DS (no extnet-patch)&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;{
 &quot;node-id&quot;: &quot;ovsdb://uuid/d6b942f3-3d84-4403-b840-269bf6a8e867/bridge/br-int&quot;,
 &quot;ovsdb:managed-by&quot;: &quot;/network-topology:network-topology/network-topology:topology[network-topology:topology-id=&apos;ovsdb:1&apos;]/network-topology:node[network-topology:node-id=&apos;ovsdb://uuid/d6b942f3-3d84-4403-b840-269bf6a8e867&apos;]&quot;,
 &quot;ovsdb:bridge-uuid&quot;: &quot;79bf0c97-946c-48f4-bac8-bdd926916eab&quot;,
 &quot;ovsdb:stp_enable&quot;: false,
 &quot;ovsdb:datapath-id&quot;: &quot;00:00:96:0c:bf:79:f4:48&quot;,
 &quot;ovsdb:bridge-name&quot;: &quot;br-int&quot;,
 &quot;ovsdb:datapath-type&quot;: &quot;ovsdb:datapath-type-system&quot;,
 &quot;ovsdb:protocol-entry&quot;: [
{ &quot;protocol&quot;: &quot;ovsdb:ovsdb-bridge-protocol-openflow-13&quot; }
],
 &quot;ovsdb:fail-mode&quot;: &quot;ovsdb:ovsdb-fail-mode-secure&quot;,
 &quot;ovsdb:bridge-external-ids&quot;: [
{ &quot;bridge-external-id-key&quot;: &quot;opendaylight-iid&quot;, &quot;bridge-external-id-value&quot;: &quot;/network-topology:network-topology/network-topology:topology[network-topology:topology-id=&apos;ovsdb:1&apos;]/network-topology:node[network-topology:node-id=&apos;ovsdb://uuid/d6b942f3-3d84-4403-b840-269bf6a8e867/bridge/br-int&apos;]&quot; }
],
 &quot;ovsdb:controller-entry&quot;: [
{ &quot;target&quot;: &quot;tcp:10.9.8.1:6653&quot;, &quot;is-connected&quot;: true, &quot;controller-uuid&quot;: &quot;7ac787bf-2c25-41ff-98bb-c11b44709885&quot; }
],
 &quot;ovsdb:bridge-other-configs&quot;: [
{ &quot;bridge-other-config-key&quot;: &quot;disable-in-band&quot;, &quot;bridge-other-config-value&quot;: &quot;true&quot; }
,
{ &quot;bridge-other-config-key&quot;: &quot;datapath-id&quot;, &quot;bridge-other-config-value&quot;: &quot;0000960cbf79f448&quot; }
],
 &quot;termination-point&quot;: [
{ &quot;tp-id&quot;: &quot;br-int&quot;, &quot;ovsdb:interface-uuid&quot;: &quot;790a4870-067e-4443-8809-31f8989b9488&quot;, &quot;ovsdb:ingress-policing-burst&quot;: 0, &quot;ovsdb:name&quot;: &quot;br-int&quot;, &quot;ovsdb:ofport&quot;: 65534, &quot;ovsdb:port-uuid&quot;: &quot;b3b02fcd-2a9c-465c-8a39-bee297a87918&quot;, &quot;ovsdb:ifindex&quot;: 18, &quot;ovsdb:ingress-policing-rate&quot;: 0, &quot;ovsdb:interface-type&quot;: &quot;ovsdb:interface-type-internal&quot; }
]
 }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;4&amp;#93;&lt;/span&gt; config DS (w/ extnet-patch)&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;{
 &quot;node-id&quot;: &quot;ovsdb://uuid/d6b942f3-3d84-4403-b840-269bf6a8e867/bridge/br-int&quot;,
 &quot;ovsdb:protocol-entry&quot;: [
{ &quot;protocol&quot;: &quot;ovsdb:ovsdb-bridge-protocol-openflow-13&quot; }
],
 &quot;ovsdb:fail-mode&quot;: &quot;ovsdb:ovsdb-fail-mode-secure&quot;,
 &quot;ovsdb:managed-by&quot;: &quot;/network-topology:network-topology/network-topology:topology[network-topology:topology-id=&apos;ovsdb:1&apos;]/network-topology:node[network-topology:node-id=&apos;ovsdb://uuid/d6b942f3-3d84-4403-b840-269bf6a8e867&apos;]&quot;,
 &quot;ovsdb:controller-entry&quot;: [
{ &quot;target&quot;: &quot;tcp:10.9.8.1:6653&quot; }
],
 &quot;ovsdb:bridge-name&quot;: &quot;br-int&quot;,
 &quot;ovsdb:bridge-other-configs&quot;: [
{ &quot;bridge-other-config-key&quot;: &quot;disable-in-band&quot;, &quot;bridge-other-config-value&quot;: &quot;true&quot; }
,
{ &quot;bridge-other-config-key&quot;: &quot;datapath-id&quot;, &quot;bridge-other-config-value&quot;: &quot;0000960cbf79f448&quot; }
],
 &quot;termination-point&quot;: [
 {
 &quot;tp-id&quot;: &quot;extnet-patch&quot;,
 &quot;ovsdb:name&quot;: &quot;extnet-patch&quot;,
 &quot;ovsdb:interface-type&quot;: &quot;ovsdb:interface-type-patch&quot;,
 &quot;ovsdb:options&quot;: [
{ &quot;option&quot;: &quot;peer&quot;, &quot;value&quot;: &quot;extnet-int-patch&quot; }
]
 }
 ]
 }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20730">NETVIRT-809</key>
            <summary>patch port mysteriously deleted (sporadically)</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/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="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="jhershbe">Josh Hershberg</assignee>
                                    <reporter username="jhershbe">Josh Hershberg</reporter>
                        <labels>
                    </labels>
                <created>Wed, 26 Jul 2017 06:01:31 +0000</created>
                <updated>Tue, 29 May 2018 14:58:55 +0000</updated>
                            <resolved>Sun, 17 Sep 2017 10:32:47 +0000</resolved>
                                    <version>Carbon</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="38209" author="jhershbe" created="Wed, 26 Jul 2017 06:01:31 +0000"  >&lt;p&gt;Attachment karaf.log.bz2 has been added with description: karaf.log&lt;/p&gt;</comment>
                            <comment id="38204" author="shague@redhat.com" created="Tue, 8 Aug 2017 10:53:59 +0000"  >&lt;p&gt;Josh, is the extnet existing before the test runs or before the failing devstack stack?&lt;/p&gt;

&lt;p&gt;Is the way to reproduce this to simply run devstack? The upstream CSIT jobs using devstack never have this problem so we need to understand what is different in the downstream environment.&lt;/p&gt;</comment>
                            <comment id="38205" author="jhershbe" created="Wed, 23 Aug 2017 08:32:56 +0000"  >&lt;p&gt;(In reply to Sam Hague from comment #1)&lt;br/&gt;
&amp;gt; Josh, is the extnet existing before the test runs or before the failing&lt;br/&gt;
&amp;gt; devstack stack?&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Is the way to reproduce this to simply run devstack? The upstream CSIT jobs&lt;br/&gt;
&amp;gt; using devstack never have this problem so we need to understand what is&lt;br/&gt;
&amp;gt; different in the downstream environment.&lt;/p&gt;

&lt;p&gt;Been having A LOT of trouble reproducing this. To your question, yeah, the patch port existed before. &lt;/p&gt;

&lt;p&gt;Note that netvirt seems to get caught in a loop with &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; occurring over and over again...this happens even when the patch port is NOT deleted. Something is screwy over here.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;&lt;br/&gt;
2017-08-15 18:59:06,868 | DEBUG | eChangeHandler-0 | ElanBridgeManager                | 384 - org.opendaylight.netvirt.elanmanager-impl - 0.4.2.SNAPSHOT | prepareIntegrationBridge: bridge br-ex found. Patching to br-int&lt;/p&gt;</comment>
                            <comment id="38206" author="jhershbe" created="Sun, 27 Aug 2017 12:06:10 +0000"  >&lt;p&gt;Here&apos;s how this happens (patch forthcoming&lt;/p&gt;</comment>
                            <comment id="38207" author="jhershbe" created="Sun, 27 Aug 2017 12:32:02 +0000"  >&lt;p&gt;That previous comment was a mistype. The patch is forthcoming.&lt;/p&gt;</comment>
                            <comment id="38208" author="shague@redhat.com" created="Thu, 14 Sep 2017 12:59:52 +0000"  >&lt;p&gt;networking-odl patches to remove creating br-int - neither is merged.&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;master: &lt;a href=&quot;https://review.openstack.org/#/c/502171/1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.openstack.org/#/c/502171/1&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;pike: &lt;a href=&quot;https://review.openstack.org/#/c/502171/1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.openstack.org/#/c/502171/1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Patch to fix issue: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/62347/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/62347/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12560" name="karaf.log.bz2" size="90518" author="jhershbe@redhat.com" created="Wed, 26 Jul 2017 06:01:31 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8893</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=8893]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01u3b:</customfieldvalue>

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