Skip to content

Conversation

@petermaxlee
Copy link
Contributor

@petermaxlee petermaxlee commented Sep 17, 2016

What changes were proposed in this pull request?

This PR modifies StreamExecution such that it discards metadata for batches that have already been fully processed. I used the purge method that was added as part of SPARK-17235.

This is based on work by @frreiss in #15067, but fixed the test case along with some typos.

How was this patch tested?

A new test case in StreamingQuerySuite. The test case would fail without the changes in this pull request.

@srowen
Copy link
Member

srowen commented Sep 17, 2016

@petermaxlee why are we not making this change in #15067 ? looks like you forked someone else's PR while it was active.

@SparkQA
Copy link

SparkQA commented Sep 17, 2016

Test build #65528 has finished for PR 15126 at commit 458ed6f.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Sep 17, 2016

Test build #3277 has finished for PR 15126 at commit f711303.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Sep 17, 2016

Test build #65527 has finished for PR 15126 at commit 6b64d5c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Sep 20, 2016

Since @frreiss hasn't updated the pr yet, I'm going to merge this one and assign the jira ticket to Fred.

@rxin
Copy link
Contributor

rxin commented Sep 20, 2016

Merging in master/2.0.

@asfgit asfgit closed this in be9d57f Sep 20, 2016
asfgit pushed a commit that referenced this pull request Sep 20, 2016
## What changes were proposed in this pull request?
This PR modifies StreamExecution such that it discards metadata for batches that have already been fully processed. I used the purge method that was added as part of SPARK-17235.

This is based on work by frreiss in #15067, but fixed the test case along with some typos.

## How was this patch tested?
A new test case in StreamingQuerySuite. The test case would fail without the changes in this pull request.

Author: petermaxlee <[email protected]>
Author: frreiss <[email protected]>

Closes #15126 from petermaxlee/SPARK-17513.

(cherry picked from commit be9d57f)
Signed-off-by: Reynold Xin <[email protected]>
@cloud-fan
Copy link
Contributor

This PR breaks the master branch, I have reverted it, @petermaxlee can you resend and fix the test? thanks!

petermaxlee added a commit to petermaxlee/spark that referenced this pull request Sep 20, 2016
## What changes were proposed in this pull request?
This PR modifies StreamExecution such that it discards metadata for batches that have already been fully processed. I used the purge method that was added as part of SPARK-17235.

This is based on work by frreiss in apache#15067, but fixed the test case along with some typos.

## How was this patch tested?
A new test case in StreamingQuerySuite. The test case would fail without the changes in this pull request.

Author: petermaxlee <[email protected]>
Author: frreiss <[email protected]>

Closes apache#15126 from petermaxlee/SPARK-17513.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants