<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:31:35 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-112] Packet In with cookie set to -1 results in IllegalArgumentException in controller</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-112</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;Setting the cookie to -1 in an packet by an openflow switch consistently throws IllegalArgumentsException as can be seen in the stacktrace below. Since the error floods the osgi runtime console, I am unable to use the test-provider functionality on an OpenFlow 1.3 enabled switch.&lt;/p&gt;

&lt;p&gt;2014-04-09 15:22:05.891 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;nioEventLoopGroup-10-3&amp;#93;&lt;/span&gt; WARN  i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.&lt;br/&gt;
java.lang.IllegalArgumentException: Invalid range: -1, expected: [&lt;span class=&quot;error&quot;&gt;&amp;#91;0&#8229;4294967295&amp;#93;&lt;/span&gt;].&lt;br/&gt;
	at org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.Cookie.&amp;lt;init&amp;gt;(Cookie.java:24) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.core.translator.PacketInTranslator.translate(PacketInTranslator.java:68) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.core.translator.PacketInTranslator.translate(PacketInTranslator.java:38) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.translate(QueueKeeperLightImpl.java:173) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.push(QueueKeeperLightImpl.java:112) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.push(QueueKeeperLightImpl.java:30) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.core.ConnectionConductorImpl.onPacketInMessage(ConnectionConductorImpl.java:200) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.connection.ConnectionAdapterImpl.consume(ConnectionAdapterImpl.java:280) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.DelegatingInboundHandler.channelRead(DelegatingInboundHandler.java:45) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:155) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:155) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:253) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:116) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:494) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:461) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:378) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:350) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.lang.Thread.run(Thread.java:744) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_51&amp;#93;&lt;/span&gt;&lt;br/&gt;
