Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20462#discussion_r165248236
--- Diff:
launcher/src/main/java/org/apache/spark/launcher/LauncherServer.java ---
@@ -363,17 +362,28 @@ public void close() throws IOException {
/**
* Close the connection and wait for any buffered data to be processed
before returning.
--- End diff --
That wouldn't be accurate anymore, because the wait happens first now.
`waitAndClose()` is an option but also not totally accurate. Open to
suggestions.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]