<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:36:29 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>[OVSDB-470] Excessive toString in SouthboundUtils.isBridgeOnOvsdbNode()</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-470</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;I&apos;m looking at a Java Flight Recording obtained from (internal) scale lab testing, and see extensive &quot;TLAB Allocations&quot; due to what appears to be a clear mistake causing Excessive toString in &lt;a href=&quot;https://github.com/opendaylight/ovsdb/blob/master/utils/southbound-utils/src/main/java/org/opendaylight/ovsdb/utils/southbound/utils/SouthboundUtils.java&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;SouthboundUtils&lt;/a&gt;.isBridgeOnOvsdbNode() :&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;char&lt;/span&gt;[] java.util.Arrays.copyOf(&lt;span class=&quot;code-object&quot;&gt;char&lt;/span&gt;[], &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;)	19544
void java.lang.AbstractStringBuilder.ensureCapacityInternal(&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;)	19544
AbstractStringBuilder java.lang.AbstractStringBuilder.append(&lt;span class=&quot;code-object&quot;&gt;char&lt;/span&gt;)	12292
StringBuilder java.lang.StringBuilder.append(&lt;span class=&quot;code-object&quot;&gt;char&lt;/span&gt;)	12292
&lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt; com.google.common.base.MoreObjects$ToStringHelper.toString()	11244
&lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt; org.opendaylight.yangtools.yang.binding.InstanceIdentifier.toString()	11244
&lt;span class=&quot;code-object&quot;&gt;boolean&lt;/span&gt; org.opendaylight.ovsdb.utils.southbound.utils.SouthboundUtils.isBridgeOnOvsdbNode(Node, &lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt;)	11244
&lt;span class=&quot;code-object&quot;&gt;Boolean&lt;/span&gt; org.opendaylight.netvirt.elan.internal.ElanBridgeManager.isBridgeOnOvsdbNode(Node, &lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt;)	11244
void org.opendaylight.netvirt.elan.internal.ElanOvsdbNodeListener.update(InstanceIdentifier, Node, Node)	11244
void org.opendaylight.netvirt.elan.internal.ElanOvsdbNodeListener.update(InstanceIdentifier, DataObject, DataObject)	11244
void org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase$DataTreeChangeHandler.run()	11244
void java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor$Worker)	11244
void java.util.concurrent.ThreadPoolExecutor$Worker.run()	11244
void java.lang.&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.run()	11244&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="31002">OVSDB-470</key>
            <summary>Excessive toString in SouthboundUtils.isBridgeOnOvsdbNode()</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="vorburger">Michael Vorburger</assignee>
                                    <reporter username="vorburger">Michael Vorburger</reporter>
                        <labels>
                    </labels>
                <created>Mon, 12 Nov 2018 17:29:23 +0000</created>
                <updated>Wed, 19 Dec 2018 00:53:35 +0000</updated>
                            <resolved>Wed, 19 Dec 2018 00:53:35 +0000</resolved>
                                    <version>Oxygen-SR3</version>
                                    <fixVersion>Neon</fixVersion>
                                    <component>Southbound.Open_vSwitch</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="65564" author="skitt@redhat.com" created="Tue, 13 Nov 2018 09:06:21 +0000"  >&lt;p&gt;Could you clarify what the clear mistake is?&lt;/p&gt;</comment>
                            <comment id="65570" author="vorburger" created="Tue, 13 Nov 2018 11:11:03 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/77719&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c/77719&lt;/a&gt;&#160;should help to avoid excessive toString() ?&lt;/p&gt;</comment>
                            <comment id="65930" author="vorburger" created="Mon, 10 Dec 2018 15:12:15 +0000"  >&lt;p&gt;My c/77719 went in on Thursday; &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;&apos;s&#160;c/77721 still needs a rebase, this this issue is done for Neon, and&#160;could be cherry-picked.&lt;/p&gt;</comment>
                            <comment id="66058" author="vorburger" created="Wed, 19 Dec 2018 00:53:24 +0000"  >&lt;p&gt;It&apos;s in Neon now, let&apos;s close this, for now; we can cherry-pick to Fluorine later, if needed.&lt;/p&gt;</comment>
                    </comments>
                    <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|i03kbj:</customfieldvalue>

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