You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by HeartSaVioR <gi...@git.apache.org> on 2017/08/01 05:36:05 UTC

[GitHub] storm pull request #2241: STORM-2306 : Messaging subsystem redesign.

Github user HeartSaVioR commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2241#discussion_r130522690
  
    --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/BasicContainer.java ---
    @@ -346,7 +346,7 @@ protected String getWildcardDir(File dir) {
         }
         
         protected List<String> frameworkClasspath(SimpleVersion topoVersion) {
    -        File stormWorkerLibDir = new File(_stormHome, "lib-worker");
    +        File stormWorkerLibDir = new File(_stormHome, "lib");
    --- End diff --
    
    This was an effort to reduce dependencies on worker. If the line makes issue, let's fix it. Which issues you are seeing before fixing this?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---