Github user bastiliu commented on a diff in the pull request:
https://github.com/apache/storm/pull/1069#discussion_r52837980
--- Diff: storm-core/src/clj/org/apache/storm/daemon/acker.clj ---
@@ -18,74 +18,24 @@
(:import [org.apache.storm.tuple Tuple Fields])
(:import [org.apache.storm.utils RotatingMap MutableObject])
(:import [java.util List Map])
- (:import [org.apache.storm Constants])
- (:use [org.apache.storm config util log])
+ (:import [org.apache.storm Constants]
+ (org.apache.storm.daemon AckerBolt))
+ (:use [org.apache.storm config util])
(:gen-class
- :init init
- :implements [org.apache.storm.task.IBolt]
- :constructors {[] []}
- :state state ))
+ :init init
+ :implements [org.apache.storm.task.IBolt]
+ :constructors {[] []}
+ :state state))
--- End diff --
reverted
---
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.
---