You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Ethanlm <gi...@git.apache.org> on 2018/10/26 21:32:53 UTC

[GitHub] storm pull request #2898: [STORM-3278] Fix permissions issue on logviewer do...

GitHub user Ethanlm opened a pull request:

    https://github.com/apache/storm/pull/2898

    [STORM-3278] Fix permissions issue on logviewer downloading for heap dump

    
    https://issues.apache.org/jira/browse/STORM-3278
    
    Without the change, the permission on the heap dump file is `-rw-------`. And it belongs to the topology submitter. Logviewer is not able to read it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Ethanlm/storm patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2898.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 #2898
    
----
commit 83f15670fe79e4f0fd5845bc8ffc6b34c8a295fa
Author: Meng Li (Ethan) <et...@...>
Date:   2018-10-26T21:30:47Z

    [STORM-3278] Fix permissions issue on logviewer downloading for heap dump

----


---

[GitHub] storm pull request #2898: [STORM-3278] Fix permissions issue on logviewer do...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/2898


---