<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:28:53 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>[OPNFLWJAVA-79] Infinite reschedule of flush</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWJAVA-79</link>
                <project id="10154" key="OPNFLWJAVA">openflowjava</project>
                    <description>&lt;p&gt;We observed in openflowplugin cbench test (before logging was set to ERROR)&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/openflowplugin-csit-1node-cbench-performance-only-boron&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/openflowplugin-csit-1node-cbench-performance-only-boron&lt;/a&gt; many logs from OutboundQueueProviderImpl like &quot;Replacing queue null with null&quot;. This is caused by infinite loop of flushing and closing AbstractOutboundQueueManager in ofjava - sometimes (on disconnect) there can be still some unflushed segments but thery are not able to be flushed if channel is not writable anymore. In local testing we got stuck with cpu on 97%&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="24309">OPNFLWJAVA-79</key>
            <summary>Infinite reschedule of flush</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="michal.polkorab@gmail.com">Michal Polkorab</assignee>
                                    <reporter username="andrejleitner">Andrej Leitner</reporter>
                        <labels>
                    </labels>
                <created>Tue, 6 Sep 2016 13:58:45 +0000</created>
                <updated>Tue, 14 Nov 2017 19:19:20 +0000</updated>
                            <resolved>Thu, 8 Sep 2016 09:35:49 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="46911" author="andrejleitner" created="Tue, 6 Sep 2016 14:26:17 +0000"  >&lt;p&gt;carbon: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/45230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/45230/&lt;/a&gt;&lt;br/&gt;
boron: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/45231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/45231/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="46912" author="anipbu" created="Tue, 6 Sep 2016 14:37:51 +0000"  >&lt;p&gt;To better assess the impact of this bug and fix, could someone from your team please help us identify the following:&lt;br/&gt;
Severity: Could you elaborate on the severity of this bug?  Is this a BLOCKER such that we cannot release Boron without it?  Is there a workaround such that we can write a release note and fix in future Boron SR1?&lt;br/&gt;
Testing: Could you also elaborate on the testing of this patch?  How extensively has this patch been tested?  Is it covered by any unit tests or system tests?  &lt;br/&gt;
Impact: Does this fix impact any dependent projects?&lt;/p&gt;</comment>
                            <comment id="46913" author="andrejleitner" created="Tue, 6 Sep 2016 16:55:46 +0000"  >&lt;p&gt;Severity&lt;br/&gt;
This bug is quite serious thing since we stays with cpu usage nearly 100% almost everytime after openflowplugin cbench performance test is finished. This could be a security vulnerability as mentioned here: &lt;br/&gt;
&lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=6176#c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=6176#c6&lt;/a&gt;&lt;br/&gt;
The issue was found during analysis of &lt;a href=&quot;https://jira.opendaylight.org/browse/OPNFLWPLUG-727&quot; title=&quot;cbench throughput test does not work in Boron&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OPNFLWPLUG-727&quot;&gt;&lt;del&gt;OPNFLWPLUG-727&lt;/del&gt;&lt;/a&gt; which is already blocker and should help to resolve it. We don&apos;t see there a possibility of workaround.&lt;/p&gt;

&lt;p&gt;Testing&lt;br/&gt;
There aren&apos;t any unit tests for modified part of ofjava. Actual internal integration tests passed successfully. We also successfully reproduce csit job locally &lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/openflowplugin-csit-1node-cbench-performance-only-boron&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/openflowplugin-csit-1node-cbench-performance-only-boron&lt;/a&gt;. There aren&apos;t CSIT jobs for openflowjava because it should be covered by openflowplugin CSIT tests.&lt;/p&gt;

&lt;p&gt;Impact&lt;br/&gt;
The fix impacts openflowplugin project, positively, we belive.&lt;/p&gt;</comment>
                            <comment id="46914" author="andrejleitner" created="Tue, 6 Sep 2016 17:12:12 +0000"  >&lt;p&gt;merged in boron&lt;/p&gt;</comment>
                            <comment id="46915" author="ecelgp" created="Tue, 6 Sep 2016 21:43:43 +0000"  >&lt;p&gt;This is fixed now according to:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/openflowplugin-csit-1node-cbench-performance-only-boron/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/openflowplugin-csit-1node-cbench-performance-only-boron/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;BR/Luis&lt;/p&gt;</comment>
                            <comment id="46916" author="andrejleitner" created="Wed, 7 Sep 2016 05:44:22 +0000"  >&lt;p&gt;Thank you Luis for tracking. We need to merge it also in master branch.&lt;/p&gt;</comment>
                            <comment id="46917" author="andrejleitner" created="Wed, 7 Sep 2016 07:52:05 +0000"  >&lt;p&gt;merged in carbon&lt;/p&gt;</comment>
                            <comment id="46918" author="anipbu" created="Thu, 8 Sep 2016 01:06:22 +0000"  >&lt;p&gt;(In reply to Luis Gomez from comment #5)&lt;br/&gt;
&amp;gt; This is fixed now according to:&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/openflowplugin-csit-1node-cbench-&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/openflowplugin-csit-1node-cbench-&lt;/a&gt;&lt;br/&gt;
&amp;gt; performance-only-boron/&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; BR/Luis&lt;/p&gt;

&lt;p&gt;Based on Luis&apos;s comment, can I safely assume that this bug been verified as fixed in the latest Boron RC 3.1 Build?&lt;/p&gt;</comment>
                            <comment id="46919" author="ecelgp" created="Thu, 8 Sep 2016 07:33:28 +0000"  >&lt;p&gt;Yes, this issue is fixed and working in RC3.1.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="27995">OPNFLWPLUG-727</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>6646</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=6646]]></customfieldvalue>

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

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