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

    https://github.com/apache/storm/pull/1081#discussion_r52011728
  
    --- Diff: 
storm-core/src/jvm/org/apache/storm/cluster/StateStorageFactory.java ---
    @@ -21,8 +21,8 @@
     import java.util.List;
     import org.apache.zookeeper.data.ACL;
     
    -public interface ClusterStateFactory {
    +public interface StateStorageFactory {
         
    -    ClusterState mkState(APersistentMap config, APersistentMap auth_conf, 
List<ACL> acls, ClusterStateContext context);
    +    StateStorage mkState(APersistentMap config, APersistentMap auth_conf, 
List<ACL> acls, ClusterStateContext context);
    --- End diff --
    
    function should be renamed to mkStore


---
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