[GitHub] storm pull request #2701: STORM-3091 don't allow workers to create heartbeat...

2018-06-05 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] storm pull request #2701: STORM-3091 don't allow workers to create heartbeat...

2018-06-04 Thread revans2
Github user revans2 commented on a diff in the pull request:

https://github.com/apache/storm/pull/2701#discussion_r192757264
  
--- Diff: storm-client/src/jvm/org/apache/storm/utils/VersionedStore.java 
---
@@ -25,9 +25,17 @@
 
 private String _root;
 
-public VersionedStore(String path) throws IOException {
+/**
+ * Creates a store at the given path.
+ *
+ * @path The path for the store
--- End diff --

Should be
`@param path The path for the store`


---


[GitHub] storm pull request #2701: STORM-3091 don't allow workers to create heartbeat...

2018-06-04 Thread agresch
GitHub user agresch opened a pull request:

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

STORM-3091 don't allow workers to create heartbeat directory



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

$ git pull https://github.com/agresch/storm agresch_storm-3091

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

https://github.com/apache/storm/pull/2701.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 #2701


commit dbae31d8507aea5992d2e669da1de43d66442075
Author: Aaron Gresch 
Date:   2018-06-04T14:16:10Z

STORM-3091 don't allow workers to create heartbeat directory




---