<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:11:50 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>[BGPCEP-28] Too many files open exception from Netty with multiple netconf clients</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-28</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;This issue is probably caused by using multiple instances of NioEventLoopGroup. With every new instance of org.opendaylight.protocol.framework.AbstractDispatcher, new NioEventLoopGroup is created.&lt;/p&gt;

&lt;p&gt;According to: &lt;a href=&quot;https://github.com/netty/netty/issues/639&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/netty/netty/issues/639&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Stack trace:&lt;/p&gt;

&lt;p&gt;07:57:06.110 &lt;span class=&quot;error&quot;&gt;&amp;#91;main&amp;#93;&lt;/span&gt; ERROR o.o.c.n.impl.ConcurrentClientsTest - Thread for testing client failed&lt;br/&gt;
java.lang.IllegalStateException: failed to create a child event loop&lt;br/&gt;
	at io.netty.util.concurrent.MultithreadEventExecutorGroup.&amp;lt;init&amp;gt;(MultithreadEventExecutorGroup.java:61) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netty-common-4.0.10.Final.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.MultithreadEventLoopGroup.&amp;lt;init&amp;gt;(MultithreadEventLoopGroup.java:49) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.10.Final.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoopGroup.&amp;lt;init&amp;gt;(NioEventLoopGroup.java:61) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.10.Final.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoopGroup.&amp;lt;init&amp;gt;(NioEventLoopGroup.java:52) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.10.Final.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoopGroup.&amp;lt;init&amp;gt;(NioEventLoopGroup.java:44) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.10.Final.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoopGroup.&amp;lt;init&amp;gt;(NioEventLoopGroup.java:36) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.10.Final.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.framework.AbstractDispatcher.&amp;lt;init&amp;gt;(AbstractDispatcher.java:58) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;framework-0.3.0-SNAPSHOT.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.netconf.client.NetconfClientDispatcher.&amp;lt;init&amp;gt;(NetconfClientDispatcher.java:35) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netconf-client-0.2.2-SNAPSHOT.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.netconf.client.NetconfClient.&amp;lt;init&amp;gt;(NetconfClient.java:53) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netconf-client-0.2.2-SNAPSHOT.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.netconf.client.NetconfClient.&amp;lt;init&amp;gt;(NetconfClient.java:86) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netconf-client-0.2.2-SNAPSHOT.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.netconf.impl.ConcurrentClientsTest$TestingThread.run(ConcurrentClientsTest.java:265) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;test-classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: io.netty.channel.ChannelException: failed to open a new selector&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.10.Final.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.&amp;lt;init&amp;gt;(NioEventLoop.java:120) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.10.Final.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.10.Final.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.MultithreadEventExecutorGroup.&amp;lt;init&amp;gt;(MultithreadEventExecutorGroup.java:57) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netty-common-4.0.10.Final.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	... 10 common frames omitted&lt;br/&gt;
Caused by: java.io.IOException: Too many open files&lt;br/&gt;
	at sun.nio.ch.IOUtil.makePipe(Native Method) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_25&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at sun.nio.ch.EPollSelectorImpl.&amp;lt;init&amp;gt;(EPollSelectorImpl.java:65) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_25&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at sun.nio.ch.EPollSelectorProvider.openSelector(EPollSelectorProvider.java:36) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_25&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.10.Final.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	... 13 common frames omitted&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23268">BGPCEP-28</key>
            <summary>Too many files open exception from Netty with multiple netconf clients</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="-1">Unassigned</assignee>
                                    <reporter username="mmarsale@cisco.com">Maros Marsalek</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Nov 2013 11:31:05 +0000</created>
                <updated>Sun, 3 Mar 2019 11:50:09 +0000</updated>
                            <resolved>Thu, 14 Nov 2013 15:48:50 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="44582" author="mmarsale@cisco.com" created="Tue, 5 Nov 2013 11:52:50 +0000"  >&lt;p&gt;List acquired while runnig org.opendaylight.controller.netconf.impl.ConcurrentClientsTest using maven.&lt;/p&gt;

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

&lt;p&gt;-Dio.netty.eventLoopThreads=64&lt;/p&gt;</comment>
                            <comment id="44585" author="mmarsale@cisco.com" created="Tue, 5 Nov 2013 11:52:50 +0000"  >&lt;p&gt;Attachment f.txt has been added with description: list of open files&lt;/p&gt;</comment>
                            <comment id="44583" author="rovarga" created="Tue, 5 Nov 2013 12:23:11 +0000"  >&lt;p&gt;This should be fixed by pushing the NIO group out and being provided by whoever is instantiating AbstractDispatcher.&lt;/p&gt;</comment>
                            <comment id="44584" author="rovarga" created="Thu, 14 Nov 2013 15:48:50 +0000"  >&lt;p&gt;Fixed as of 365d6585c96ae16d4e86cb035bc183c7207cc53c&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13097" name="f.txt" size="342531" author="mmarsale@cisco.com" created="Tue, 5 Nov 2013 11:52:50 +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>133</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=133]]></customfieldvalue>

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

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