<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:02:10 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>[INFRAUTILS-66] Threadswatcher causing safepoint pauses due to calling FindDeadlocks every 500ms</title>
                <link>https://jira.opendaylight.org/browse/INFRAUTILS-66</link>
                <project id="10129" key="INFRAUTILS">infrautils</project>
                    <description>&lt;p&gt;We experience frequent safepoint pauses seen in this log:&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-comment&quot;&gt;// code          
&lt;/span&gt;vmop                    [threads: total initially_running wait_to_block]    [time: spin block sync cleanup vmop] page_trap_count
2653.486: FindDeadlocks                    [     870          1              1    ]      [     1     0     2     1     0    ]  1
         vmop                    [threads: total initially_running wait_to_block]    [time: spin block sync cleanup vmop] page_trap_count
2653.986: FindDeadlocks                    [     870          0              0    ]      [     0     0     0     1     0    ]  0
         vmop                    [threads: total initially_running wait_to_block]    [time: spin block sync cleanup vmop] page_trap_count
2654.486: FindDeadlocks                    [     870          0              3    ]      [     0     0     0     1     0    ]  0
         vmop                    [threads: total initially_running wait_to_block]    [time: spin block sync cleanup vmop] page_trap_count
2654.986: FindDeadlocks                    [     870          0              2    ]      [     0     0     0     1     0    ]  0
         vmop                    [threads: total initially_running wait_to_block]    [time: spin block sync cleanup vmop] page_trap_count
2655.486: FindDeadlocks                    [     871          0              1    ]      [     0     0     0     1     0    ]  0
         vmop                    [threads: total initially_running wait_to_block]    [time: spin block sync cleanup vmop] page_trap_count
2655.986: FindDeadlocks                    [     871          0              0    ]      [     0     0     0     1     0    ]  0
         vmop                    [threads: total initially_running wait_to_block]    [time: spin block sync cleanup vmop] page_trap_count
2656.486: FindDeadlocks                    [     870          0              0    ]      [     0     0     0     1     0    ]  0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;Which was traced to ThreadsWatcher calling FindDeadlocks every 500ms.&lt;br/&gt;
&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="32218">INFRAUTILS-66</key>
            <summary>Threadswatcher causing safepoint pauses due to calling FindDeadlocks every 500ms</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="rovarga">Robert Varga</assignee>
                                    <reporter username="tcere">Tomas Cere</reporter>
                        <labels>
                    </labels>
                <created>Mon, 25 Nov 2019 12:23:39 +0000</created>
                <updated>Fri, 29 Nov 2019 12:43:59 +0000</updated>
                            <resolved>Fri, 29 Nov 2019 12:43:59 +0000</resolved>
                                    <version>Oxygen-SR4</version>
                    <version>Neon</version>
                    <version>Sodium</version>
                    <version>Magnesium</version>
                                    <fixVersion>Magnesium</fixVersion>
                    <fixVersion>Sodium SR2</fixVersion>
                    <fixVersion>Neon SR3</fixVersion>
                                    <component>metrics</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="67456" author="rovarga" created="Mon, 25 Nov 2019 12:42:38 +0000"  >&lt;p&gt;This results in large pauses as evidenced by:&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;2019-11-15T15:43:36.928+0000: 3304.685: Total time for which application threads were stopped: 9.2916061 seconds, Stopping threads took: 0.0001933 seconds
2019-11-15T15:44:47.185+0000: 3374.942: Total time for which application threads were stopped: 9.5493942 seconds, Stopping threads took: 0.0001182 seconds
2019-11-15T15:46:00.042+0000: 3447.800: Total time for which application threads were stopped: 12.4064250 seconds, Stopping threads took: 0.0001305 seconds
2019-11-15T15:47:06.771+0000: 3514.528: Total time for which application threads were stopped: 6.1348460 seconds, Stopping threads took: 0.0005121 seconds
2019-11-15T15:48:12.704+0000: 3580.462: Total time for which application threads were stopped: 5.5681979 seconds, Stopping threads took: 0.0002656 seconds
2019-11-15T15:49:20.000+0000: 3647.758: Total time for which application threads were stopped: 6.8645785 seconds, Stopping threads took: 0.0001139 seconds
2019-11-15T15:50:22.866+0000: 3710.623: Total time for which application threads were stopped: 2.6894180 seconds, Stopping threads took: 0.0002664 seconds
2019-11-15T15:51:29.921+0000: 3777.678: Total time for which application threads were stopped: 6.7841151 seconds, Stopping threads took: 0.0001327 seconds
2019-11-15T15:52:35.962+0000: 3843.719: Total time for which application threads were stopped: 5.8258694 seconds, Stopping threads took: 0.0001516 seconds
2019-11-15T15:53:54.924+0000: 3922.681: Total time for which application threads were stopped: 4.7865003 seconds, Stopping threads took: 0.0002752 seconds
2019-11-15T15:55:13.234+0000: 4000.992: Total time for which application threads were stopped: 3.0976428 seconds, Stopping threads took: 0.0002604 seconds
2019-11-15T15:57:38.405+0000: 4146.162: Total time for which application threads were stopped: 4.2689397 seconds, Stopping threads took: 0.0001862 seconds
2019-11-15T15:58:45.222+0000: 4212.980: Total time for which application threads were stopped: 6.5856216 seconds, Stopping threads took: 0.0014271 seconds&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;i.e. every 60 seconds we force a stop-the-world for 3-12 seconds. I think this facility should be turned off by default.&lt;/p&gt;</comment>
                            <comment id="67462" author="vorburger" created="Tue, 26 Nov 2019 05:27:36 +0000"  >&lt;p&gt;Fixing this sounds like a great idea! JIRA assigns this to me automatically (default assignee), but I&apos;m guessing you&apos;d like to fix this? Go for it! (Unassigned from myself just to clarify I&apos;m not actually going to work on this myself - but I&apos;m happy to review any related Gerrit.)&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|i03q5j:</customfieldvalue>

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