<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:54:30 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>[CONTROLLER-1029] Clustering : Killing a PCEP PCC-mock session does not result in the Operational datastore losing the PCEP topology</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1029</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;I  am using a build you provided on  14th Friday Nov for  clustering testing.    distribution-karaf-0.2.1-Helium-SR1   I&#8217;ve deployed a 3  node  cluster with &lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;system:property shard.persistent ${PERSISTENCE}&lt;br/&gt;
PERSISTENT=&quot;false&quot;&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;module-shards.conf, Possible values: &quot;all&quot;, every other value will result in single replica&lt;br/&gt;
REPLICA=&quot;single&quot; &lt;/li&gt;
&lt;/ol&gt;



&lt;p&gt;I am creating  PCEP sessions using  the  pcep-pcc-mock tool described here.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://wiki.opendaylight.org/view/BGP_LS_PCEP:Testing_components#pcep-pcc-mock&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/BGP_LS_PCEP:Testing_components#pcep-pcc-mock&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;java -jar pcep-pcc-mock-0.3.2-SNAPSHOT-executable.jar --log-level DE --local-address 10.25.2.12 --remote-address 10.25.2.9&lt;/p&gt;


&lt;p&gt;This creates 1 pcep session.&lt;/p&gt;

&lt;p&gt;When I  access the  REST API   at&lt;/p&gt;

&lt;p&gt;10.194.126.205:8181/restconf/operational/network-topology:network-topology/topology/pcep-topology-1&lt;/p&gt;

