[
https://issues.apache.org/jira/browse/STORM-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14119934#comment-14119934
]
ASF GitHub Bot commented on STORM-485:
--------------------------------------
GitHub user d2r opened a pull request:
https://github.com/apache/incubator-storm/pull/248
[STORM-485] use separate logback config for workers
Adds a new logback configuration file for workers.
It is the same as the current cluster.xml, but without metrics and access
"appenders."
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/d2r/incubator-storm
STORM-485-separate-worker-logback
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/248.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #248
----
commit af61cca75c6215d5a0db2d6fb338deca03e55095
Author: Derek Dagit <[email protected]>
Date: 2014-09-03T15:05:25Z
use separate logback config for workers
----
> Workers should not access shared log files
> ------------------------------------------
>
> Key: STORM-485
> URL: https://issues.apache.org/jira/browse/STORM-485
> Project: Apache Storm (Incubating)
> Issue Type: Bug
> Reporter: Derek Dagit
> Assignee: Derek Dagit
> Labels: security
>
> Because of file system permissions, the logback configuration (currently
> cluster.xml) should not be used when launching workers because permissions of
> system log files (e.g., access.log, metrics.log) should conflict with the
> user:group of the worker processes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)