<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:47 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-670] PCEP module doesn&apos;t honor configuration from blueprint</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-670</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;The intention is to change keepalive timer through RESTCONF in Boron&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://controller-ip:restconf-port/restconf/config/pcep-app-config:pcep-session-config&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://controller-ip:restconf-port/restconf/config/pcep-app-config:pcep-session-config&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;{&lt;br/&gt;
	&quot;pcep-session-config&quot; : &lt;/p&gt;
{
		&quot;keep-alive-timer-value&quot; : 20,
	        &quot;dead-timer-value&quot;: 80
	}
&lt;p&gt;}&lt;/p&gt;

&lt;p&gt;Even though the PUT restcall succeeded with a 201 ok, and the XRv router match with the same timer values; the Controller default timers still unchanged as the controller logs are displayed:&lt;/p&gt;

&lt;p&gt;&#8211; Controller default timers:&lt;/p&gt;

&lt;p&gt;2017-03-27 14:09:54,485 | INFO | ntLoopGroup-10-8 | PCEPSessionImpl | 242 - org.opendaylight.bgpcep.pcep-impl - 0.6.2.Boron-SR2 | Local PCEP session termination : EXP_DEADTIMER&lt;br/&gt;
2017-03-27 14:09:54,485 | INFO | ntLoopGroup-10-8 | AbstractTopologySessionListener | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.6.2.Boron-SR2 | Session PCEPSessionImpl&lt;/p&gt;
{channel=[id: 0x689bf233, L:/10.18.133.36:4189 - R:/10.18.133.207:50476], localOpen=Open [_deadTimer=120, _keepalive=30, _sessionId=23, _tlvs=Tlvs [augmentation=[Tlvs1 [_srPceCapability=SrPceCapability [_msd=0, augmentation=[]]], Tlvs1

XRv new timers:

[_stateful=Stateful [_lspUpdateCapability=true, augmentation=[Stateful1 [_deltaLspSyncCapability=true, _includeDbVersion=true, _triggeredInitialSync=true, _triggeredResync=true], Stateful1 [_initiation=true]]]]]], augmentation=[]], remoteOpen=Open [_deadTimer=100, _keepalive=25, _sessionId=5, _tlvs=Tlvs [augmentation=[Tlvs3 [], Tlvs1 [], Tlvs1 [_stateful=Stateful [_lspUpdateCapability=true, augmentation=[Stateful1 [], Stateful1 [_initiation=true]]]]]], _version=ProtocolVersion [_value=1], _ignore=false, _processingRule=false, augmentation=[]]}
&lt;p&gt; terminated by peer with reason PCEPCloseTermination&lt;/p&gt;
{reason=EXP_DEADTIMER}

&lt;p&gt;The Controller&apos;s keep alive timer and dead timer remains the same after RESTCONF PUT&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23910">BGPCEP-670</key>
            <summary>PCEP module doesn&apos;t honor configuration from blueprint</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="kevinxw">Kevin Wang</reporter>
                        <labels>
                    </labels>
                <created>Thu, 11 May 2017 23:33:43 +0000</created>
                <updated>Sun, 3 Mar 2019 11:50:03 +0000</updated>
                            <resolved>Fri, 18 Aug 2017 06:53:11 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>PCEP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="46186" author="cdgasparini" created="Mon, 15 May 2017 16:31:10 +0000"  >&lt;p&gt;Again please attach logs, version, etc..&lt;/p&gt;</comment>
                            <comment id="46187" author="ajayl.bro@gmail.com" created="Thu, 17 Aug 2017 19:52:42 +0000"  >
&lt;p&gt;As the log snippet in bug description show, the bug was seen in Boron-SR2. When I try with latest Boron SR4 now, issue is not present i.e. pcep-session-config parameters are changed, the session flaps and new values are used&lt;/p&gt;

&lt;p&gt;Looks like PCEP Blueprint related changes that went between SR2 and SR4 (BUG-6973, et al) have fixed it. So closing this issue&lt;/p&gt;


&lt;p&gt;Boron-SR2 log&lt;br/&gt;
---------------&lt;br/&gt;
2017-08-17 12:44:35,092 | INFO  | erRestartService | printContainerRestartServiceImpl | 176 - org.opendaylight.controller.blueprint - 0.5.2.Boron-SR2 | Restarting blueprint containers for bundle org.opendaylight.bgpcep.pcep-impl_0.6.2.Boron-SR2 &lt;span class=&quot;error&quot;&gt;&amp;#91;277&amp;#93;&lt;/span&gt; and its dependent bundles []&lt;br/&gt;
2017-08-17 12:44:35,094 | INFO  | erRestartService | BlueprintExtender                | 15 - org.apache.aries.blueprint.core - 1.6.1 | Destroying BlueprintContainer for bundle org.opendaylight.bgpcep.pcep-impl/0.6.2.Boron-SR2&lt;br/&gt;
2017-08-17 12:44:35,101 | INFO  | erRestartService | printContainerRestartServiceImpl | 176 - org.opendaylight.controller.blueprint - 0.5.2.Boron-SR2 | Restarting blueprint container for bundle org.opendaylight.bgpcep.pcep-impl_0.6.2.Boron-SR2 &lt;span class=&quot;error&quot;&gt;&amp;#91;277&amp;#93;&lt;/span&gt; with paths &lt;span class=&quot;error&quot;&gt;&amp;#91;bundleentry://277.fwk2097514481/org/opendaylight/blueprint/pcep-impl.xml&amp;#93;&lt;/span&gt;&lt;br/&gt;
2017-08-17 12:44:35,127 | WARN  | erRestartService | BasePCEPSessionProposalFactory   | 277 - org.opendaylight.bgpcep.pcep-impl - 0.6.2.Boron-SR2 | dead-timer-value should be 4 times greater than keep-alive-timer-value&lt;br/&gt;
2017-08-17 12:44:35,135 | INFO  | tAdminThread #19 | BlueprintBundleTracker           | 176 - org.opendaylight.controller.blueprint - 0.5.2.Boron-SR2 | Blueprint container for bundle org.opendaylight.bgpcep.pcep-impl_0.6.2.Boron-SR2 &lt;span class=&quot;error&quot;&gt;&amp;#91;277&amp;#93;&lt;/span&gt; was successfully created&lt;/p&gt;