2014-04-09 15:22:06.052 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................2&lt;br/&gt;
2014-04-09 15:22:06.053 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................2&lt;br/&gt;
2014-04-09 15:22:06.053 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................2&lt;br/&gt;
2014-04-09 15:22:06.095 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................1&lt;br/&gt;
2014-04-09 15:22:06.096 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................1&lt;br/&gt;
2014-04-09 15:22:06.096 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................1&lt;br/&gt;
2014-04-09 15:22:06.096 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................2&lt;br/&gt;
2014-04-09 15:22:06.096 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................2&lt;br/&gt;
2014-04-09 15:22:06.097 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................2&lt;br/&gt;
2014-04-09 15:22:06.149 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-1&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................9&lt;br/&gt;
2014-04-09 15:22:06.149 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................9&lt;br/&gt;
2014-04-09 15:22:06.150 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-1&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................10&lt;br/&gt;
2014-04-09 15:22:06.149 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................9&lt;br/&gt;
2014-04-09 15:22:06.150 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-1&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................10&lt;br/&gt;
2014-04-09 15:22:06.150 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................11&lt;br/&gt;
2014-04-09 15:22:06.150 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-1&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................11&lt;br/&gt;
2014-04-09 15:22:06.150 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................10&lt;br/&gt;
2014-04-09 15:22:06.150 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-1&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................12&lt;br/&gt;
2014-04-09 15:22:06.150 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................11&lt;br/&gt;
2014-04-09 15:22:06.150 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-1&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................12&lt;br/&gt;
2014-04-09 15:22:06.150 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................12&lt;br/&gt;
2014-04-09 15:22:06.195 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................9&lt;br/&gt;
2014-04-09 15:22:06.195 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................9&lt;br/&gt;
2014-04-09 15:22:06.196 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................9&lt;br/&gt;
2014-04-09 15:22:06.196 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................10&lt;br/&gt;
2014-04-09 15:22:06.196 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................10&lt;br/&gt;
2014-04-09 15:22:06.196 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................10&lt;br/&gt;
2014-04-09 15:22:06.196 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................11&lt;br/&gt;
2014-04-09 15:22:06.196 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................11&lt;br/&gt;
2014-04-09 15:22:06.196 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................11&lt;br/&gt;
2014-04-09 15:22:06.196 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................12&lt;br/&gt;
2014-04-09 15:22:06.197 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................12&lt;br/&gt;
2014-04-09 15:22:06.197 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................12&lt;br/&gt;
2014-04-09 15:22:06.260 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................10&lt;br/&gt;
2014-04-09 15:22:06.260 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................10&lt;br/&gt;
2014-04-09 15:22:06.260 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................10&lt;br/&gt;
2014-04-09 15:22:06.260 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................11&lt;br/&gt;
2014-04-09 15:22:06.260 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................11&lt;br/&gt;
2014-04-09 15:22:06.260 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................11&lt;br/&gt;
2014-04-09 15:22:06.260 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................12&lt;br/&gt;
2014-04-09 15:22:06.261 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................12&lt;br/&gt;
2014-04-09 15:22:06.261 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................12&lt;br/&gt;
2014-04-09 15:22:06.261 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................13&lt;br/&gt;
2014-04-09 15:22:06.261 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................13&lt;br/&gt;
2014-04-09 15:22:06.261 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................13&lt;br/&gt;
2014-04-09 15:22:07.096 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................18&lt;br/&gt;
2014-04-09 15:22:07.096 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................18&lt;br/&gt;
2014-04-09 15:22:07.097 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................19&lt;br/&gt;
2014-04-09 15:22:07.097 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................20&lt;br/&gt;
2014-04-09 15:22:07.097 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................20&lt;br/&gt;
2014-04-09 15:22:07.097 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................20&lt;br/&gt;
2014-04-09 15:22:07.097 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................21&lt;br/&gt;
2014-04-09 15:22:07.097 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................21&lt;br/&gt;
2014-04-09 15:22:07.098 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................21&lt;br/&gt;
2014-04-09 15:22:07.096 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................18&lt;br/&gt;
2014-04-09 15:22:07.097 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-1&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................19&lt;br/&gt;
2014-04-09 15:22:07.097 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................19&lt;br/&gt;
2014-04-09 15:22:07.255 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................17&lt;br/&gt;
2014-04-09 15:22:07.256 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................17&lt;br/&gt;
2014-04-09 15:22:07.256 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................17&lt;br/&gt;
2014-04-09 15:22:07.256 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................18&lt;br/&gt;
2014-04-09 15:22:07.256 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................18&lt;br/&gt;
2014-04-09 15:22:07.257 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................18&lt;br/&gt;
2014-04-09 15:22:07.257 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................19&lt;br/&gt;
2014-04-09 15:22:07.257 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................19&lt;br/&gt;
2014-04-09 15:22:07.257 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................19&lt;br/&gt;
2014-04-09 15:22:07.257 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................20&lt;br/&gt;
2014-04-09 15:22:07.257 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-3&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................20&lt;br/&gt;
2014-04-09 15:22:07.257 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................20&lt;br/&gt;
2014-04-09 15:22:07.752 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................16&lt;br/&gt;
2014-04-09 15:22:07.752 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................16&lt;br/&gt;
2014-04-09 15:22:07.752 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................16&lt;br/&gt;
2014-04-09 15:22:07.752 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................17&lt;br/&gt;
2014-04-09 15:22:07.752 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................17&lt;br/&gt;
2014-04-09 15:22:07.752 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................17&lt;br/&gt;
2014-04-09 15:22:07.752 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................18&lt;br/&gt;
2014-04-09 15:22:07.752 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................18&lt;br/&gt;
2014-04-09 15:22:07.752 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................18&lt;br/&gt;
2014-04-09 15:22:07.752 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................19&lt;br/&gt;
2014-04-09 15:22:07.753 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-0&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................19&lt;br/&gt;
2014-04-09 15:22:07.753 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;md-sal-binding-notification-2&amp;#93;&lt;/span&gt; ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification  flow Xid.........................19&lt;br/&gt;
2014-04-09 15:22:07.779 CEST &lt;span class=&quot;error&quot;&gt;&amp;#91;nioEventLoopGroup-10-5&amp;#93;&lt;/span&gt; WARN  i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.&lt;br/&gt;
java.lang.IllegalArgumentException: Invalid range: -1, expected: [&lt;span class=&quot;error&quot;&gt;&amp;#91;0&#8229;4294967295&amp;#93;&lt;/span&gt;].&lt;br/&gt;
	at org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.Cookie.&amp;lt;init&amp;gt;(Cookie.java:24) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.core.translator.PacketInTranslator.translate(PacketInTranslator.java:68) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.core.translator.PacketInTranslator.translate(PacketInTranslator.java:38) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.translate(QueueKeeperLightImpl.java:173) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.push(QueueKeeperLightImpl.java:112) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.push(QueueKeeperLightImpl.java:30) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.openflow.md.core.ConnectionConductorImpl.onPacketInMessage(ConnectionConductorImpl.java:200) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.connection.ConnectionAdapterImpl.consume(ConnectionAdapterImpl.java:280) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.DelegatingInboundHandler.channelRead(DelegatingInboundHandler.java:45) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:155) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:155) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:253) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:116) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:494) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:461) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:378) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:350) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.17.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.lang.Thread.run(Thread.java:744) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_51&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="27380">OPNFLWPLUG-112</key>
            <summary>Packet In with cookie set to -1 results in IllegalArgumentException in controller</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="vdemcak@cisco.com">Vaclav Demcak</assignee>
                                    <reporter username="ermin.sakic@gmail.com">Ermin Sakic</reporter>
                        <labels>
                    </labels>
                <created>Wed, 9 Apr 2014 18:46:30 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:08 +0000</updated>
                            <resolved>Wed, 25 Jun 2014 07:37:19 +0000</resolved>
                                                                    <component>General</component>
                        <due>Tue, 24 Jun 2014 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="55515" author="ermin.sakic@gmail.com" created="Wed, 9 Apr 2014 18:46:30 +0000"  >&lt;p&gt;Attachment IllArgExc_Cookie.txt has been added with description: Longer Stacktrace&lt;/p&gt;</comment>
                            <comment id="55509" author="mirehak@cisco.com" created="Thu, 17 Apr 2014 15:35:55 +0000"  >&lt;p&gt;controller - MD-SAL models change:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/6259/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/6259/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;OFPlugin - adapting:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/6260/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/6260/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="55510" author="mirehak@cisco.com" created="Wed, 23 Apr 2014 12:42:12 +0000"  >&lt;p&gt;merged&lt;/p&gt;

