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

    https://github.com/apache/storm/pull/1055#discussion_r51615429
  
    --- Diff: storm-core/src/clj/org/apache/storm/daemon/common.clj ---
    @@ -16,18 +16,20 @@
     (ns org.apache.storm.daemon.common
       (:use [org.apache.storm log config util])
       (:import [org.apache.storm.generated StormTopology
    -            InvalidTopologyException GlobalStreamId]
    +            InvalidTopologyException GlobalStreamId Grouping 
Grouping$_Fields]
                [org.apache.storm.utils ThriftTopologyUtils])
       (:import [org.apache.storm.utils Utils ConfigUtils])
       (:import [org.apache.storm.task WorkerTopologyContext])
       (:import [org.apache.storm Constants])
       (:import [org.apache.storm.metric SystemBolt])
       (:import [org.apache.storm.metric EventLoggerBolt])
    -  (:import [org.apache.storm.security.auth IAuthorizer]) 
    +  (:import [org.apache.storm.security.auth IAuthorizer])
       (:import [java.io InterruptedIOException])
    -  (:require [clojure.set :as set])  
    +  (:import [java.util HashMap])
    +  (:import [org.apache.storm Thrift])
    +  (:require [clojure.set :as set])
       (:require [org.apache.storm.daemon.acker :as acker])
    -  (:require [org.apache.storm.thrift :as thrift])
    +  (:require [org.apache.storm.internal.thrift :as thrift])
    --- End diff --
    
    I don't think thrift is used here at all.


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