<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:22:43 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>[NETVIRT-886] Suspected ReadOnlyTransaction leak in StatisticsImpl</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-886</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;As found in see &lt;a href=&quot;https://jira.opendaylight.org/browse/NETVIRT-883&quot; title=&quot;Umbrella parent issue for grouping all suspected transaction leaks&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETVIRT-883&quot;&gt;&lt;del&gt;NETVIRT-883&lt;/del&gt;&lt;/a&gt; attachment, there are many thousands of (read only) transactions that are opened in StatisticsImpl but apparently never closed:&lt;br/&gt;
     org.opendaylight.netvirt.statistics.StatisticsImpl.handleInterfaceRemoval(StatisticsImpl.java:398)&lt;br/&gt;
      org.opendaylight.netvirt.statistics.CountersServiceInterfaceListener.remove(CountersServiceInterfaceListener.java:41)&lt;br/&gt;
      org.opendaylight.netvirt.statistics.CountersServiceInterfaceListener.remove(CountersServiceInterfaceListener.java:19)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20807">NETVIRT-886</key>
            <summary>Suspected ReadOnlyTransaction leak in StatisticsImpl</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="vorburger">Michael Vorburger</assignee>
                                    <reporter username="vorburger">Michael Vorburger</reporter>
                        <labels>
                    </labels>
                <created>Mon, 4 Sep 2017 17:03:21 +0000</created>
                <updated>Fri, 24 Nov 2017 13:18:07 +0000</updated>
                            <resolved>Fri, 24 Nov 2017 13:18:07 +0000</resolved>
                                    <version>Nitrogen</version>
                                    <fixVersion>Nitrogen</fixVersion>
                    <fixVersion>Carbon</fixVersion>
                    <fixVersion>Oxygen</fixVersion>
                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="60059" author="vorburger" created="Wed, 15 Nov 2017 17:34:59 +0000"  >&lt;p&gt;This popped up in &lt;a href=&quot;https://jira.opendaylight.org/browse/NETVIRT-985&quot; title=&quot;java.lang.OutOfMemoryError: Java heap space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETVIRT-985&quot;&gt;&lt;del&gt;NETVIRT-985&lt;/del&gt;&lt;/a&gt; again today, so I&apos;m proposing &lt;a href=&quot;https://git.opendaylight.org/gerrit/65562&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/65562&lt;/a&gt; to fix it, as it seems pretty bad:&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;    2774x transactions opened here, which are not closed:
    2531x transactions opened here, which are not closed:
    2390x transactions opened here, which are not closed:
      org.opendaylight.controller.md.sal.binding.impl.BindingDOMDataBrokerAdapter.newReadOnlyTransaction(BindingDOMDataBrokerAdapter.java:59)
      (...)
      org.opendaylight.netvirt.statistics.StatisticsImpl.handleInterfaceRemoval(StatisticsImpl.java:398)
      org.opendaylight.netvirt.statistics.CountersServiceInterfaceListener.remove(CountersServiceInterfaceListener.java:41)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;c/65562  is for carbon - I&apos;ll attempt to cherry-pick to Nitrogen, and for master we could use &lt;tt&gt;ManagedNewTransactionRunner&lt;/tt&gt;?&lt;/p&gt;</comment>
                            <comment id="60060" author="vorburger" created="Wed, 15 Nov 2017 18:17:25 +0000"  >&lt;p&gt;&amp;gt; for master we could use ManagedNewTransactionRunner?&lt;/p&gt;

&lt;p&gt;ended-up doing a POCP (Plain Old Cherry Pick) for this one to master as well, becase ManagedNewTransactionRunner didn&apos;t actually support ReadOnlyTransaction, yet (but it soon will, via &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/65565/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/65565/&lt;/a&gt; and &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/65566/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/65566/&lt;/a&gt;, but that shouldn&apos;t hold this up).&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="20804">NETVIRT-883</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28727">NETVIRT-985</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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9103</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=9103]]></customfieldvalue>

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

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