[ 
https://issues.apache.org/jira/browse/STORM-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14099548#comment-14099548
 ] 

ASF GitHub Bot commented on STORM-213:
--------------------------------------

Github user wurstmeister commented on the pull request:

    https://github.com/apache/incubator-storm/pull/207#issuecomment-52386607
  
    @d2r, I've added the stack trace here, I think it might make more sense to 
re-open this jira (but I'm not sure about the policy on re-opening tickets) 
since it looks like the change does not actually work as expected and has not 
been released yet. If you don't like this approach I will open a new jira
    ```
    java.lang.NullPointerException: null
        at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:26) 
~[clojure-1.5.1.jar:na]
        at backtype.storm.testing$submit_local_topology.invoke(testing.clj:261) 
~[storm-core-0.9.3-incubating-SNAPSHOT.jar:0.9.3-incubating-SNAPSHOT]
        at 
backtype.storm.LocalCluster$_submitTopology.invoke(LocalCluster.clj:43) 
~[storm-core-0.9.3-incubating-SNAPSHOT.jar:0.9.3-incubating-SNAPSHOT]
        at backtype.storm.LocalCluster.submitTopology(Unknown Source) 
~[storm-core-0.9.3-incubating-SNAPSHOT.jar:0.9.3-incubating-SNAPSHOT]
    ```
    
    ```
    LocalCluster cluster = new LocalCluster("localhost", 2181L);
    cluster.submitTopology(TOPOLOGY_NAME, config, builder.createTopology());
    ```


> Decouple In-Process ZooKeeper from LocalCluster
> -----------------------------------------------
>
>                 Key: STORM-213
>                 URL: https://issues.apache.org/jira/browse/STORM-213
>             Project: Apache Storm (Incubating)
>          Issue Type: Improvement
>            Reporter: Sharmarke Aden
>            Assignee: Sriharsha Chintalapani
>              Labels: LocalCluster, ZooKeeper
>             Fix For: 0.9.3-incubating
>
>
> Currently there is no way to independently start ZooKeeper instance and have 
> LocalCluster use this instance. It would be great if there was an option to 
> tell LocalCluster to not start its own in-process ZooKeeper and instead rely 
> on an already running In-Process instance.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to