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.


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