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

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

Github user revans2 commented on a diff in the pull request:

    https://github.com/apache/storm/pull/995#discussion_r49221805
  
    --- Diff: storm-core/src/clj/backtype/storm/ui/core.clj ---
    @@ -1108,12 +1108,8 @@
       (GET "/api/v1/topology/:id/profiling/start/:host-port/:timeout"
            [:as {:keys [servlet-request]} id host-port timeout & m]
            (thrift/with-configured-nimbus-connection nimbus
    --- End diff --
    
    These all seem to be missing `(populate-context! servlet-request)` We need 
to add it as the first thing in each of the REST requests


> UI Worker Functions: Replace pick-list with buttons
> ---------------------------------------------------
>
>                 Key: STORM-1430
>                 URL: https://issues.apache.org/jira/browse/STORM-1430
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-core
>    Affects Versions: 0.11.0
>            Reporter: Derek Dagit
>            Assignee: Derek Dagit
>            Priority: Minor
>
> The Component Page in the UI has a very useful set of functions that allow us 
> to profile a worker, to restart a worker, to create a stack trace, or to save 
> the heap.
> When there are many workers, finding the correct worker host:port from the 
> pick list is tedious.
> As a user, I would like the worker functions presented as buttons directly in 
> the Executors summary tables, so that I can easily request the functions when 
> there are lots of workers.



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

Reply via email to