[GitHub] spark pull request #17525: [SPARK-20209][SS] Execute next trigger immediatel...

2017-04-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17525 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #17525: [SPARK-20209][SS] Execute next trigger immediatel...

2017-04-04 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/17525#discussion_r109821142 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/ProcessingTimeExecutorSuite.scala --- @@ -35,6 +42,56 @@ class

[GitHub] spark pull request #17525: [SPARK-20209][SS] Execute next trigger immediatel...

2017-04-04 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17525#discussion_r109805354 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/TriggerExecutor.scala --- @@ -83,6 +84,6 @@ case class

[GitHub] spark pull request #17525: [SPARK-20209][SS] Execute next trigger immediatel...

2017-04-04 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17525#discussion_r109805306 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala --- @@ -207,80 +207,91 @@ class StreamingQuerySuite extends

[GitHub] spark pull request #17525: [SPARK-20209][SS] Execute next trigger immediatel...

2017-04-04 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/17525#discussion_r109726076 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/util/StreamManualClock.scala --- @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #17525: [SPARK-20209][SS] Execute next trigger immediatel...

2017-04-04 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/17525#discussion_r109725805 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/TriggerExecutor.scala --- @@ -83,6 +84,6 @@ case class

[GitHub] spark pull request #17525: [SPARK-20209][SS] Execute next trigger immediatel...

2017-04-04 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/17525 [SPARK-20209][SS] Execute next trigger immediately if previous batch took longer than trigger interval ## What changes were proposed in this pull request? For large trigger intervals (e.g.