[
https://issues.apache.org/jira/browse/STORM-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15108885#comment-15108885
]
ASF GitHub Bot commented on STORM-1452:
---------------------------------------
Github user d2r commented on a diff in the pull request:
https://github.com/apache/storm/pull/1012#discussion_r50280960
--- Diff: docs/documentation/ui-rest-api.md ---
@@ -548,6 +548,10 @@ Response fields:
|boltStats.processLatency| String (double value returned in String format)
|Average time of the bolt to ack a message after it was received|
|boltStats.acked| Long |Number of messages acked|
|boltStats.failed| Long |Number of messages failed|
+|profilingAndDebuggingCapable| Boolean |true if there is support for
Profiling and Debugging Actions|
+|profilActionEnabled| Boolean |true if worker profiling (Java Flight
Recorder) is enabled|
--- End diff --
Good catch! Will fix it.
> Worker "profiler" actions broken by default
> -------------------------------------------
>
> Key: STORM-1452
> URL: https://issues.apache.org/jira/browse/STORM-1452
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Affects Versions: 1.0.0
> Reporter: Derek Dagit
> Assignee: Derek Dagit
> Priority: Blocker
>
> * The profiler script flight.bash is not packaged by default.
> * The default options enable the Oracle specific flight-recorder that
> requires a support subscription.
> The option to enable the profiler should not be enabled by default. Other
> actions such as worker restart, debugging, and heap can remain enabled.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)