<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:13:58 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-20] netconf client didnot reconnect when netconf server close session</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-20</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;I have a netconf server which defined a timeout if no netconf request in specific time, netconf server will be send close request to ODL.&lt;/p&gt;

&lt;p&gt;but if I use following to check the status &lt;br/&gt;
GET &lt;a href=&quot;http://localhost:8181/restconf/operational/opendaylight-inventory:nodes/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/operational/opendaylight-inventory:nodes/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;it is still Conntected.&lt;br/&gt;
 &amp;lt;netconf-node-inventoryConnected&amp;gt;true&amp;lt;/netconf-node-inventoryConnected&amp;gt;&lt;/p&gt;


&lt;p&gt;If I send a request to netconf server, it will be failed. need restart the ODL to reconnect the ipos server.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21033">NETCONF-20</key>
            <summary>netconf client didnot reconnect when netconf server close session</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="bo.l.li@ericsson.com">Bo Li</reporter>
                        <labels>
                    </labels>
                <created>Wed, 18 Mar 2015 08:41:03 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:10 +0000</updated>
                            <resolved>Tue, 24 Nov 2015 09:39:38 +0000</resolved>
                                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="38756" author="mmarsale@cisco.com" created="Thu, 19 Mar 2015 08:36:42 +0000"  >&lt;p&gt;This happens also for the loopback netconf connection and I believe it worked fine. Could you provide the log from your run ?&lt;/p&gt;</comment>
                            <comment id="38757" author="mmarsale@cisco.com" created="Thu, 19 Mar 2015 15:53:47 +0000"  >&lt;p&gt;Tested today using current master branch with loopback connection. Netconf server in ODL was set to drop connection after 1 minute idle. I left it like that for a while and each minute a disconnect and a reconnect appeared. Also tried Restconf and all the requests worked fine.&lt;/p&gt;

&lt;p&gt;So the logs are necessary to see what the failure is with your device.&lt;/p&gt;</comment>
                            <comment id="38758" author="bo.l.li@ericsson.com" created="Fri, 20 Mar 2015 07:22:09 +0000"  >
&lt;p&gt;1. 2015-03-20 14:38:06,474&lt;br/&gt;
Get operation OK&lt;br/&gt;
2.2015-03-20 14:43:06,595&lt;br/&gt;
netconf server disconnect session&lt;br/&gt;
3.2015-03-20 14:43:06,792&lt;br/&gt;
create a new session&lt;br/&gt;
4.2015-03-20 14:48:09,798&lt;br/&gt;
netconf server disconnect session&lt;br/&gt;
5.2015-03-20 14:52:27,041&lt;br/&gt;
Get failed by java.nio.channels.ClosedChannelException&lt;/p&gt;</comment>
                            <comment id="38767" author="bo.l.li@ericsson.com" created="Fri, 20 Mar 2015 07:22:09 +0000"  >&lt;p&gt;Attachment log.txt has been added with description: ODL client reconnection log&lt;/p&gt;</comment>
                            <comment id="38759" author="mmarsale@cisco.com" created="Fri, 20 Mar 2015 12:45:45 +0000"  >&lt;p&gt;Thanks for the log. I was trying to reproduce this issue with no success so I have a couple of questions:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;What exact version of ODL are you using (if master then I am interested in last commit you are on) ?&lt;/li&gt;
	&lt;li&gt;What is your netconf server ? is there any chance I could debug ODL when connecting to your server ?&lt;/li&gt;
	&lt;li&gt;What changes (if any) did you do to the code in ODL ? Could I see them ?&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="38760" author="bo.l.li@ericsson.com" created="Fri, 20 Mar 2015 16:01:56 +0000"  >&lt;p&gt;(In reply to Maros Marsalek from comment #4)&lt;br/&gt;
&amp;gt; Thanks for the log. I was trying to reproduce this issue with no success so&lt;br/&gt;
&amp;gt; I have a couple of questions:&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; - What exact version of ODL are you using (if master then I am interested in&lt;br/&gt;
&amp;gt; last commit you are on) ?&lt;br/&gt;
I&apos;m using the helium.&lt;br/&gt;
Tag: release/helium-sr2&lt;/p&gt;

&lt;p&gt;&amp;gt; - What is your netconf server ? is there any chance I could debug ODL when&lt;br/&gt;
&amp;gt; connecting to your server ?&lt;/p&gt;

&lt;p&gt;My netconf server is Ericsson private one.  I don&apos;t think you can connect it in my company. You can tell me which information you need, and I can fetch them.&lt;/p&gt;

&lt;p&gt;&amp;gt; - What changes (if any) did you do to the code in ODL ? Could I see them ?&lt;br/&gt;
The only change before this issues is to make base 1.1 capability more specific.&lt;/p&gt;</comment>
                            <comment id="38761" author="bo.l.li@ericsson.com" created="Mon, 23 Mar 2015 06:19:12 +0000"  >&lt;p&gt;Hi Maros,&lt;/p&gt;

&lt;p&gt;Could you tell where I can find netconf client reconnect the netconf server after session closed?&lt;/p&gt;</comment>
                            <comment id="38762" author="mmarsale@cisco.com" created="Thu, 26 Mar 2015 09:02:10 +0000"  >&lt;p&gt;Please take this bug if you are working on it. If no, we will take a look at this.&lt;/p&gt;</comment>
                            <comment id="38763" author="bo.l.li@ericsson.com" created="Tue, 31 Mar 2015 01:04:25 +0000"  >&lt;p&gt;Hi Maros,&lt;/p&gt;

&lt;p&gt;I&apos;m not working on it, please take a look at by you. I can provide supports on it.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</comment>
                            <comment id="38764" author="mmarsale@cisco.com" created="Wed, 22 Apr 2015 09:11:00 +0000"  >&lt;p&gt;Moving to Helium-4 target as this was detected on Helium-SR2&lt;/p&gt;</comment>
                            <comment id="38765" author="rovarga" created="Fri, 13 Nov 2015 12:57:48 +0000"  >&lt;p&gt;Move to NETCONFI project.&lt;/p&gt;</comment>
                            <comment id="38766" author="tcere" created="Tue, 24 Nov 2015 09:39:38 +0000"  >&lt;p&gt;We were unable to reproduce this.&lt;br/&gt;
Please open a new bug if the issue is still present in Lithium/Berylium.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="25224">CONTROLLER-670</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="12630" name="log.txt" size="189727" author="bo.l.li@ericsson.com" created="Fri, 20 Mar 2015 07:22:09 +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>2863</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=2863]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10350"><![CDATA[Helium-4]]></customfieldvalue>

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

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