<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:32:51 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-582] Li: TransactionManager does not get closed and future connections are rejected.</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-582</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;After connections are closed repeatedly, intermittently the switch is not able to make any connections with the controller.&lt;/p&gt;

&lt;p&gt;Future connections are rejected as the TransactionChainManager status remains at WORKING.&lt;/p&gt;

&lt;p&gt;These logs are printed  repeatedly:&lt;br/&gt;
2015-12-09 19:16:26.178 GMT+00:00 &lt;span class=&quot;error&quot;&gt;&amp;#91;nioEventLoopGroup-12-3&amp;#93;&lt;/span&gt; INFO  o.o.o.impl.device.DeviceManagerImpl - In deviceConnected, ownedByInvokingConnectionContext is false and  TransactionChainManagerStatus.WORKING. Closing connection to device to start again.&lt;/p&gt;


&lt;p&gt;Also an exception after the last successful TransactionChainManager close.&lt;/p&gt;

&lt;p&gt;2015-12-09 19:16:26.171 GMT+00:00 &lt;span class=&quot;error&quot;&gt;&amp;#91;nioEventLoopGroup-12-3&amp;#93;&lt;/span&gt; WARN  o.o.o.i.d.TransactionChainManager - Failed to close transaction chain manager&apos;s registration.&lt;br/&gt;
java.lang.NullPointerException: null&lt;br/&gt;
        at org.opendaylight.openflowplugin.impl.device.TransactionChainManager.notifyReadyForNewTransactionChainAndCloseFactory(TransactionChainManager.java:229) &lt;span class=&quot;error&quot;&gt;&amp;#91;org.opendaylight.openflowplugin.impl:0.1.2.Lithium-SR2-00003-21&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.impl.device.TransactionChainManager.close(TransactionChainManager.java:248) &lt;span class=&quot;error&quot;&gt;&amp;#91;org.opendaylight.openflowplugin.impl:0.1.2.Lithium-SR2-00003-21&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.impl.device.DeviceContextImpl.tearDown(DeviceContextImpl.java:410) &lt;span class=&quot;error&quot;&gt;&amp;#91;org.opendaylight.openflowplugin.impl:0.1.2.Lithium-SR2-00003-21&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.impl.device.DeviceContextImpl.onDeviceDisconnected(DeviceContextImpl.java:423) &lt;span class=&quot;error&quot;&gt;&amp;#91;org.opendaylight.openflowplugin.impl:0.1.2.Lithium-SR2-00003-21&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.impl.connection.ConnectionContextImpl.propagateDeviceDisconnectedEvent(ConnectionContextImpl.java:160) &lt;span class=&quot;error&quot;&gt;&amp;#91;org.opendaylight.openflowplugin.impl:0.1.2.Lithium-SR2-00003-21&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.impl.connection.ConnectionContextImpl.onConnectionClosed(ConnectionContextImpl.java:152) &lt;span class=&quot;error&quot;&gt;&amp;#91;org.opendaylight.openflowplugin.impl:0.1.2.Lithium-SR2-00003-21&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.impl.connection.listener.SystemNotificationsListenerImpl.onDisconnectEvent(SystemNotificationsListenerImpl.java:45) &lt;span class=&quot;error&quot;&gt;&amp;#91;org.opendaylight.openflowplugin.impl:0.1.2.Lithium-SR2-00003-21&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowjava.protocol.impl.core.connection.ConnectionAdapterImpl.consume(ConnectionAdapterImpl.java:280) &lt;span class=&quot;error&quot;&gt;&amp;#91;org.opendaylight.openflowjava.openflow-protocol-impl:0.6.2.Lithium-SR2-00003-21&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowjava.protocol.impl.core.DelegatingInboundHandler.channelInactive(DelegatingInboundHandler.java:55) &lt;span class=&quot;error&quot;&gt;&amp;#91;org.opendaylight.openflowjava.openflow-protocol-impl:0.6.2.Lithium-SR2-00003-21&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:237) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.transport:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:223) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.transport:4.0.27.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;io.netty.transport:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:237) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.transport:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:223) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.transport:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:294) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.codec:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:237) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.transport:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:223) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.transport:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:294) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.codec:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:237) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.transport:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:223) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.transport:4.0.27.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;io.netty.transport:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.handler:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:237) &lt;span class=&quot;error&quot;&gt;&amp;#91;io.netty.transport:4.0.27.Final&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27850">OPNFLWPLUG-582</key>
            <summary>Li: TransactionManager does not get closed and future connections are rejected.</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="kramesha@cisco.com">Kamal Rameshan</assignee>
                                    <reporter username="kramesha@cisco.com">Kamal Rameshan</reporter>
                        <labels>
                    </labels>
                <created>Fri, 11 Dec 2015 00:35:50 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:41 +0000</updated>
                            <resolved>Thu, 10 Mar 2016 21:05:23 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="57436" author="kramesha@cisco.com" created="Fri, 11 Dec 2015 08:53:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/31184/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/31184/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="57437" author="mirehak@cisco.com" created="Fri, 11 Dec 2015 12:04:42 +0000"  >&lt;p&gt;merged&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>4757</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=4757]]></customfieldvalue>

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

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