twalthr commented on issue #10904: [FLINK-15669] [sql client] fix SQL client can't cancel flink job URL: https://github.com/apache/flink/pull/10904#issuecomment-599961998 Thanks for the PR @godfreyhe. The PR definitely solves one issue that was introduced in Flink 1.10. However, I'm still not happy with the current user experience. Compare the current SQL Client with Flink 1.9. At any point in time, a user could cancel a query and go back to the command line prompt. This is still not possible. For example: start the Client without a running/reachable Flink cluster and run a `SELECT`. In Flink 1.9 you could cancel the result retrieval at any time instead of waiting 60 seconds to get a cryptic exception. Could you further investigate this issue? That would be very helpful.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
