<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:14:40 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-983] PCEPTopologyDeployerImpl restarts topologies on any update</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-983</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;Our CSIT test suite has started failing on:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/bgpcep-csit-1node-userfeatures-all-phosphorus/181/robot-plugin/log.html.gz#s1-s21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/bgpcep-csit-1node-userfeatures-all-phosphorus/181/robot-plugin/log.html.gz#s1-s21&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;which may be caused by slow EOS, but is nevertheless problematic.&lt;/p&gt;

&lt;p&gt;Essentially any configuration update to a PCEP topology results in it being dropped and recreated from scratch without ever attempting to update its configuration.&lt;/p&gt;</description>
                <environment></environment>
        <key id="34502">BGPCEP-983</key>
            <summary>PCEPTopologyDeployerImpl restarts topologies on any update</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</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>Wed, 29 Sep 2021 17:03:42 +0000</created>
                <updated>Sun, 21 Nov 2021 15:00:25 +0000</updated>
                            <resolved>Sun, 21 Nov 2021 12:59:28 +0000</resolved>
                                    <version>Aluminium</version>
                    <version>Silicon</version>
                    <version>0.16.7</version>
                                    <fixVersion>0.16.11</fixVersion>
                                    <component>PCEP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="69653" author="rovarga" created="Wed, 29 Sep 2021 17:08:27 +0000"  >&lt;p&gt;This essentially needs refactoring of &lt;a href=&quot;https://github.com/opendaylight/bgpcep/blob/master/pcep/topology/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyDeployerImpl.java#L66-L94&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/opendaylight/bgpcep/blob/master/pcep/topology/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyDeployerImpl.java#L66-L94&lt;/a&gt; so that there remains the core difference between &apos;create a topology&apos; and &apos;update a topology&apos; &#8211; the latter should not be touching EOS at all.&lt;/p&gt;</comment>
                            <comment id="69654" author="rovarga" created="Wed, 29 Sep 2021 17:21:30 +0000"  >&lt;p&gt;So even for simple things like a device&apos;s password update:&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;11:53:18.791       INFO       PUT Request : url=http://10.30.170.73:8181/restconf/config/network-topology:network-topology/topology/pcep-topology/node/10.30.171.119 
 path_url=/restconf/config/network-topology:network-topology/topology/pcep-topology/node/10.30.171.119 
 headers={&apos;User-Agent&apos;: &apos;python-requests/2.19.1&apos;, &apos;Accept-Encoding&apos;: &apos;gzip, deflate&apos;, &apos;Accept&apos;: &apos;application/xml&apos;, &apos;Connection&apos;: &apos;keep-alive&apos;, &apos;Content-Type&apos;: &apos;application/xml&apos;, &apos;Content-Length&apos;: &apos;249&apos;, &apos;Authorization&apos;: &apos;Basic YWRtaW46YWRtaW4=&apos;} 
 body=&amp;lt;node xmlns=&quot;urn:TBD:params:xml:ns:yang:network-topology&quot;&amp;gt;
    &amp;lt;node-id&amp;gt;10.30.171.119&amp;lt;/node-id&amp;gt;
    &amp;lt;session-config xmlns=&quot;urn:opendaylight:params:xml:ns:yang:topology:pcep:config&quot;&amp;gt;
        &amp;lt;password&amp;gt;changeme&amp;lt;/password&amp;gt;
    &amp;lt;/session-config&amp;gt;
&amp;lt;/node&amp;gt;
11:53:18.791       INFO       PUT Response : url=http://10.30.170.73:8181/restconf/config/network-topology:network-topology/topology/pcep-topology/node/10.30.171.119 
 status=201, reason=Created 
 body=None &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;ends up with the topology disappearing and later appearing:&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-09-29T09:53:18,786 | INFO  | opendaylight-cluster-data-notification-dispatcher-36 | PCEPTopologyDeployerImpl         | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.16.7 | Updating Topology Uri{_value=pcep-topology}
