<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:57:01 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-2025] Fail to update entity ownership after owner is killed</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-2025</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;After &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-2010&quot; title=&quot;Get Entities RPC fails after owner is killed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-2010&quot;&gt;&lt;del&gt;CONTROLLER-2010&lt;/del&gt;&lt;/a&gt; is resolved, &lt;tt&gt;get-entities&lt;/tt&gt; RPC returns the entity ownership information after the owner instance is killed, albeit with some delay. However, entity ownership itself is not updated.&lt;/p&gt;

&lt;p&gt;For example, in the following test scenario:&lt;br/&gt;
 1. Set up 3-node cluster&lt;br/&gt;
 2. Install OpenFlow flow service (odl-openflowplugin-flow-services-rest)&lt;br/&gt;
 3. Get the list of entities with get-entities RPC&lt;br/&gt;
 4. Kill the owner: e.g. on the host of the owner, run kill -9 &amp;lt;CONTROLLER_PID&amp;gt;&lt;br/&gt;
 5. Get the list of entities with get-entities RPC&lt;/p&gt;

&lt;p&gt;3 &amp;amp; 5 return the same output:&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;odl-entity-owners:output&quot;: {
        &quot;entities&quot;: [
            {
                &quot;type&quot;: &quot;org.opendaylight.mdsal.AsyncServiceCloseEntityType&quot;,
                &quot;name&quot;: &quot;ofp-topology-manager&quot;,
                &quot;candidate-nodes&quot;: [
                    &quot;member-1&quot;
                ],
                &quot;owner-node&quot;: &quot;member-1&quot;
            },
            {
                &quot;type&quot;: &quot;org.opendaylight.mdsal.ServiceEntityType&quot;,
                &quot;name&quot;: &quot;ofp-topology-manager&quot;,
                &quot;candidate-nodes&quot;: [
                    &quot;member-1&quot;,
                    &quot;member-2&quot;,
                    &quot;member-3&quot;
                ],
                &quot;owner-node&quot;: &quot;member-1&quot;
            }
        ]
    }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;If the owner is stopped normally, instead of getting forcefully killed, the ownership is updated as expected:&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;odl-entity-owners:output&quot;: {
        &quot;entities&quot;: [
            {
                &quot;type&quot;: &quot;org.opendaylight.mdsal.AsyncServiceCloseEntityType&quot;,
                &quot;name&quot;: &quot;ofp-topology-manager&quot;,
                &quot;candidate-nodes&quot;: [
                    &quot;member-2&quot;
                ],
                &quot;owner-node&quot;: &quot;member-2&quot;
            },
            {
                &quot;type&quot;: &quot;org.opendaylight.mdsal.ServiceEntityType&quot;,
                &quot;name&quot;: &quot;ofp-topology-manager&quot;,
                &quot;candidate-nodes&quot;: [
                    &quot;member-2&quot;,
                    &quot;member-3&quot;
                ],
                &quot;owner-node&quot;: &quot;member-2&quot;
            }
        ]
    }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="34932">CONTROLLER-2025</key>
            <summary>Fail to update entity ownership after owner is killed</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="tcere">Tomas Cere</assignee>
                                    <reporter username="sangwookha">Sangwook Ha</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 Nov 2021 03:31:17 +0000</created>
                <updated>Thu, 20 Jan 2022 12:27:40 +0000</updated>
                            <resolved>Thu, 20 Jan 2022 12:27:40 +0000</resolved>
                                    <version>4.0.7</version>
                                    <fixVersion>4.0.8</fixVersion>
                                    <component>eos</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <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|i040pj:</customfieldvalue>

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