You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Tathagata Das (JIRA)" <ji...@apache.org> on 2016/12/02 20:53:58 UTC

[jira] [Resolved] (SPARK-18670) Limit the number of StreamingQueryListener.StreamProgressEvent when there is no data

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

Tathagata Das resolved SPARK-18670.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.1.0

Issue resolved by pull request 16108
[https://github.com/apache/spark/pull/16108]

> Limit the number of StreamingQueryListener.StreamProgressEvent when there is no data
> ------------------------------------------------------------------------------------
>
>                 Key: SPARK-18670
>                 URL: https://issues.apache.org/jira/browse/SPARK-18670
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>            Reporter: Tathagata Das
>            Assignee: Shixiong Zhu
>            Priority: Critical
>             Fix For: 2.1.0
>
>
> When a StreamingQuery is not receiving any data, and no processing trigger is set, it attempts to run a trigger every 10 ms. This would generate StreamingQueryListener events at a very high rate. This should be limited such that as long as data is not being received, it should generate events once every X seconds.



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