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.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---