You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by kishorvpatil <gi...@git.apache.org> on 2018/10/24 21:55:15 UTC

[GitHub] storm pull request #2895: [STORM-3275] Fix UIHelpers timeout while starting ...

GitHub user kishorvpatil opened a pull request:

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

    [STORM-3275] Fix UIHelpers timeout while starting profiler

    The Jprofiler start action, requires calculating timeout in milliseconds, while input is in minutes. Also, the logic works to say, STOP at timeout instead of start. This was I think clojure to java translation error.

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

    $ git pull https://github.com/kishorvpatil/incubator-storm storm3275

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

    https://github.com/apache/storm/pull/2895.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 #2895
    
----
commit 6b42587dfb1f99c8dfb6066a2bbc83e29552cff8
Author: Kishor Patil <kp...@...>
Date:   2018-10-24T21:50:59Z

    Fix UIHelpers timeout while starting profiler

----


---

[GitHub] storm pull request #2895: [STORM-3275] Fix UIHelpers timeout while starting ...

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

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


---