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

    https://github.com/apache/storm/pull/1069#discussion_r52837863
  
    --- Diff: storm-core/src/clj/org/apache/storm/daemon/acker.clj ---
    @@ -18,74 +18,24 @@
       (:import [org.apache.storm.tuple Tuple Fields])
    --- End diff --
    
    In clojure testing, creation of acker bolt will be overridden in 
with-tracked-cluster. After porting the implementation of acker to java, it 
seems there is no way to do a similar override for java method. So, the 
mk-acker-bolt of acker.clj was kept as temporary solution to make the clojure 
testing pass. It can be removed after the porting of common.clj and relative 
testing modules. Is there a solution or workaround for this issue?


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