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

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

Github user erikdw commented on the pull request:

    https://github.com/apache/storm/pull/733#issuecomment-141854862
  
    @HeartSaVioR : here ya go:  https://issues.apache.org/jira/browse/STORM-1056
    
    Thanks!


> allow supervisor log filename to be configurable via ENV variable
> -----------------------------------------------------------------
>
>                 Key: STORM-1056
>                 URL: https://issues.apache.org/jira/browse/STORM-1056
>             Project: Apache Storm
>          Issue Type: Task
>            Reporter: Erik Weathers
>            Priority: Minor
>             Fix For: 0.10.0, 0.11.0, 0.9.6
>
>
> Requested feature:  allow configuring the supervisor's log filename when 
> launching it via an ENV variable.
> Motivation: The storm-on-mesos project (https://github.com/mesos/storm) 
> relies on multiple Storm Supervisor processes per worker host, where each 
> Supervisor is dedicated to a particular topology.  This is part of the 
> framework's functionality of separating topologies from each other.  i.e., 
> storm-on-mesos is a multi-tenant system.  But before the change requested in 
> this issue, the logs from all supervisors on a worker host will be written 
> into a supervisor log with a single name of supervisor.log.  If all logs are 
> written to a common location on the mesos host, then all logs go to the same 
> log file.  Instead it would be desirable to separate the supervisor logs 
> per-topology, so that each tenant/topology-owner can peruse the logs that are 
> related to their own topology.  Thus this ticket is requesting the ability to 
> configure the supervisor log via an environment variable whilst invoking 
> bin/storm.py (or bin/storm in pre-0.10 storm releases).
> When this ticket is fixed, we will include the topology ID into the 
> supervisor log filename for storm-on-mesos.



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

Reply via email to