[
https://issues.apache.org/jira/browse/STORM-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134125#comment-15134125
]
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_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.
> 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)