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

    https://github.com/apache/storm/pull/765#discussion_r40732729
  
    --- Diff: storm-core/src/clj/backtype/storm/daemon/worker.clj ---
    @@ -290,6 +290,7 @@
           :transfer-fn (mk-transfer-fn <>)
           :assignment-versions assignment-versions
           :backpressure (atom false) ;; whether this worker is going slow
    +      :transfer-backpressure (atom false) ;; whether this worker is going 
slow
    --- End diff --
    
    :transfer-backpressure may need to have a different comment from 
:backpressure variable.
    For example, whether this worker's transfer queue gets congested.


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