&lt;p&gt;   I see&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;topology&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;topology-id&quot;: &quot;pcep-topology-1&quot;,&lt;br/&gt;
            &quot;topology-types&quot;: {&lt;br/&gt;
                &quot;network-topology-pcep:topology-pcep&quot;: {}&lt;br/&gt;
            },&lt;br/&gt;
            &quot;node&quot;: [&lt;br/&gt;
                {&lt;br/&gt;
                    &quot;node-id&quot;: &quot;pcc://10.25.2.12&quot;,&lt;br/&gt;
                    &quot;network-topology-pcep:path-computation-client&quot;: {&lt;br/&gt;
                        &quot;reported-lsp&quot;: [&lt;br/&gt;
                            {&lt;br/&gt;
                                &quot;name&quot;: &quot;pcc_10.25.2.12_tunnel_1&quot;,&lt;br/&gt;
                                &quot;path&quot;: [&lt;br/&gt;
                                    {&lt;br/&gt;
                                        &quot;lsp-id&quot;: 1,&lt;br/&gt;
                                        &quot;odl-pcep-ietf-stateful07:lsp&quot;: {&lt;br/&gt;
                                            &quot;plsp-id&quot;: 1,&lt;br/&gt;
                                            &quot;odl-pcep-ietf-initiated00:create&quot;: false,&lt;br/&gt;
                                            &quot;remove&quot;: false,&lt;br/&gt;
                                            &quot;administrative&quot;: true,&lt;br/&gt;
                                            &quot;delegate&quot;: true,&lt;br/&gt;
                                            &quot;sync&quot;: true,&lt;br/&gt;
                                            &quot;operational&quot;: &quot;up&quot;,&lt;br/&gt;
                                            &quot;processing-rule&quot;: false,&lt;br/&gt;
                                            &quot;tlvs&quot;: {&lt;br/&gt;
                                                &quot;lsp-identifiers&quot;: {&lt;br/&gt;
                                                    &quot;ipv4&quot;: &lt;/p&gt;
{
                                                        &quot;ipv4-tunnel-endpoint-address&quot;: &quot;10.25.2.12&quot;,
                                                        &quot;ipv4-tunnel-sender-address&quot;: &quot;10.25.2.12&quot;,
                                                        &quot;ipv4-extended-tunnel-id&quot;: &quot;10.25.2.12&quot;
                                                    }
&lt;p&gt;,&lt;br/&gt;
                                                    &quot;lsp-id&quot;: 1,&lt;br/&gt;
                                                    &quot;tunnel-id&quot;: 1&lt;br/&gt;
                                                },&lt;br/&gt;
                                                &quot;symbolic-path-name&quot;: &lt;/p&gt;
{
                                                    &quot;path-name&quot;: &quot;cGNjXzEwLjI1LjIuMTJfdHVubmVsXzE=&quot;
                                                }
&lt;p&gt;                                            },&lt;br/&gt;
                                            &quot;ignore&quot;: false&lt;br/&gt;
                                        },&lt;br/&gt;
                                        &quot;ero&quot;: &lt;/p&gt;
{
                                            &quot;processing-rule&quot;: false,
                                            &quot;ignore&quot;: false
                                        }
&lt;p&gt;                                    }&lt;br/&gt;
                                ]&lt;br/&gt;
                            }&lt;br/&gt;
                        ],&lt;br/&gt;
                        &quot;ip-address&quot;: &quot;10.25.2.12&quot;&lt;br/&gt;
                    }&lt;br/&gt;
                }&lt;br/&gt;
            ]&lt;br/&gt;
        }&lt;br/&gt;
    ]&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;I  kill  the pcep-pcc-mock tool  , &#8220;ctlr +C&#8221;  and restart it, I  see no changes after 600 seconds.&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;topology&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;topology-id&quot;: &quot;pcep-topology-1&quot;,&lt;br/&gt;
            &quot;topology-types&quot;: {&lt;br/&gt;
                &quot;network-topology-pcep:topology-pcep&quot;: {}&lt;br/&gt;
            },&lt;br/&gt;
            &quot;node&quot;: [&lt;br/&gt;
                {&lt;br/&gt;
                    &quot;node-id&quot;: &quot;pcc://10.25.2.12&quot;,&lt;br/&gt;
                    &quot;network-topology-pcep:path-computation-client&quot;: {&lt;br/&gt;
                        &quot;reported-lsp&quot;: [&lt;br/&gt;
                            {&lt;br/&gt;
                                &quot;name&quot;: &quot;pcc_10.25.2.12_tunnel_1&quot;,&lt;br/&gt;
                                &quot;path&quot;: [&lt;br/&gt;
                                    {&lt;br/&gt;
                                        &quot;lsp-id&quot;: 1,&lt;br/&gt;
                                        &quot;odl-pcep-ietf-stateful07:lsp&quot;: {&lt;br/&gt;
                                            &quot;plsp-id&quot;: 1,&lt;br/&gt;
                                            &quot;odl-pcep-ietf-initiated00:create&quot;: false,&lt;br/&gt;
                                            &quot;remove&quot;: false,&lt;br/&gt;
                                            &quot;administrative&quot;: true,&lt;br/&gt;
                                            &quot;delegate&quot;: true,&lt;br/&gt;
                                            &quot;sync&quot;: true,&lt;br/&gt;
                                            &quot;operational&quot;: &quot;up&quot;,&lt;br/&gt;
                                            &quot;processing-rule&quot;: false,&lt;br/&gt;
                                            &quot;tlvs&quot;: {&lt;br/&gt;
                                                &quot;lsp-identifiers&quot;: {&lt;br/&gt;
                                                    &quot;ipv4&quot;: &lt;/p&gt;
{
                                                        &quot;ipv4-tunnel-endpoint-address&quot;: &quot;10.25.2.12&quot;,
                                                        &quot;ipv4-tunnel-sender-address&quot;: &quot;10.25.2.12&quot;,
                                                        &quot;ipv4-extended-tunnel-id&quot;: &quot;10.25.2.12&quot;
                                                    }
&lt;p&gt;,&lt;br/&gt;
                                                    &quot;lsp-id&quot;: 1,&lt;br/&gt;
                                                    &quot;tunnel-id&quot;: 1&lt;br/&gt;
                                                },&lt;br/&gt;
                                                &quot;symbolic-path-name&quot;: &lt;/p&gt;
{
                                                    &quot;path-name&quot;: &quot;cGNjXzEwLjI1LjIuMTJfdHVubmVsXzE=&quot;
                                                }
&lt;p&gt;                                            },&lt;br/&gt;
                                            &quot;ignore&quot;: false&lt;br/&gt;
                                        },&lt;br/&gt;
                                        &quot;ero&quot;: &lt;/p&gt;
{
                                            &quot;processing-rule&quot;: false,
                                            &quot;ignore&quot;: false
                                        }
&lt;p&gt;                                    }&lt;br/&gt;
                                ]&lt;br/&gt;
                            }&lt;br/&gt;
                        ],&lt;br/&gt;
                        &quot;ip-address&quot;: &quot;10.25.2.12&quot;&lt;br/&gt;
                    }&lt;br/&gt;
                }&lt;br/&gt;
            ]&lt;br/&gt;
        }&lt;br/&gt;
    ]&lt;br/&gt;
}&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25583">CONTROLLER-1029</key>
            <summary>Clustering : Killing a PCEP PCC-mock session does not result in the Operational datastore losing the PCEP topology</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="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="ricjhill@gmail.com">RichardHill</reporter>
                        <labels>
                    </labels>
                <created>Wed, 19 Nov 2014 16:39:42 +0000</created>
                <updated>Tue, 25 Jul 2023 08:24:20 +0000</updated>
                            <resolved>Tue, 25 Nov 2014 14:34:23 +0000</resolved>
                                                                    <component>mdsal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="49815" author="ricjhill@gmail.com" created="Wed, 19 Nov 2014 16:39:42 +0000"  >&lt;p&gt;Attachment karaf.zip has been added with description: log file&lt;/p&gt;</comment>
                            <comment id="49811" author="ricjhill@gmail.com" created="Wed, 19 Nov 2014 16:44:24 +0000"  >&lt;p&gt;I meant kill not restart the PCEP-PCC-MOCK&lt;/p&gt;</comment>
                            <comment id="49812" author="ricjhill@gmail.com" created="Thu, 20 Nov 2014 23:06:00 +0000"  >&lt;p&gt;Not seen on   &lt;a href=&quot;https://jenkins.opendaylight.org/integration/job/integration-master-project-centralized-integration/2759/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/integration/job/integration-master-project-centralized-integration/2759/&lt;/a&gt;&lt;br/&gt;
