[
https://issues.apache.org/jira/browse/STORM-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15147459#comment-15147459
]
ASF GitHub Bot commented on STORM-1552:
---------------------------------------
GitHub user arunmahadevan opened a pull request:
https://github.com/apache/storm/pull/1109
[STORM-1552] Fix topology event sampling log dir
Currently the events are logged under
"storm-local/workers-artifacts/{storm-id}/{port}/events.log".
and the "events" link in UI does not display the log file.
The events.log should be kept under
"logs/workers-artifacts/{storm-id}/{port}/events.log"
so that its viewable via logviewer.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arunmahadevan/storm STORM-1552
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1109.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 #1109
----
commit 8fe36ae26243c89b62e95f950bfc5b901384cb50
Author: Arun Mahadevan <[email protected]>
Date: 2016-02-15T15:11:03Z
[STORM-1552] Fix topology event sampling log dir
Currently the events are logged under
"storm-local/workers-artifacts/{storm-id}/{port}/events.log".
and the "events" link in UI does not display the log file.
The events.log should be kept under
"logs/workers-artifacts/{storm-id}/{port}/events.log"
so that its viewable via logviewer.
----
> Fix topology event sampling log directory
> ------------------------------------------
>
> Key: STORM-1552
> URL: https://issues.apache.org/jira/browse/STORM-1552
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 1.0.0, 2.0.0
> Reporter: Arun Mahadevan
> Assignee: Arun Mahadevan
>
> Run a topology and enable event inspection by clicking "Debug" from UI. The
> events are logged under
> "storm-local/workers-artifacts/{storm-id}/port/events.log". In the spout/bolt
> details page, the "events" link does not display the log file.
> The events.log should be kept under
> logs/workers-artifacts/{storm-id}/{port}/events.log so that its viewable via
> logviewer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)