&lt;p&gt;Boron-SR4 log&lt;br/&gt;
---------------&lt;/p&gt;

&lt;p&gt;2017-08-17 11:12:20,413 | INFO  | erRestartService | printContainerRestartServiceImpl | 175 - org.opendaylight.controller.blueprint - 0.5.4.Boron-SR4 | Restarting blueprint containers for bundle org.opendaylight.bgpcep.pcep-impl_0.6.4.Boron-SR4 &lt;span class=&quot;error&quot;&gt;&amp;#91;278&amp;#93;&lt;/span&gt; and its dependent bundles [org.opendaylight.bgpcep.pcep-topology-provider_0.6.4.Boron-SR4 &lt;span class=&quot;error&quot;&gt;&amp;#91;292&amp;#93;&lt;/span&gt;]&lt;br/&gt;
2017-08-17 11:12:20,414 | INFO  | erRestartService | BlueprintExtender                | 15 - org.apache.aries.blueprint.core - 1.6.1 | Destroying BlueprintContainer for bundle org.opendaylight.bgpcep.pcep-topology-provider/0.6.4.Boron-SR4&lt;br/&gt;
2017-08-17 11:12:20,422 | INFO  | erRestartService | PCEPTopologyProviderBean         | 292 - org.opendaylight.bgpcep.pcep-topology-provider - 0.6.4.Boron-SR4 | Close PCEP Topology Provider Singleton Service programming-global-instruction-queue-service-group&lt;/p&gt;

&lt;p&gt;&amp;lt;snip&amp;gt;&lt;/p&gt;

&lt;p&gt;2017-08-17 11:15:46,309 | INFO  | erRestartService | PCEPTopologyProviderBean         | 292 - org.opendaylight.bgpcep.pcep-topology-provider - 0.6.4.Boron-SR4 | PCEP Topology Provider Singleton Service programming-global-instruction-queue-service-group instantiated&lt;br/&gt;
2017-08-17 11:15:56,488 | INFO  | ntLoopGroup-12-1 | PCEPSessionNegotiator            | 278 - org.opendaylight.bgpcep.pcep-impl - 0.6.4.Boron-SR4 | Replacing bootstrap negotiator for channel &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0x904a651c, L:/10.18.130.37:4189 - R:/10.18.132.92:51021&amp;#93;&lt;/span&gt;&lt;br/&gt;
2017-08-17 11:15:56,490 | INFO  | ntLoopGroup-12-1 | AbstractPCEPSessionNegotiator    | 278 - org.opendaylight.bgpcep.pcep-impl - 0.6.4.Boron-SR4 | PCEP session with &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0x904a651c, L:/10.18.130.37:4189 - R:/10.18.132.92:51021&amp;#93;&lt;/span&gt; started, sent proposal Open [_deadTimer=90, _keepalive=15, _sessionId=0, _tlvs=Tlvs [augmentation=[Tlvs1 [_stateful=Stateful [_lspUpdateCapability=true, augmentation=[Stateful1 &lt;span class=&quot;error&quot;&gt;&amp;#91;_deltaLspSyncCapability=true, _includeDbVersion=true, _triggeredInitialSync=true, _triggeredResync=true&amp;#93;&lt;/span&gt;, Stateful1 &lt;span class=&quot;error&quot;&gt;&amp;#91;_initiation=true&amp;#93;&lt;/span&gt;]]], Tlvs1 [_srPceCapability=SrPceCapability [_msd=0, augmentation=[]]]]], augmentation=[]]&lt;br/&gt;
2017-08-17 11:15:56,495 | INFO  | ntLoopGroup-12-1 | AbstractPCEPSessionNegotiator    | 278 - org.opendaylight.bgpcep.pcep-impl - 0.6.4.Boron-SR4 | PCEP peer &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0x904a651c, L:/10.18.130.37:4189 - R:/10.18.132.92:51021&amp;#93;&lt;/span&gt; completed negotiation&lt;br/&gt;
2017-08-17 11:15:56,496 | INFO  | ntLoopGroup-12-1 | PCEPSessionImpl                  | 278 - org.opendaylight.bgpcep.pcep-impl - 0.6.4.Boron-SR4 | Session /10.18.130.37:4189&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; &amp;lt;-&amp;gt; /10.18.132.92:51021&lt;span class=&quot;error&quot;&gt;&amp;#91;4&amp;#93;&lt;/span&gt; started&lt;br/&gt;
2017-08-17 11:15:56,500 | INFO  | ntLoopGroup-12-1 | AbstractTopologySessionListener  | 292 - org.opendaylight.bgpcep.pcep-topology-provider - 0.6.4.Boron-SR4 | Session with /10.18.132.92 attached to topology node KeyedInstanceIdentifier&lt;/p&gt;
{targetType=interface org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node, path=[org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology[key=TopologyKey [_topologyId=Uri [_value=pcep-topology]]], org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node[key=NodeKey [_nodeId=Uri [_value=pcc://10.18.132.92]]]]}</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>8425</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=8425]]></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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02dpz:</customfieldvalue>

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