-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-11639][STREAMING][FLAKY-TEST] Implement BlockingWriteAheadLog for testing the BatchedWriteAheadLog #9605
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
Conversation
|
Test build #45556 has finished for PR 9605 at commit
|
|
Test build #45551 has finished for PR 9605 at commit
|
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.
grammar:it takes time for 3 to get written
|
Test build #45560 has finished for PR 9605 at commit
|
|
Also update PR title. :) |
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.
Why do you need this function? Can you use the private method tester to directly access walWriteQueue?
|
Test build #45580 has finished for PR 9605 at commit
|
|
Test build #2035 has finished for PR 9605 at commit
|
|
I am merging this to master and 1.6. Thanks @brkyvz for getting this done fast |
|
@tdas I guess it didn't merge :( |
…for testing the BatchedWriteAheadLog Several elements could be drained if the main thread is not fast enough. zsxwing warned me about a similar problem, but missed it here :( Submitting the fix using a waiter. cc tdas Author: Burak Yavuz <[email protected]> Closes #9605 from brkyvz/fix-flaky-test. (cherry picked from commit 27029bc) Signed-off-by: Tathagata Das <[email protected]>
…for testing the BatchedWriteAheadLog Several elements could be drained if the main thread is not fast enough. zsxwing warned me about a similar problem, but missed it here :( Submitting the fix using a waiter. cc tdas Author: Burak Yavuz <[email protected]> Closes apache#9605 from brkyvz/fix-flaky-test.
Several elements could be drained if the main thread is not fast enough. @zsxwing warned me about a similar problem, but missed it here :( Submitting the fix using a waiter.
cc @tdas