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

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

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

    https://github.com/apache/storm/pull/1047#discussion_r50848126
  
    --- Diff: 
storm-core/src/clj/org/apache/storm/cluster_state/zookeeper_state_factory.clj 
---
    @@ -143,15 +144,15 @@
                                     (stateChanged
                                       [this client newState]
                                       (.stateChanged listener client 
newState)))]
    -         (zk/add-listener zk-reader curator-listener)))
    +         (Zookeeper/addListener zk-reader curator-listener)))
     
          (sync-path
            [this path]
    -       (zk/sync-path zk-writer path))
    +       (Zookeeper/syncPath zk-writer path))
     
           (delete-node-blobstore
             [this path nimbus-host-port-info]
    -        (zk/delete-node-blobstore zk-writer path nimbus-host-port-info))
    +        (Zookeeper/deleteDodeBlobstore zk-writer path 
nimbus-host-port-info))
    --- End diff --
    
    must be deleteNodeBlobstore instead of deleteDodeBlobstore "spelling"


> port backtype.storm.zookeeper to java
> -------------------------------------
>
>                 Key: STORM-1257
>                 URL: https://issues.apache.org/jira/browse/STORM-1257
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: John Fang
>              Labels: java-migration, jstorm-merger
>
> A wrapper around zookeeper/curator.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to