<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20: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>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>[OPNFLWPLUG-917] PacketIn match message deserialization failed for single-layer-serialization</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-917</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;In logs I observed recurring exception that deserialization of match for PacketIn failed, that is possibly because also PacketIn needs to be converted to single layer.&lt;/p&gt;

&lt;p&gt;Full logs: &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/openflowplugin-csit-1node-gate-flow-services-only-carbon/76/odl1_karaf.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/openflowplugin-csit-1node-gate-flow-services-only-carbon/76/odl1_karaf.log.gz&lt;/a&gt;&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;Exception:
017-06-28 17:47:37,760 | WARN  | entLoopGroup-5-1 | OFDecoder                        | 182 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.9.1.SNAPSHOT | Message deserialization failed
java.lang.IllegalStateException: Deserializer for key: msgVersion: 4 objectClass: org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry msgType: 1 oxm_field: 33 experimenterID: null was not found - please verify that all needed deserializers ale loaded correctly
	at org.opendaylight.openflowjava.protocol.impl.deserialization.DeserializerRegistryImpl.getDeserializer(DeserializerRegistryImpl.java:69)[182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.1.SNAPSHOT]
	at org.opendaylight.openflowjava.protocol.impl.util.ListDeserializer.deserializeList(ListDeserializer.java:52)[182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.1.SNAPSHOT]
	at org.opendaylight.openflowjava.protocol.impl.util.MatchDeserializer.deserialize(MatchDeserializer.java:53)[182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.1.SNAPSHOT]
	at org.opendaylight.openflowjava.protocol.impl.util.MatchDeserializer.deserialize(MatchDeserializer.java:30)[182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.1.SNAPSHOT]
	at org.opendaylight.openflowjava.protocol.impl.deserialization.factories.PacketInMessageFactory.deserialize(PacketInMessageFactory.java:52)[182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.1.SNAPSHOT]
	at org.opendaylight.openflowjava.protocol.impl.deserialization.factories.PacketInMessageFactory.deserialize(PacketInMessageFactory.java:31)[182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.1.SNAPSHOT]
	at org.opendaylight.openflowjava.protocol.impl.deserialization.DeserializationFactory.deserialize(DeserializationFactory.java:55)[182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.1.SNAPSHOT]
	at org.opendaylight.openflowjava.protocol.impl.core.OFDecoder.decode(OFDecoder.java:49)[182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.1.SNAPSHOT]
	at org.opendaylight.openflowjava.protocol.impl.core.OFDecoder.decode(OFDecoder.java:26)[182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.1.SNAPSHOT]
	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:88)[114:io.netty.codec:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)[112:io.netty.transport:4.1.8.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)[114:io.netty.codec:4.1.8.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)[114:io.netty.codec:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)[112:io.netty.transport:4.1.8.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)[114:io.netty.codec:4.1.8.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)[114:io.netty.codec:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)[112:io.netty.transport:4.1.8.Final]
	at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:287)[116:io.netty.handler:4.1.8.Final]
	at org.opendaylight.openflowjava.protocol.impl.core.IdleHandler.channelRead(IdleHandler.java:39)[182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.1.SNAPSHOT]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)[112:io.netty.transport:4.1.8.Final]
	at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:1018)[117:io.netty.transport-native-epoll:4.1.8.Final]
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:394)[117:io.netty.transport-native-epoll:4.1.8.Final]
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:288)[117:io.netty.transport-native-epoll:4.1.8.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)[111:io.netty.common:4.1.8.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)[111:io.netty.common:4.1.8.Final]
	at java.lang.Thread.run(Thread.java:748)[:1.8.0_131]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="28185">OPNFLWPLUG-917</key>
            <summary>PacketIn match message deserialization failed for single-layer-serialization</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="Somashekhar">Somashekhar Javalagi</assignee>
                                    <reporter username="tomas.slusny@pantheon.tech">Tomas Slusny</reporter>
                        <labels>
                            <label>csit:exception</label>
                    </labels>
                <created>Thu, 29 Jun 2017 11:01:57 +0000</created>
                <updated>Mon, 9 Jul 2018 15:48:19 +0000</updated>
                            <resolved>Mon, 9 Jul 2018 15:48:19 +0000</resolved>
                                    <version>Nitrogen</version>
                    <version>Oxygen</version>
                    <version>Carbon</version>
                                    <fixVersion>Oxygen</fixVersion>
                    <fixVersion>Oxygen-SR2</fixVersion>
                    <fixVersion>Fluorine</fixVersion>
                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                                                                <comments>
                            <comment id="59029" author="tomas.slusny@pantheon.tech" created="Thu, 29 Jun 2017 13:15:14 +0000"  >&lt;p&gt;OpenFlowJava: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/59674/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/59674/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="59030" author="tomas.slusny@pantheon.tech" created="Thu, 29 Jun 2017 13:18:58 +0000"  >&lt;p&gt;OpenFlowPlugin: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/59675/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/59675/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;OpenFlowJava patch needs to be merged first.&lt;/p&gt;</comment>
                            <comment id="59031" author="tomas.slusny@pantheon.tech" created="Fri, 30 Jun 2017 15:09:49 +0000"  >&lt;p&gt;Actually it looks like the issue was that we are missing implementation for some Nicira match extension with code 33, but having PacketIn deserializer for single-layer is still good.&lt;/p&gt;</comment>
                            <comment id="59032" author="tomas.slusny@pantheon.tech" created="Mon, 10 Jul 2017 10:52:35 +0000"  >&lt;p&gt;Abandoned carbon patch as this was not bugfix after all, and here is also new gerrit patch that solves another issue in this (alien message received when plugin is collecting statistics):&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/60128/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/60128/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="59033" author="tomas.slusny@pantheon.tech" created="Thu, 13 Jul 2017 10:12:10 +0000"  >&lt;p&gt;Patch was merged, closing.&lt;/p&gt;</comment>
                            <comment id="59034" author="shague@redhat.com" created="Wed, 11 Oct 2017 19:20:26 +0000"  >&lt;p&gt;This exception has been popping up the last few weeks.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-ocata-upstream-stateful-carbon/156/odl1_exception.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-ocata-upstream-stateful-carbon/156/odl1_exception.log.gz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2017-10-10 09:13:45,823 | INFO  | h for user karaf | command                          | 364 - org.apache.karaf.log.command - 3.0.8 | ROBOT MESSAGE: Starting test tempest.api.network&lt;br/&gt;
