Github user abhishekagarwal87 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1095#discussion_r52611699
--- Diff: storm-core/src/clj/org/apache/storm/daemon/executor.clj ---
@@ -219,7 +220,7 @@
(let [val (AddressedTuple. task tuple)]
(when (= true (storm-conf TOPOLOGY-DEBUG))
(log-message "TRANSFERING tuple " val))
- (disruptor/publish batch-transfer->worker val))))
+ (.publish ^DisruptorQueue batch-transfer->worker val) )))
--- End diff --
will correct it.
---
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.
---