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

Tathagata Das resolved SPARK-9966.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0

> Handle a couple of corner cases in the PID rate estimator
> ---------------------------------------------------------
>
>                 Key: SPARK-9966
>                 URL: https://issues.apache.org/jira/browse/SPARK-9966
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Streaming
>            Reporter: Tathagata Das
>            Assignee: Tathagata Das
>            Priority: Blocker
>             Fix For: 1.5.0
>
>
> 1. The rate estimator should not estimate any rate when there are no records 
> in the batch, as there is no data to estimate the rate. In the current state, 
> it estimates and set the rate to zero. That is incorrect.
> 2. The rate estimator should not never set the rate to zero under any 
> circumstances. Otherwise the system will stop receiving data, and stop 
> generating useful estimates (see reason 1). So the fix is to define a 
> parameters that sets a lower bound on the estimated rate, so that the system 
> always receives some data.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to