2021-09-29T09:53:18,786 | INFO  | opendaylight-cluster-data-notification-dispatcher-36 | PCEPTopologyDeployerImpl         | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.16.7 | Removing Topology Uri{_value=pcep-topology}
2021-09-29T09:53:18,787 | INFO  | opendaylight-cluster-data-notification-dispatcher-36 | PCEPTopologyProviderBean         | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.16.7 | Close PCEP Topology Provider Singleton Service pcep-topology-service-group
2021-09-29T09:53:18,788 | INFO  | opendaylight-cluster-data-notification-dispatcher-36 | PCEPTopologyProviderBean         | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.16.7 | Close PCEP Topology Provider Singleton Service pcep-topology-service-group
2021-09-29T09:53:18,788 | DEBUG | CommitFutures-11 | ServerSessionManager             | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.16.7 | Topology KeyedInstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology, 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}}]]} removed
2021-09-29T09:53:18,789 | INFO  | opendaylight-cluster-data-notification-dispatcher-36 | ProgrammingServiceImpl           | 261 - org.opendaylight.bgpcep.programming-impl - 0.16.7 | Closing Instruction Queue service pcep-topology-service-group
2021-09-29T09:53:18,789 | INFO  | opendaylight-cluster-data-notification-dispatcher-36 | PCEPTopologyDeployerImpl         | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.16.7 | Creating Topology Uri{_value=pcep-topology}
2021-09-29T09:53:18,790 | TRACE | opendaylight-cluster-data-notification-dispatcher-36 | PCEPTopologyDeployerImpl         | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.16.7 | Topology Topology{node={NodeKey{_nodeId=Uri{_value=43.43.43.43}}=Node{nodeId=Uri{_value=43.43.43.43}, augmentation=[PcepNodeConfig{sessionConfig=SessionConfig{password=Rfc2385Key{_value=topsecret}, augmentation=[PcepNodeSyncConfig{speakerEntityIdValue=[1, 2, 3, 4]}]}}]}, NodeKey{_nodeId=Uri{_value=10.30.170.73}}=Node{nodeId=Uri{_value=10.30.170.73}, augmentation=[PcepNodeConfig{sessionConfig=SessionConfig{augmentation=[PcepNodeSyncConfig{speakerEntityIdValue=[1, 2, 3, 4]}]}}]}, NodeKey{_nodeId=Uri{_value=10.30.171.119}}=Node{nodeId=Uri{_value=10.30.171.119}, augmentation=[PcepNodeConfig{sessionConfig=SessionConfig{password=Rfc2385Key{_value=changeme}, augmentation=[]}}]}}, topologyId=Uri{_value=pcep-topology}, topologyTypes=TopologyTypes{augmentation=[TopologyTypes1{topologyPcep=TopologyPcep{augmentation=[]}}]}, augmentation=[PcepTopologyTypeConfig{sessionConfig=SessionConfig{deadTimerValue=120, keepAliveTimerValue=30, listenAddress=IpAddressNoZone{_ipv4AddressNoZone=Ipv4Address{_value=0.0.0.0}}, listenPort=PortNumber{_value=4189}, rpcTimeout=30, augmentation=[]}}]}.
2021-09-29T09:53:18,790 | INFO  | opendaylight-cluster-data-notification-dispatcher-36 | DefaultInstructionSchedulerFactory | 261 - org.opendaylight.bgpcep.programming-impl - 0.16.7 | Creating Instruction Scheduler pcep-topology.
2021-09-29T09:53:18,790 | INFO  | opendaylight-cluster-data-notification-dispatcher-36 | ProgrammingServiceImpl           | 261 - org.opendaylight.bgpcep.programming-impl - 0.16.7 | Creating Programming Service pcep-topology-service-group.
2021-09-29T09:53:18,791 | INFO  | opendaylight-cluster-data-notification-dispatcher-36 | PCEPTopologyProviderBean         | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.16.7 | PCEP Topology Provider service pcep-topology-service-group registered
2021-09-29T09:53:19,505 | INFO  | opendaylight-cluster-data-akka.actor.default-dispatcher-30 | ContextChainHolderImpl           | 413 - org.opendaylight.openflowplugin.impl - 0.13.0 | Entity ownership change received for node : EntityOwnershipChange [entity=Entity [type=org.opendaylight.mdsal.AsyncServiceCloseEntityType, id=KeyedInstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity[key=EntityKey{_name=pcep-topology-service-group}]]}], state=LOCAL_OWNERSHIP_LOST_NO_OWNER [wasOwner=true, isOwner=false, hasOwner=false], inJeopardy=false]
2021-09-29T09:53:21,239 | DEBUG | pcep-topology-stats-timer | TopologyStatsProviderImpl        | 257 - org.opendaylight.bgpcep.pcep-topology-stats - 0.16.7 | Successfully committed Topology stats update
2021-09-29T09:53:21,585 | INFO  | opendaylight-cluster-data-akka.actor.default-dispatcher-14 | ProgrammingServiceImpl           | 261 - org.opendaylight.bgpcep.programming-impl - 0.16.7 | Instruction Queue service pcep-topology-service-group instantiated
2021-09-29T09:53:21,585 | INFO  | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | ContextChainHolderImpl           | 413 - org.opendaylight.openflowplugin.impl - 0.13.0 | Entity ownership change received for node : EntityOwnershipChange [entity=Entity [type=org.opendaylight.mdsal.AsyncServiceCloseEntityType, id=KeyedInstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity[key=EntityKey{_name=pcep-topology-service-group}]]}], state=LOCAL_OWNERSHIP_GRANTED [wasOwner=false, isOwner=true, hasOwner=true], inJeopardy=false]
2021-09-29T09:53:21,587 | INFO  | opendaylight-cluster-data-akka.actor.default-dispatcher-14 | PCEPTopologyProviderBean         | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.16.7 | PCEP Topology Provider Singleton Service pcep-topology-service-group instantiated
2021-09-29T09:53:21,590 | INFO  | opendaylight-cluster-data-akka.actor.default-dispatcher-14 | ServerSessionManager             | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.16.7 | PCEP Topology pcep-topology created successfully.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="34601">CONTROLLER-2004</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="34940">BGPCEP-992</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|i03zvb:</customfieldvalue>

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