[ 
https://issues.apache.org/jira/browse/STORM-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14986773#comment-14986773
 ] 

ASF GitHub Bot commented on STORM-1157:
---------------------------------------

Github user kishorvpatil commented on the pull request:

    https://github.com/apache/storm/pull/842#issuecomment-153257989
  
    @revans2 Thank you for the feedback. Following changes should help make 
this feature completely optional and pluggable.   
       - Added `worker.profiler.enabled` to shutdown use of profilers - 
         - If disabled, UI simply removes the section **Profiling and 
Debugging** section. 
         - If disabled, the supervisor would not add 
"worker.profiler.childopts" to worker JVM options - hence avoiding issues with 
jvm that does not provide commercial JProfiler. 
       - Added `worker.profiler.command` to specify which script to use at 
supervisor level so that it can be customized for different profiler scheme.


> Dynamic Worker Profiler - jmap, jstack, profiling and restarting worker
> -----------------------------------------------------------------------
>
>                 Key: STORM-1157
>                 URL: https://issues.apache.org/jira/browse/STORM-1157
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-core
>            Reporter: Kishor Patil
>            Assignee: Kishor Patil
>
> In multi-tenant mode, storm launches long-running JVMs across cluster without 
> sudo access to user. Self-serving of Java heap-dumps, jstacks and java 
> profiling of these JVMs would improve users' ability to analyze and debug 
> issues when monitoring it actively.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to