Revision: 6c2498ed5e23c7ff0f6f5d9e243f450c7e37c817&lt;/p&gt;

&lt;p&gt;Deployed as a 3 node cluster on  10.25.2.9 , 10.25.2.10 , 10.25.2.11&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;system:property shard.persistent ${PERSISTENCE}&lt;br/&gt;
PERSISTENT=&quot;false&quot;&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;module-shards.conf,&lt;br/&gt;
REPLICA=&quot;single&quot;&lt;/li&gt;
&lt;/ol&gt;
</comment>
                            <comment id="49813" author="moraja@cisco.com" created="Thu, 20 Nov 2014 23:19:29 +0000"  >&lt;p&gt;Note that the system property shard.persistent no longer controls persistence. You need to use the config subsystem to disable persistence.&lt;/p&gt;

&lt;p&gt;Please see &lt;a href=&quot;https://wiki.opendaylight.org/view/Running_and_testing_an_OpenDaylight_Cluster#How_do_we_disable_persistence.3F&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/Running_and_testing_an_OpenDaylight_Cluster#How_do_we_disable_persistence.3F&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="49814" author="moraja@cisco.com" created="Tue, 25 Nov 2014 14:34:23 +0000"  >&lt;p&gt;Other fixes have probably resolved this issue.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13461" name="karaf.zip" size="582463" author="ricjhill@gmail.com" created="Wed, 19 Nov 2014 16:39:42 +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>2408</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=2408]]></customfieldvalue>

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

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

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