<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:33:48 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-949] Mininet generates NPE in carbon</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-949</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;To reproduce, just start mininet and see first mininet connection open/close generates NPE:&lt;/p&gt;

&lt;p&gt;2017-09-26 20:16:41,722 | INFO  | entLoopGroup-7-1 | SystemNotificationsListenerImpl  | 193 - org.opendaylight.openflowplugin.impl - 0.4.2.SNAPSHOT | ConnectionEvent: Connection closed by device, Device:/10.29.14.171:58518, NodeId:null&lt;br/&gt;
2017-09-26 20:16:41,726 | WARN  | entLoopGroup-7-1 | DefaultChannelPipeline           | 111 - io.netty.common - 4.1.8.Final | 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.NullPointerException&lt;br/&gt;
	at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_141&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.impl.lifecycle.ContextChainHolderImpl.onDeviceDisconnected(ContextChainHolderImpl.java:203)&lt;span class=&quot;error&quot;&gt;&amp;#91;193:org.opendaylight.openflowplugin.impl:0.4.2.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.impl.connection.ConnectionContextImpl.propagateDeviceDisconnectedEvent(ConnectionContextImpl.java:179)&lt;span class=&quot;error&quot;&gt;&amp;#91;193:org.opendaylight.openflowplugin.impl:0.4.2.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.impl.connection.ConnectionContextImpl.disconnectDevice(ConnectionContextImpl.java:168)&lt;span class=&quot;error&quot;&gt;&amp;#91;193:org.opendaylight.openflowplugin.impl:0.4.2.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.impl.connection.ConnectionContextImpl.onConnectionClosed(ConnectionContextImpl.java:129)&lt;span class=&quot;error&quot;&gt;&amp;#91;193:org.opendaylight.openflowplugin.impl:0.4.2.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.impl.connection.listener.SystemNotificationsListenerImpl.onDisconnectEvent(SystemNotificationsListenerImpl.java:57)&lt;span class=&quot;error&quot;&gt;&amp;#91;193:org.opendaylight.openflowplugin.impl:0.4.2.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.connection.ConnectionAdapterImpl.consumeDeviceMessage(ConnectionAdapterImpl.java:100)&lt;span class=&quot;error&quot;&gt;&amp;#91;182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.2.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.connection.AbstractConnectionAdapterStatistics.consume(AbstractConnectionAdapterStatistics.java:66)&lt;span class=&quot;error&quot;&gt;&amp;#91;182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.2.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.connection.ConnectionAdapterImpl.consume(ConnectionAdapterImpl.java:44)&lt;span class=&quot;error&quot;&gt;&amp;#91;182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.2.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.DelegatingInboundHandler.channelInactive(DelegatingInboundHandler.java:52)&lt;span class=&quot;error&quot;&gt;&amp;#91;182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.2.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:232)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:225)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:232)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:225)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:360)&lt;span class=&quot;error&quot;&gt;&amp;#91;114:io.netty.codec:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:325)&lt;span class=&quot;error&quot;&gt;&amp;#91;114:io.netty.codec:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:232)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:225)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:360)&lt;span class=&quot;error&quot;&gt;&amp;#91;114:io.netty.codec:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:325)&lt;span class=&quot;error&quot;&gt;&amp;#91;114:io.netty.codec:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:232)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:225)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:278)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:io.netty.handler:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:232)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:225)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.connection.ChannelOutboundQueue.channelInactive(ChannelOutboundQueue.java:256)&lt;span class=&quot;error&quot;&gt;&amp;#91;182:org.opendaylight.openflowjava.openflow-protocol-impl:0.9.2.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:232)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:225)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1329)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:232)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:908)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannel$AbstractUnsafe$7.run(AbstractChannel.java:744)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)&lt;span class=&quot;error&quot;&gt;&amp;#91;111:io.netty.common:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasksFrom(SingleThreadEventExecutor.java:379)&lt;span class=&quot;error&quot;&gt;&amp;#91;111:io.netty.common:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)&lt;span class=&quot;error&quot;&gt;&amp;#91;111:io.netty.common:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:292)&lt;span class=&quot;error&quot;&gt;&amp;#91;117:io.netty.transport-native-epoll:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)&lt;span class=&quot;error&quot;&gt;&amp;#91;111:io.netty.common:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)&lt;span class=&quot;error&quot;&gt;&amp;#91;111:io.netty.common:4.1.8.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.lang.Thread.run(Thread.java:748)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_141&amp;#93;&lt;/span&gt;&lt;br/&gt;
2017-09-26 20:16:41,729 | INFO  | entLoopGroup-7-1 | SystemNotificationsListenerImpl  | 193 - org.opendaylight.openflowplugin.impl - 0.4.2.SNAPSHOT | ConnectionEvent: Connection closed by device, Device:/10.29.14.171:58518, NodeId:null&lt;/p&gt;


&lt;p&gt;This issue is impacting SW scalability test as we are looking for NPEs and stop the test when find them.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="28217">OPNFLWPLUG-949</key>
            <summary>Mininet generates NPE in carbon</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="ecelgp">Luis Gomez</assignee>
                                    <reporter username="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Tue, 26 Sep 2017 20:37:33 +0000</created>
                <updated>Mon, 27 Sep 2021 09:02:06 +0000</updated>
                            <resolved>Thu, 28 Sep 2017 11:28:09 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="59197" author="tomas.slusny@pantheon.tech" created="Wed, 27 Sep 2017 07:52:11 +0000"  >&lt;p&gt;Gerrit: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/63599/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/63599/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="59198" author="ecelgp" created="Wed, 27 Sep 2017 18:20:00 +0000"  >&lt;p&gt;OK, the patch fixes, just waiting for merge.&lt;/p&gt;</comment>
                            <comment id="59199" author="tomas.slusny@pantheon.tech" created="Thu, 28 Sep 2017 11:28:09 +0000"  >&lt;p&gt;Alright, patch was merged, closing.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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>9217</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=9217]]></customfieldvalue>

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

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