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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15713142#comment-15713142 ] 

Apache Spark commented on SPARK-18670:
--------------------------------------

User 'zsxwing' has created a pull request for this issue:
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
>
> 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