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

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

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

    https://github.com/apache/storm/pull/848#discussion_r43800101
  
    --- Diff: storm-core/src/clj/backtype/storm/daemon/logviewer.clj ---
    @@ -476,6 +485,405 @@ Note that if anything goes wrong, this will throw an 
Error and exit."
           (-> (resp/response "Page not found")
               (resp/status 404)))))
     
    +(def grep-max-search-size 1024)
    +(def grep-buf-size 2048)
    +(def grep-context-size 128)
    +
    +(defn logviewer-port
    --- End diff --
    
    Thats right I saw that later on in the tests, and spaced it.  looks good 
then


> Simple Log Search
> -----------------
>
>                 Key: STORM-902
>                 URL: https://issues.apache.org/jira/browse/STORM-902
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: Zhuo Liu
>         Attachments: search-a-topology.png, search-for-a-single-worker-log.png
>
>
> In many debugging cases it would be nice to be able to do a simple search of 
> the logs of a topology directly from the UI.
> This is work that Yahoo has already done, but needs to be put back into open 
> source.



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

Reply via email to