You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/10/25 09:27:58 UTC

[jira] [Resolved] (SPARK-15429) When `spark.streaming.concurrentJobs > 1`, PIDRateEstimator cannot estimate the receiving rate accurately.

     [ https://issues.apache.org/jira/browse/SPARK-15429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-15429.
-------------------------------
    Resolution: Won't Fix

> When `spark.streaming.concurrentJobs > 1`, PIDRateEstimator cannot estimate the receiving rate accurately.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-15429
>                 URL: https://issues.apache.org/jira/browse/SPARK-15429
>             Project: Spark
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 1.6.1
>            Reporter: Albert Cheng
>
> When `spark.streaming.concurrentJobs > 1`, PIDRateEstimator cannot estimate the receiving rate accurately.
> For example, if the batch duration is set to 10 seconds, each rdd in the dstream will take 20s to compute. By changing `spark.streaming.concurrentJobs=2`, each rdd in the dstream still takes 20s to consume the data, which leads to poor estimation of backpressure by PIDRateEstimator.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org