<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:14:02 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-759] Unable to update PCEP session config</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-759</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;The PCEP module failed to reload after pcep session config is updated.&lt;/p&gt;

&lt;p&gt;Reproduce steps:&lt;/p&gt;

&lt;p&gt;Put to&#160;URL:&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;http://controller-ip:restconf-port/restconf/config/pcep-app-config:pcep-session-config&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Body:&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;{
&quot;pcep-session-config&quot; :
{ &quot;keep-alive-timer-value&quot; : 30, &quot;dead-timer-value&quot;: 120 }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Somehow the PCEP module failed to restart without a clear reason.&lt;/p&gt;

&lt;p&gt;Karaf log attached.&lt;/p&gt;

&lt;p&gt;Tested with Nitrogen and observed this.  Issue was not observed in Carbon and Oxygen.&lt;/p&gt;</description>
                <environment></environment>
        <key id="29219">BGPCEP-759</key>
            <summary>Unable to update PCEP session config</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="evanz">Evan Zeller</assignee>
                                    <reporter username="kevinxw">Kevin Wang</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Feb 2018 19:42:43 +0000</created>
                <updated>Thu, 28 Jun 2018 08:02:31 +0000</updated>
                            <resolved>Thu, 28 Jun 2018 08:02:19 +0000</resolved>
                                    <version>Nitrogen</version>
                                    <fixVersion>Nitrogen</fixVersion>
                                    <component>PCEP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="61074" author="cdgasparini" created="Thu, 15 Feb 2018 10:03:00 +0000"  >&lt;p&gt;seems similar to &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=8425.&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=8425.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Regards,&#160;&lt;/p&gt;</comment>
                            <comment id="61082" author="kevixw@gmail.com" created="Fri, 16 Feb 2018 00:58:56 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=cdgasparini&quot; class=&quot;user-hover&quot; rel=&quot;cdgasparini&quot;&gt;cdgasparini&lt;/a&gt; Not exactly.&lt;br/&gt;
The ticket you referenced has a different problem.  In Boron the configuration went through, but the configuration is not honored until you do a controller restart.  However, even if the new configuration doesn&apos;t take effect, the PCEP module is still working.&lt;/p&gt;

&lt;p&gt;However, the problem in this ticket is, once you inject the configuration, the PCEP module got rebooted by blueprint, but it never come back.  Thus the PCEP module is dead after that.&lt;/p&gt;

&lt;p&gt;And the module died with no ERROR but a WARNING&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;2018-02-15 16:53:04,461 | WARN  | erRestartService | printContainerRestartServiceImpl | 119 - org.opendaylight.controller.blueprint - 0.7.2.SNAPSHOT | Failed to restart all blueprint containers within 5 minutes. Attempted to restart 2 [org.opendaylight.bgpcep.pcep-impl_0.8.2.SNAPSHOT [101], org.opendaylight.bgpcep.pcep-topology-provider_0.8.2.SNAPSHOT [105]] but only 0 completed restart
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Interesting thing is, I do not observe this issue in Oxygen (master branch).  So  something blueprint related must have been change in nitrogen and fixed in Oxygen.  &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=cdgasparini&quot; class=&quot;user-hover&quot; rel=&quot;cdgasparini&quot;&gt;cdgasparini&lt;/a&gt; do you have something jump out of your mind what could that change be?&lt;/p&gt;</comment>
                            <comment id="61085" author="cdgasparini" created="Fri, 16 Feb 2018 07:21:24 +0000"  >&lt;p&gt;Hi Kevin, on Carbon is working, I checked BP for both modules and they seems to be the same for Nitro.&#160;&lt;/p&gt;

&lt;p&gt;Under oxygen there is migration full migration from Config subsystem configuration for PCEP.&lt;/p&gt;

&lt;p&gt;Looks&#160;like something&#160;upperstream, because I don&apos;t see why the modules are not able to &quot;start&quot; after restart, at least there should be some complain/error.&lt;/p&gt;

&lt;p&gt;Sorry for be of little help here.&lt;/p&gt;

&lt;p&gt;Regards,&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="62423" author="evanz" created="Sat, 14 Apr 2018 00:21:43 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=kevinxw&quot; class=&quot;user-hover&quot; rel=&quot;kevinxw&quot;&gt;kevinxw&lt;/a&gt; &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=cdgasparini&quot; class=&quot;user-hover&quot; rel=&quot;cdgasparini&quot;&gt;cdgasparini&lt;/a&gt; I opened a gerrit in Controller that in my local setup seems to work. &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/70936/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/70936/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="62437" author="cdgasparini" created="Mon, 16 Apr 2018 04:46:13 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=evanz&quot; class=&quot;user-hover&quot; rel=&quot;evanz&quot;&gt;evanz&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;thanks for your contribution, I&apos; ll try to test it during this week if the issue still present or not. If you already tested and is working, feel free to close the bug.&lt;/p&gt;

&lt;p&gt;Regards,&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Claudio&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14413" name="karaf.log" size="69204" author="kevinxw" created="Fri, 16 Feb 2018 18:59:00 +0000"/>
                            <attachment id="14405" name="karaf.log" size="653366" author="kevinxw" created="Wed, 14 Feb 2018 19:41:45 +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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03aev:</customfieldvalue>

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