&lt;p&gt;Now working on the connectionCookie value.&lt;/p&gt;</comment>
                            <comment id="55511" author="mirehak@cisco.com" created="Fri, 2 May 2014 14:48:26 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/6661/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/6661/&lt;/a&gt;&lt;br/&gt;
connectionCookie rewritten&lt;/p&gt;</comment>
                            <comment id="55512" author="mirehak@cisco.com" created="Fri, 20 Jun 2014 15:14:56 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/8180/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/8180/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;connectionCookie is sent up to MD-SAL wrapped in packetIn&lt;br/&gt;
and used when received from MD-SAL wrapped in TransmitPacketInput&lt;/p&gt;</comment>
                            <comment id="55513" author="vdemcak@cisco.com" created="Mon, 23 Jun 2014 14:04:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/8180/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/8180/&lt;/a&gt;&lt;br/&gt;
Patch2&lt;/p&gt;</comment>
                            <comment id="55514" author="mirehak@cisco.com" created="Mon, 23 Jun 2014 15:33:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/8180/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/8180/&lt;/a&gt; merged&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="27383">OPNFLWPLUG-115</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="13865" name="IllArgExc_Cookie.txt" size="136397" author="ermin.sakic@gmail.com" created="Wed, 9 Apr 2014 18:46:30 +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>709</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=709]]></customfieldvalue>

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

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