-
Notifications
You must be signed in to change notification settings - Fork 28.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-18143][SQL]Ignore Structured Streaming event logs to avoid breaking history server (branch 2.0) #15695
Conversation
LGTM pending Jenkins. |
// Structured Streaming in Spark 2.0.0. | ||
// SparkListenerApplicationEnd is the only valid event and it's the last event. We use it | ||
// to verify that we can skip broken jsons generated by Structured Streaming. | ||
testReplayListenerBusWithBorkenEventJsons("query-event-logs-version-2.0.0.txt") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: Borken
-> Broken
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: Borken -> Broken
Fixed
Test build #67812 has finished for PR 15695 at commit
|
Test build #67815 has finished for PR 15695 at commit
|
Looks like FileStreamSourceSuite is broken is 2.0. Looking at it. |
Fixing the flaky test in #15699. Retest this please |
Test build #3380 has finished for PR 15695 at commit
|
Merging in branch-2.0. Can you close this? |
Sure. |
What changes were proposed in this pull request?
Backport #15663 to branch-2.0 and fixed conflicts in
ReplayListenerBus
.How was this patch tested?
Jenkins