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

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

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


> port backtype.storm.cluster to java
> -----------------------------------
>
>                 Key: STORM-1273
>                 URL: https://issues.apache.org/jira/browse/STORM-1273
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: Basti Liu
>              Labels: java-migration, jstorm-merger
>
> current state of the cluster (Some of this moves to java as a part of 
> heartbeat server)
> https://github.com/apache/storm/tree/jstorm-import/jstorm-core/src/main/java/com/alibaba/jstorm/cluster
>  as an example



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

Reply via email to