<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:57 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>[NETCONF-805] Reduce end-of-stream disconnect logging</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-805</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;When a network element disconnects the channel we end up with a rather alerting and verbose message:&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;2021-08-14T04:19:36,397 | WARN &#160;| globalWorkerGroup-3-9 | NetconfDeviceCommunicator &#160;&#160;&#160;&#160;&#160;&#160;&#160;| 277 - org.opendaylight.netconf.sal-netconf-connector - 2.0.2 | RemoteDevice{scale-device-8469}: Session went down
java.io.IOException: End of input detected. Close the session.
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.netconf.nettyutil.AbstractNetconfSession.endOfInput(AbstractNetconfSession.java:94) [bundleFile:?]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.netconf.nettyutil.AbstractNetconfSession.channelInactive(AbstractNetconfSession.java:174) [bundleFile:?]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:389) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:354) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:389) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:354) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.access$300(AbstractChannelHandlerContext.java:61) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext$4.run(AbstractChannelHandlerContext.java:253) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [bundleFile:4.1.65.Final]
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;at java.lang.Thread.run(Thread.java:829) [?:?]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;In a large-scale network we can expect these to happen quite regularly, hence the current level of detail is too much and a warning is not quite appropriate.&lt;/p&gt;</description>
                <environment></environment>
        <key id="34312">NETCONF-805</key>
            <summary>Reduce end-of-stream disconnect logging</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="rovarga">Robert Varga</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                            <label>pt</label>
                    </labels>
                <created>Sat, 14 Aug 2021 12:11:23 +0000</created>
                <updated>Tue, 17 Aug 2021 09:46:04 +0000</updated>
                            <resolved>Tue, 17 Aug 2021 09:46:04 +0000</resolved>
                                                    <fixVersion>2.0.3</fixVersion>
                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03z5j:</customfieldvalue>

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