java.lang.IllegalStateException: Deserializer for key: msgVersion: 4 objectClass: org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry msgType: 1 oxm_field: 33 experimenterID: null was not found - please verify that all needed deserializers ale loaded correctly&lt;/p&gt;</comment>
                            <comment id="59037" author="shague@redhat.com" created="Wed, 11 Oct 2017 19:51:22 +0000"  >&lt;p&gt;Attachment odl1_karag.log.tar.xz has been added with description: odl1_karaf.log&lt;/p&gt;</comment>
                            <comment id="59038" author="shague@redhat.com" created="Wed, 11 Oct 2017 19:59:13 +0000"  >&lt;p&gt;Attachment odl1_karag.log.tar.xz has been added with description: odl1_karaf.log&lt;/p&gt;</comment>
                            <comment id="59035" author="shague@redhat.com" created="Wed, 11 Oct 2017 20:08:09 +0000"  >&lt;p&gt;(In reply to Sam Hague from comment #8)&lt;br/&gt;
&amp;gt; Created attachment 2080 &lt;span class=&quot;error&quot;&gt;&amp;#91;details&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; odl1_karaf.log&lt;/p&gt;

&lt;p&gt;In this last karaf.log attached, the exception comes out during the tempest.api.network. That is a suite of tests. Down below is a response form Aswin where he thinks the decoder error is for an IPv6 message.&lt;/p&gt;

&lt;p&gt;2017-10-10 09:13:45,823 | INFO  | h for user karaf | command                          | 364 - org.apache.karaf.log.command - 3.0.8 | ROBOT MESSAGE: Starting test tempest.api.network&lt;/p&gt;

&lt;p&gt;2017-10-10 09:22:42,517 | WARN  | entLoopGroup-7-4 | OFDecoder                        | 269 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.9.2.Carbon | Message deserialization failed&lt;br/&gt;
java.lang.IllegalStateException: Deserializer for key: msgVersion: 4 objectClass: org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry msgType: 1 oxm_field: 33 experimenterID: null was not found - please verify that all needed deserializers ale loaded correctly&lt;/p&gt;

&lt;p&gt;2017-10-10 09:24:31,591 | INFO  | h for user karaf | command                          | 364 - org.apache.karaf.log.command - 3.0.8 | ROBOT MESSAGE: Starting test tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps&lt;/p&gt;

&lt;p&gt;Initial thoughts from Aswin:&lt;/p&gt;

&lt;p&gt;Sam,&lt;/p&gt;

&lt;p&gt;This should be in the openflow plugin and should be an issue de-serializer.  Looks like the oxm_code corresponds to IPV6_ND_TLL &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;. So my guess is the issue should be in &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; or a code related to it. Like we are not loading the de-serializer corectly or there is something wrong with the de-serialization key or so.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Aswin&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;https://github.com/opendaylight/openflowplugin/blob/1f719a8b9a0d298c652898ee84492330d2b298c4/openflowjava/openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/util/OxmMatchConstants.java#L92&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;https://github.com/opendaylight/openflowplugin/blob/1f719a8b9a0d298c652898ee84492330d2b298c4/openflowjava/openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/deserialization/match/OxmIpv6NdTllDeserializer.java&lt;/p&gt;</comment>
                            <comment id="59036" author="abhijit2511" created="Mon, 16 Oct 2017 16:20:23 +0000"  >&lt;p&gt;Sunil,&lt;/p&gt;

&lt;p&gt;Any updates on this? Arun will also check with Sunil and update the bug.&lt;/p&gt;

&lt;p&gt;Abhijit&lt;/p&gt;</comment>
                            <comment id="59852" author="shague@redhat.com" created="Mon, 30 Oct 2017 21:57:05 +0000"  >&lt;p&gt;Still present: &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-ocata-upstream-stateful-carbon/171/odl1_karaf.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-ocata-upstream-stateful-carbon/171/odl1_karaf.log.gz&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="59853" author="sunilkumarms" created="Tue, 31 Oct 2017 07:19:11 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt; Is it seen in carbon only or in nitrogen/master also? &lt;/p&gt;</comment>
                            <comment id="60044" author="shague@redhat.com" created="Tue, 14 Nov 2017 14:13:42 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/64943&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/64943&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="60046" author="shague@redhat.com" created="Tue, 14 Nov 2017 14:19:07 +0000"  >&lt;p&gt;carbon: &lt;a href=&quot;https://git.opendaylight.org/gerrit/64943&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/64943&lt;/a&gt; or &lt;a href=&quot;https://git.opendaylight.org/gerrit/65258&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/65258&lt;/a&gt;&lt;br/&gt;
nitrogen: &lt;a href=&quot;https://git.opendaylight.org/gerrit/65260&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/65260&lt;/a&gt;&lt;br/&gt;
master: needs patch&lt;/p&gt;</comment>
                            <comment id="60218" author="abhijit2511" created="Mon, 27 Nov 2017 17:23:50 +0000"  >&lt;p&gt;Any update Sunil?&lt;/p&gt;</comment>
                            <comment id="60338" author="shague@redhat.com" created="Tue, 5 Dec 2017 13:28:06 +0000"  >&lt;p&gt;Still seen on all branches: &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-ocata-upstream-stateful-carbon/214/odl_1/odl1_exception.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-ocata-upstream-stateful-carbon/214/odl_1/odl1_exception.log.gz&lt;/a&gt;&#160;and&#160;&lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-ocata-upstream-stateful-oxygen/482/odl_1/odl1_exception.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-ocata-upstream-stateful-oxygen/482/odl_1/odl1_exception.log.gz&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="60626" author="vishnoianil@gmail.com" created="Tue, 9 Jan 2018 05:34:36 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=sunilkumarms&quot; class=&quot;user-hover&quot; rel=&quot;sunilkumarms&quot;&gt;sunilkumarms&lt;/a&gt; Any update on this ? Looks like the mentioned patches are abandoned. Are you working on new patch for this issue?&lt;/p&gt;</comment>
                            <comment id="61462" author="shague@redhat.com" created="Tue, 6 Mar 2018 15:01:08 +0000"  >&lt;p&gt;Another version in the oxygen builds.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-upstream-stateful-oxygen/191/odl_1/odl1_karaf.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-upstream-stateful-oxygen/191/odl_1/odl1_karaf.log.gz&lt;/a&gt;&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;2018-03-06T05:28:20,871 | INFO  | pool-163-thread-5 | Ipv6PktHandler                   | 353 - org.opendaylight.netvirt.ipv6service-impl - 0.6.0.SNAPSHOT | Received Neighbor Solicitation request
2018-03-06T05:28:45,175 | WARN  | epollEventLoopGroup-9-1 | OFDecoder                        | 395 - org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl - 0.6.0.SNAPSHOT | Message deserialization failed
java.lang.IllegalStateException: Deserializer for key: msgVersion: 4 objectClass: org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry msgType: 1 oxm_field: 33 experimenterID: null was not found - please verify that all needed deserializers ale loaded correctly
	at org.opendaylight.openflowjava.protocol.impl.deserialization.DeserializerRegistryImpl.getDeserializer(DeserializerRegistryImpl.java:69) [395:org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl:0.6.0.SNAPSHOT]
	at org.opendaylight.openflowplugin.impl.protocol.deserialization.match.MatchDeserializer.deserializeEntry(MatchDeserializer.java:105) [386:org.opendaylight.openflowplugin.impl:0.6.0.SNAPSHOT]
	at org.opendaylight.openflowplugin.impl.protocol.deserialization.match.MatchDeserializer.deserialize(MatchDeserializer.java:61) [386:org.opendaylight.openflowplugin.impl:0.6.0.SNAPSHOT]
	at org.opendaylight.openflowplugin.impl.protocol.deserialization.match.MatchDeserializer.deserialize(MatchDeserializer.java:33) [386:org.opendaylight.openflowplugin.impl:0.6.0.SNAPSHOT]
	at org.opendaylight.openflowplugin.impl.protocol.deserialization.messages.PacketInMessageDeserializer.deserialize(PacketInMessageDeserializer.java:66) [386:org.opendaylight.openflowplugin.impl:0.6.0.SNAPSHOT]
	at org.opendaylight.openflowplugin.impl.protocol.deserialization.messages.PacketInMessageDeserializer.deserialize(PacketInMessageDeserializer.java:29) [386:org.opendaylight.openflowplugin.impl:0.6.0.SNAPSHOT]
	at org.opendaylight.openflowjava.protocol.impl.deserialization.DeserializationFactory.deserialize(DeserializationFactory.java:54) [395:org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl:0.6.0.SNAPSHOT]
	at org.opendaylight.openflowjava.protocol.impl.core.OFDecoder.decode(OFDecoder.java:51) [395:org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl:0.6.0.SNAPSHOT]
	at org.opendaylight.openflowjava.protocol.impl.core.OFDecoder.decode(OFDecoder.java:27) [395:org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl:0.6.0.SNAPSHOT]
	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:88) [58:io.netty.codec:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [63:io.netty.transport:4.1.16.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [58:io.netty.codec:4.1.16.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [58:io.netty.codec:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [63:io.netty.transport:4.1.16.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [58:io.netty.codec:4.1.16.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [58:io.netty.codec:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [63:io.netty.transport:4.1.16.Final]
	at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) [61:io.netty.handler:4.1.16.Final]
	at org.opendaylight.openflowjava.protocol.impl.core.IdleHandler.channelRead(IdleHandler.java:37) [395:org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl:0.6.0.SNAPSHOT]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [63:io.netty.transport:4.1.16.Final]
	at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:797) [64:io.netty.transport-native-epoll:4.1.16.Final]
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:404) [64:io.netty.transport-native-epoll:4.1.16.Final]
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:293) [64:io.netty.transport-native-epoll:4.1.16.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [60:io.netty.common:4.1.16.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) [60:io.netty.common:4.1.16.Final]
	at java.lang.Thread.run(Thread.java:748) [?:?]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="61488" author="arunprakash" created="Wed, 7 Mar 2018 11:33:24 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt;, could you please enable packet capture during this TC run and attach it.&lt;/p&gt;

&lt;p&gt;We will have a look into it.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="61490" author="arunprakash" created="Wed, 7 Mar 2018 12:06:29 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt;, we were able to see the packet capture in the logs, could you please point out the TCs which throwing this error.&lt;/p&gt;</comment>
                            <comment id="61504" author="shague@redhat.com" created="Wed, 7 Mar 2018 16:29:59 +0000"  >&lt;p&gt;The way to find the test is look for the last &quot;ROBOT MESSAGE: Starting&quot; proceeding the error. Every test start is logged, so any exceptions before the next start log are withing that test.&lt;/p&gt;

&lt;p&gt;&#160;&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;*** error came out before the suites started so this is during infra bringup
2018-03-06T05:28:45,175 | WARN&#160; | epollEventLoopGroup-9-1 | OFDecoder&#160;
2018-03-06T05:29:52,950 | INFO&#160; | pipe-log:log &quot;ROBOT MESSAGE: Starting suite /w/workspace/netvirt-csit-1node-openstack-queens-upstream-stateful-oxygen/test/csit/suites/openstack/connectivity/l2.robot&quot; | core&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| 124 - org.apache.karaf.log.core - 4.1.3 | ROBOT MESSAGE: Starting suite /w/workspace/netvirt-csit-1node-openstack-queens-upstream-stateful-oxygen/test/csit/suites/openstack/connectivity/l2.robot
2018-03-06T05:30:08,855 | INFO&#160; | pipe-log:log &quot;ROBOT MESSAGE: Starting suite /w/workspace/netvirt-csit-1node-openstack-queens-upstream-stateful-oxygen/test/csit/suites/openstack/connectivity/l2.robot&quot; | core&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| 124 - org.apache.karaf.log.core - 4.1.3 | ROBOT MESSAGE: Starting test Create VLAN Network net_1
2018-03-06T06:11:00,853 | INFO&#160; | pipe-log:log &quot;ROBOT MESSAGE: Starting suite /w/workspace/netvirt-csit-1node-openstack-queens-upstream-stateful-oxygen/test/csit/suites/openstack/tempest/tempest.robot&quot; | core&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| 124 - org.apache.karaf.log.core - 4.1.3 | ROBOT MESSAGE: Starting test tempest.api.network
2018-03-06T06:13:51,448 | WARN&#160; | epollEventLoopGroup-9-1 | OFDecoder
2018-03-06T06:14:01,715 | WARN&#160; | epollEventLoopGroup-9-1 | OFDecoder
2018-03-06T06:15:53,098 | INFO&#160; | pipe-log:log &quot;ROBOT MESSAGE: Starting test tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops&quot; | core&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| 124 - org.apache.karaf.log.core - 4.1.3 | ROBOT MESSAGE: Starting test tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops
&#160;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="61549" author="dfarrell07" created="Thu, 8 Mar 2018 12:13:17 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=Arunprakash&quot; class=&quot;user-hover&quot; rel=&quot;Arunprakash&quot;&gt;Arunprakash&lt;/a&gt;/&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=sunilkumarms&quot; class=&quot;user-hover&quot; rel=&quot;sunilkumarms&quot;&gt;sunilkumarms&lt;/a&gt;, thanks for working on this, friendly reminder that we need to resolve this ASAP to unblock the imminent Oxygen release.&lt;/p&gt;</comment>
                            <comment id="61572" author="dfarrell07" created="Thu, 8 Mar 2018 18:12:53 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=sunilkumarms&quot; class=&quot;user-hover&quot; rel=&quot;sunilkumarms&quot;&gt;sunilkumarms&lt;/a&gt; Can you get a patch cherry-picked on to stable/oxygen for this and make it clear which it is?&lt;/p&gt;</comment>
                            <comment id="61596" author="arunprakash" created="Fri, 9 Mar 2018 09:11:14 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt;, i could see the error message is coming after the&#160;05 tempest suite and the TC&#160;05 tempest.tempest.api.network.&lt;/p&gt;

&lt;p&gt;I don&apos;t see any TCs failing because of this error and paralleling analysing the logs to fix it.&lt;/p&gt;

&lt;p&gt;My question here, do we need to keep this as a blocker for oxygen?&lt;/p&gt;</comment>
                            <comment id="61679" author="dfarrell07" created="Mon, 12 Mar 2018 17:08:24 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=Avishnoi&quot; class=&quot;user-hover&quot; rel=&quot;Avishnoi&quot;&gt;Avishnoi&lt;/a&gt; - Can you help us understand the patches for this? It&apos;s a bit confusing, all over various branches.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt; - To check tests, if this is a regression/blocker/still around.&lt;/p&gt;</comment>
                            <comment id="61692" author="shague@redhat.com" created="Mon, 12 Mar 2018 18:47:41 +0000"  >&lt;p&gt;We can lower the severity from blocker, but should still keep it high. The error is still present but it doesn&apos;t look to contribute to the current failing tests.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-upstream-stateful-oxygen/228/odl_1/odl1_karaf.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-upstream-stateful-oxygen/228/odl_1/odl1_karaf.log.gz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="61908" author="jluhrsen" created="Fri, 23 Mar 2018 00:35:19 +0000"  >&lt;p&gt;Looking for an update on this one. We have it in our netvirt CSIT and we want to start adding checks in our CSIT to fail when exceptions come out. This will allow our gating jobs to really help prevent new troubles from creeping in.&lt;/p&gt;</comment>
                            <comment id="61909" author="sunilkumarms" created="Fri, 23 Mar 2018 03:36:35 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=jluhrsen&quot; class=&quot;user-hover&quot; rel=&quot;jluhrsen&quot;&gt;jluhrsen&lt;/a&gt;, I have progressed well enough on this bug, probably today i will push a patch to fix it.&#160;&lt;/p&gt;</comment>
                            <comment id="62010" author="vishnoianil@gmail.com" created="Mon, 2 Apr 2018 16:01:52 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=sunilkumarms&quot; class=&quot;user-hover&quot; rel=&quot;sunilkumarms&quot;&gt;sunilkumarms&lt;/a&gt; can you update the bug with the patch number ?&lt;/p&gt;</comment>
                            <comment id="63046" author="somashekhar" created="Tue, 22 May 2018 11:28:16 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt;, Can you please capture the wireshark traces from the controller interface side for the test case 5 (05 tempest Test) in csit?&lt;/p&gt;
&lt;h1&gt;&lt;a name=&quot;%C2%A0&quot;&gt;&lt;/a&gt;&#160;&lt;/h1&gt;</comment>
                            <comment id="63063" author="shague@redhat.com" created="Tue, 22 May 2018 22:59:45 +0000"  >&lt;p&gt;Do the tcpdump&apos;s already collected cover what you need: &lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-upstream-stateful-fluorine/495/control_1/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-upstream-stateful-fluorine/495/control_1/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;compute_1 and compute_2 also have the dumps.&lt;/p&gt;</comment>
                            <comment id="63073" author="somashekhar" created="Wed, 23 May 2018 05:13:26 +0000"  >&lt;p&gt;From &lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-gate-stateful-oxygen/289/control_1/tcpdump_port_6653__05_tempest__10.30.170.44.pcap.xz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-gate-stateful-oxygen/289/control_1/tcpdump_port_6653__05_tempest__10.30.170.44.pcap.xz&lt;/a&gt;&#160;capture(&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/attachment/14659/14659_tcpdump_port_6653__05_tempest__10.30.170.44.pcap&quot; title=&quot;tcpdump_port_6653__05_tempest__10.30.170.44.pcap attached to OPNFLWPLUG-917&quot;&gt;tcpdump_port_6653_&lt;em&gt;05_tempest&lt;/em&gt;_10.30.170.44.pcap&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;),&lt;/p&gt;

&lt;p&gt;I am able to see that there is a table 50 packet in coming with nxm field match of 33. We are currently not having any deserializer for this perticular type of NXM field. We have to either find a deserializer for this or have to see whether the field value is being sent wrong.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="63339" author="somashekhar" created="Thu, 7 Jun 2018 09:25:42 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=thapar&quot; class=&quot;user-hover&quot; rel=&quot;thapar&quot;&gt;thapar&lt;/a&gt;, &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;From&#160; packet-snapshot.JPG, I am able to see a packet in message with an nxm match field&#160; with value 33.&lt;/p&gt;

&lt;p&gt;For which we don&apos;t have any deserializer support. Can you please help me in knowing what functionality this match field is intended to serve and which is the application needs to be notified.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="63667" author="vishnoianil@gmail.com" created="Mon, 25 Jun 2018 16:06:34 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=thapar&quot; class=&quot;user-hover&quot; rel=&quot;thapar&quot;&gt;thapar&lt;/a&gt; &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt; Just to follow-up with the above question, do you have the details som asked in above comment?&lt;/p&gt;</comment>
                            <comment id="63678" author="shague@redhat.com" created="Mon, 25 Jun 2018 23:42:05 +0000"  >&lt;p&gt;I have no idea what the packet it causing the issue. Do the pcaps captured show which packet is the problem?&lt;/p&gt;</comment>
                            <comment id="63685" author="arunprakash" created="Tue, 26 Jun 2018 03:25:24 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt;, som has attached the packet screenshot of the problematic packet-in matches with this JIRA. Please check it.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;In brief, NXM class 1 with field 33 is coming with the packet-in matches but there is no support&#160;in openflowplugin till now, so it causing the deserialization error. Could you please check why this new matches being added for very few packet-in&apos;s. Is it expected or added by mistake?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="63894" author="arunprakash" created="Wed, 4 Jul 2018 03:51:25 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt; raised review for&#160;NXM_NX_PKT_MARK (33) support in openflowplugin.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/73708/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/73708/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Could you please verify if its working?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="28187">OPNFLWPLUG-919</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="28210">OPNFLWPLUG-942</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="14159" name="odl1_karag.log.tar.xz" size="796956" author="shague" created="Wed, 11 Oct 2017 19:59:13 +0000"/>
                            <attachment id="14158" name="odl1_karag.log.tar.xz" size="796956" author="shague" created="Wed, 11 Oct 2017 19:51:22 +0000"/>
                            <attachment id="14673" name="packet-snapshot.JPG" size="66630" author="Somashekhar" created="Thu, 7 Jun 2018 09:15:53 +0000"/>
                            <attachment id="14659" name="tcpdump_port_6653__05_tempest__10.30.170.44.pcap" size="2760229" author="Somashekhar" created="Wed, 23 May 2018 05:18:20 +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>8772</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=8772]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10203" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>Status Whiteboard</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>csit:exception</customfieldvalue>

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