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) <ethanopensource@...>
Date: 2018-10-26T21:30:47Z
[STORM-3278] Fix permissions issue on logviewer downloading for heap dump
----
---