[
https://issues.apache.org/jira/browse/STORM-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152651#comment-15152651
]
ASF GitHub Bot commented on STORM-1246:
---------------------------------------
Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1117#discussion_r53348402
--- Diff: storm-core/src/clj/org/apache/storm/daemon/nimbus.clj ---
@@ -46,11 +46,11 @@
KillOptions RebalanceOptions ClusterSummary SupervisorSummary
TopologySummary TopologyInfo TopologyHistoryInfo
ExecutorSummary AuthorizationException GetInfoOptions
NumErrorsChoice SettableBlobMeta ReadableBlobMeta
BeginDownloadResult ListBlobsResult ComponentPageInfo
TopologyPageInfo LogConfig LogLevel LogLevelAction
- ProfileRequest ProfileAction NodeInfo])
+ ProfileRequest ProfileAction NodeInfo LSTopoHistory])
(:import [org.apache.storm.daemon Shutdownable])
(:import [org.apache.storm.validation ConfigValidation])
(:import [org.apache.storm.cluster ClusterStateContext DaemonType])
- (:use [org.apache.storm util config log timer zookeeper local-state])
+ (:use [org.apache.storm util config log timer zookeeper
local-state-converter])
--- End diff --
I don't think local-state-converter is used in this file.
> port backtype.storm.local-state to java
> ---------------------------------------
>
> Key: STORM-1246
> URL: https://issues.apache.org/jira/browse/STORM-1246
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-core
> Reporter: Robert Joseph Evans
> Assignee: Abhishek Agarwal
> Labels: java-migration, jstorm-merger
>
> Wrapper around LocalState, with some helper functions for converting between
> storm and thrift.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)