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

    https://github.com/apache/storm/pull/1081#discussion_r52012273
  
    --- Diff: storm-core/src/jvm/org/apache/storm/cluster/StateStorage.java ---
    @@ -38,16 +41,16 @@
      * may or may not cause a collision in "/path".
      * Never use the same paths with the *_hb* methods as you do with the 
others.
      */
    -public interface ClusterState {
    +public interface StateStorage {
    --- End diff --
    
    StateStorage refers to classes which are related to zookeeper. If you want 
complete abstraction over different state store implementation, you should 
remove zookeeper specific dependencies in the interface. 


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to