-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-21522][core] Fix flakiness in LauncherServerSuite. #18727
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
Handle the case where the server closes the socket before the full message has been written by the client.
|
Test build #79915 has finished for PR 18727 at commit
|
|
Test build #79916 has finished for PR 18727 at commit
|
|
retest this please |
|
Test build #80083 has finished for PR 18727 at commit
|
|
retest this please |
|
Test build #80092 has finished for PR 18727 at commit
|
|
retest this please |
|
Test build #80102 has finished for PR 18727 at commit
|
jiangxb1987
left a comment
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.
LGTM
|
Merging to master / 2.2 / 2.1 / 2.0. |
Handle the case where the server closes the socket before the full message has been written by the client. Author: Marcelo Vanzin <[email protected]> Closes #18727 from vanzin/SPARK-21522. (cherry picked from commit b133501) Signed-off-by: Marcelo Vanzin <[email protected]>
Handle the case where the server closes the socket before the full message has been written by the client. Author: Marcelo Vanzin <[email protected]> Closes #18727 from vanzin/SPARK-21522. (cherry picked from commit b133501) Signed-off-by: Marcelo Vanzin <[email protected]>
Handle the case where the server closes the socket before the full message has been written by the client. Author: Marcelo Vanzin <[email protected]> Closes #18727 from vanzin/SPARK-21522. (cherry picked from commit b133501) Signed-off-by: Marcelo Vanzin <[email protected]>
Handle the case where the server closes the socket before the full message has been written by the client. Author: Marcelo Vanzin <[email protected]> Closes apache#18727 from vanzin/SPARK-21522. (cherry picked from commit b133501) Signed-off-by: Marcelo Vanzin <[email protected]>
Handle the case where the server closes the socket before the full message
has been written by the client.