Github user arzt commented on the issue:

    https://github.com/apache/spark/pull/17774
  
    Thanks for your valuable feedback. I added tests as suggested by 
@JasonMWhite . @koeninger the estimated rate is per second summed over all 
partitions, is it? The batch time usually is longer. So even values less than 1 
but greater than 0 for `backpressureRate` can make sense for one partition. The 
casting to long is only needed when the absolute number of messages is 
computed, but even this number can be zero for some partitions, e.g. when there 
is no lag. I hope I am not confused here. There is also a test covering this.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to