<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:35:15 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-1] ConcurrentModificationException in SouthboundHandler on spinning multiple VMs.</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-1</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;From Kyle Mestery :&lt;/p&gt;

&lt;p&gt;2014-01-09 12:35:29.453 CST &lt;span class=&quot;error&quot;&gt;&amp;#91;http-bio-8080-exec-1&amp;#93;&lt;/span&gt; INFO  o.o.c.u.internal.UserManager - Local Authentication Succeeded for User: &quot;admin&quot;&lt;br/&gt;
2014-01-09 12:35:29.455 CST &lt;span class=&quot;error&quot;&gt;&amp;#91;http-bio-8080-exec-1&amp;#93;&lt;/span&gt; INFO  o.o.c.u.internal.UserManager - User &quot;admin&quot; authorized for the following role(s): &lt;span class=&quot;error&quot;&gt;&amp;#91;Network-Admin&amp;#93;&lt;/span&gt;&lt;br/&gt;
2014-01-09 12:35:31.708 CST &lt;span class=&quot;error&quot;&gt;&amp;#91;pool-15-thread-1&amp;#93;&lt;/span&gt; ERROR o.o.ovsdb.neutron.SouthboundHandler - Error fetching Interface Rows for node OVS|192.168.70.138:49853&lt;br/&gt;
java.util.ConcurrentModificationException: null&lt;br/&gt;
	at java.util.HashMap$HashIterator.nextEntry(HashMap.java:926) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_45&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.HashMap$KeyIterator.next(HashMap.java:960) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_45&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.ovsdb.neutron.SouthboundHandler.processRowUpdate(SouthboundHandler.java:196) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.ovsdb.neutron.SouthboundHandler.access$100(SouthboundHandler.java:35) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.ovsdb.neutron.SouthboundHandler$1.run(SouthboundHandler.java:68) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_45&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.FutureTask.run(FutureTask.java:262) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_45&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_45&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_45&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.lang.Thread.run(Thread.java:744) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_45&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: Other&lt;/p&gt;</environment>
        <key id="21693">OVSDB-1</key>
            <summary>ConcurrentModificationException in SouthboundHandler on spinning multiple VMs.</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="dave@dtucker.co.uk">Dave Tucker</assignee>
                                    <reporter username="mavenugo@gmail.com">Madhu Venugopal</reporter>
                        <labels>
                    </labels>
                <created>Thu, 9 Jan 2014 18:49:40 +0000</created>
                <updated>Fri, 21 Mar 2014 19:36:06 +0000</updated>
                            <resolved>Fri, 21 Mar 2014 19:36:06 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>API</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="40608" author="sheena.goyal@tcs.com" created="Thu, 16 Jan 2014 11:56:36 +0000"  >&lt;p&gt;Please elaborate the Problem and do share the steps that introduce this problem.&lt;br/&gt;
Like the process you have gone through which cause this error.&lt;/p&gt;</comment>
                            <comment id="40609" author="sheena.goyal@tcs.com" created="Wed, 22 Jan 2014 12:09:27 +0000"  >&lt;p&gt;I am not getting any further information for reproducing the bug.So I am reassigning back to ovsdb-bugs@lists.opendaylight.org.&lt;/p&gt;</comment>
                            <comment id="40610" author="dave@dtucker.co.uk" created="Thu, 23 Jan 2014 08:27:42 +0000"  >&lt;p&gt;Fix proposed...&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/4618/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/4618/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="40611" author="dave@dtucker.co.uk" created="Fri, 21 Mar 2014 19:36:06 +0000"  >&lt;p&gt;(In reply to Dave Tucker from comment #3)&lt;br/&gt;
&amp;gt; Fix proposed...&lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/4618/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/4618/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Merged&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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>278</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=278]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10301"><![CDATA[Normal]]></customfieldvalue>

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

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