[
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: [email protected]
For additional commands, e-mail: [email protected]