You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by srdo <gi...@git.apache.org> on 2018/08/01 13:11:58 UTC

[GitHub] storm pull request #2784: STORM-3166: Make Utils.threadDump account for thre...

GitHub user srdo opened a pull request:

    https://github.com/apache/storm/pull/2784

    STORM-3166: Make Utils.threadDump account for threads dying before it…

    … can get the ThreadInfo
    
    https://issues.apache.org/jira/browse/STORM-3166

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srdo/storm STORM-3166

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2784.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2784
    
----
commit eb7924a5c754e04566d6f64d57a2bc1910cac282
Author: Stig Rohde Døssing <sr...@...>
Date:   2018-08-01T13:11:28Z

    STORM-3166: Make Utils.threadDump account for threads dying before it can get the ThreadInfo

----


---

[GitHub] storm pull request #2784: STORM-3166: Make Utils.threadDump account for thre...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/2784


---

[GitHub] storm issue #2784: STORM-3166: Make Utils.threadDump account for threads dyi...

Posted by srdo <gi...@git.apache.org>.
Github user srdo commented on the issue:

    https://github.com/apache/storm/pull/2784
  
    Yes, exactly.


---

[GitHub] storm issue #2784: STORM-3166: Make Utils.threadDump account for threads dyi...

Posted by srdo <gi...@git.apache.org>.
Github user srdo commented on the issue:

    https://github.com/apache/storm/pull/2784
  
    Failure caused by https://issues.apache.org/jira/browse/STORM-3167


---