<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:00:07 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>[GENIUS-178] Fix new transaction leaks in idmanager</title>
                <link>https://jira.opendaylight.org/browse/GENIUS-178</link>
                <project id="10126" key="GENIUS">genius</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/browse/NETVIRT-1384&quot; title=&quot;Umbrella: Numerous new transaction leaks&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETVIRT-1384&quot;&gt;&lt;del&gt;NETVIRT-1384&lt;/del&gt;&lt;/a&gt;&#160;attachements show transaction leaks in lockmanager.&lt;/p&gt;

&lt;p&gt;The goal of this issue is to a) fix them, and b) prevent them from coming back, based on how&#160;&lt;a href=&quot;https://jira.opendaylight.org/browse/GENIUS-177&quot; title=&quot;Convert interfacemanger to managed transaction runner, only (and enforce it for non-regression)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GENIUS-177&quot;&gt;&lt;del&gt;GENIUS-177&lt;/del&gt;&lt;/a&gt; is doing it for interfacemanager.&lt;/p&gt;</description>
                <environment></environment>
        <key id="30376">GENIUS-178</key>
            <summary>Fix new transaction leaks in idmanager</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.opendaylight.org/images/icons/priorities/blocker.svg">Highest</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="skitt">Stephen Kitt</assignee>
                                    <reporter username="vorburger">Michael Vorburger</reporter>
                        <labels>
                    </labels>
                <created>Wed, 25 Jul 2018 14:20:27 +0000</created>
                <updated>Fri, 27 Jul 2018 16:22:07 +0000</updated>
                            <resolved>Fri, 27 Jul 2018 16:22:07 +0000</resolved>
                                    <version>Oxygen-SR2</version>
                                    <fixVersion>Oxygen-SR3</fixVersion>
                    <fixVersion>Fluorine</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="64212" author="vorburger" created="Wed, 25 Jul 2018 14:36:58 +0000"  >&lt;p&gt;From &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=SridharG&quot; class=&quot;user-hover&quot; rel=&quot;SridharG&quot;&gt;SridharG&lt;/a&gt;&apos;s open-transactions-controller-2.txt attached to &lt;a href=&quot;https://jira.opendaylight.org/browse/NETVIRT-1384&quot; title=&quot;Umbrella: Numerous new transaction leaks&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETVIRT-1384&quot;&gt;&lt;del&gt;NETVIRT-1384&lt;/del&gt;&lt;/a&gt; :&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;1187x transactions opened here, which are not closed:
      (...)
      org.opendaylight.controller.md.sal.binding.impl.BindingDOMDataBrokerAdapter.newWriteOnlyTransaction(BindingDOMDataBrokerAdapter.java:69)
      (...)
      org.opendaylight.genius.idmanager.IdManager.getIdBlockFromParentPool(IdManager.java:386)
      org.opendaylight.genius.idmanager.IdManager.getIdFromLocalPoolCache(IdManager.java:356)
      org.opendaylight.genius.idmanager.IdManager.allocateIdFromLocalPool(IdManager.java:315)
      org.opendaylight.genius.idmanager.IdManager.lambda$allocateId$6(IdManager.java:219)
      org.opendaylight.genius.tools.mdsal.rpc.FutureRpcResults.lambda$fromBuilder$0(FutureRpcResults.java:131)
      org.opendaylight.genius.tools.mdsal.rpc.FutureRpcResults$FutureRpcResultBuilder.build(FutureRpcResults.java:211)
      org.opendaylight.genius.idmanager.IdManager.allocateId(IdManager.java:221)
      org.opendaylight.yangtools.yang.binding.util.RpcMethodInvokerWithInput.invokeOn(RpcMethodInvokerWithInput.java:32)
      org.opendaylight.yangtools.yang.binding.util.AbstractMappedRpcInvoker.invokeRpc(AbstractMappedRpcInvoker.java:53)
      org.opendaylight.controller.md.sal.binding.impl.BindingDOMRpcImplementationAdapter.invoke(BindingDOMRpcImplementationAdapter.java:83)
      org.opendaylight.controller.md.sal.binding.impl.BindingDOMRpcImplementationAdapter.invokeRpc(BindingDOMRpcImplementationAdapter.java:70)
      org.opendaylight.controller.md.sal.dom.broker.impl.GlobalDOMRpcRoutingTableEntry.invokeRpc(GlobalDOMRpcRoutingTableEntry.java:41)
      org.opendaylight.controller.md.sal.dom.broker.impl.DOMRpcRoutingTable.invokeRpc(DOMRpcRoutingTable.java:178)
      org.opendaylight.controller.md.sal.dom.broker.impl.DOMRpcRouter.invokeRpc(DOMRpcRouter.java:102)
      (...)
      org.opendaylight.controller.md.sal.binding.impl.RpcServiceAdapter.invoke0(RpcServiceAdapter.java:68)
      org.opendaylight.controller.md.sal.binding.impl.RpcServiceAdapter.access$000(RpcServiceAdapter.java:46)
      org.opendaylight.controller.md.sal.binding.impl.RpcServiceAdapter$RpcInvocationStrategy.invoke(RpcServiceAdapter.java:165)
      org.opendaylight.controller.md.sal.binding.impl.RpcServiceAdapter.invoke(RpcServiceAdapter.java:99)
      com.sun.proxy.$Proxy218.allocateId(Unknown Source)
      org.opendaylight.netvirt.vpnmanager.VpnUtil.getUniqueId(VpnUtil.java:520)
      org.opendaylight.netvirt.vpnmanager.populator.impl.L3vpnOverMplsGrePopulator.createOperationalAdjacency(L3vpnOverMplsGrePopulator.java:121)
      org.opendaylight.netvirt.vpnmanager.VpnInterfaceManager.processVpnInterfaceAdjacencies(VpnInterfaceManager.java:847)
      org.opendaylight.netvirt.vpnmanager.VpnInterfaceManager.processVpnInterfaceUp(VpnInterfaceManager.java:417)
      org.opendaylight.netvirt.vpnmanager.InterfaceStateChangeListener.lambda$null$0(InterfaceStateChangeListener.java:149)
      org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewWriteOnlyTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:45)
      org.opendaylight.netvirt.vpnmanager.InterfaceStateChangeListener.lambda$null$1(InterfaceStateChangeListener.java:117)
      org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewWriteOnlyTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:45)
      org.opendaylight.netvirt.vpnmanager.InterfaceStateChangeListener.lambda$null$2(InterfaceStateChangeListener.java:115)
      org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewWriteOnlyTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:45)
      org.opendaylight.netvirt.vpnmanager.InterfaceStateChangeListener.lambda$add$3(InterfaceStateChangeListener.java:113)
      org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:416)
      org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60)
      java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402)
      java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
      java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
      java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
      java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="64215" author="skitt@redhat.com" created="Wed, 25 Jul 2018 14:54:54 +0000"  >&lt;p&gt;This is already fixed on master.&lt;/p&gt;</comment>
                            <comment id="64216" author="vorburger" created="Wed, 25 Jul 2018 15:07:28 +0000"  >&lt;p&gt;by one of these here I&apos;m guessing:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/73426/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/73426/&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/73041/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/73041/&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/64726/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/64726/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=skitt&quot; class=&quot;user-hover&quot; rel=&quot;skitt&quot;&gt;skitt&lt;/a&gt; said on IRC he&apos;ll cherry-pick the right one from master for Oxygen SR3.&lt;/p&gt;</comment>
                            <comment id="64299" author="vorburger" created="Fri, 27 Jul 2018 16:21:31 +0000"  >&lt;p&gt;Done, TX &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=skitt&quot; class=&quot;user-hover&quot; rel=&quot;skitt&quot;&gt;skitt&lt;/a&gt;! It&apos;s noteworthy FTR here that &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/74467/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/74467/&lt;/a&gt; included back-porting the ManagedNewTransactionRunner&apos;s new applyWithNewReadWriteTransactionAndSubmit() method to Oxygen - this opens the door for more easily cherry-picking other master changes to Oxygen, if needed (FYI &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=k.faseela&quot; class=&quot;user-hover&quot; rel=&quot;k.faseela&quot;&gt;k.faseela&lt;/a&gt;).&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="30374">GENIUS-176</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="30373">NETVIRT-1384</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="30377">GENIUS-179</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="30375">GENIUS-177</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|i03h1r:</customfieldvalue>

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