[
https://issues.apache.org/jira/browse/STORM-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15423483#comment-15423483
]
ASF GitHub Bot commented on STORM-2039:
---------------------------------------
Github user abellina commented on a diff in the pull request:
https://github.com/apache/storm/pull/1627#discussion_r75030675
--- Diff: storm-core/src/clj/org/apache/storm/daemon/worker.clj ---
@@ -743,7 +736,7 @@
(fn [& args]
(check-credentials-changed)
(if ((:storm-conf worker)
TOPOLOGY-BACKPRESSURE-ENABLE)
- (check-throttle-changed))))
+ (topology-backpressure-callback))))
--- End diff --
yeah, agreed. I'll add another timer for this.
> Backpressure refactoring in worker and executor
> -----------------------------------------------
>
> Key: STORM-2039
> URL: https://issues.apache.org/jira/browse/STORM-2039
> Project: Apache Storm
> Issue Type: Story
> Reporter: Alessandro Bellina
> Assignee: Alessandro Bellina
> Priority: Minor
>
> * Use backpressure flags directly from disruptor queue instead of in the
> disruptor-backpressure-handlers in worker and executor
> * Other minor refactoring (eliminate redundant function)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)