zentol commented on pull request #15708: URL: https://github.com/apache/flink/pull/15708#issuecomment-824758310
As is your proposal wouldn't have really helped; it was generally clear from the start that something went wrong when querying the rest api. The proper solution would be to query the api, and if the return code is not 200, print the full response. But that seems surprisingly difficult with curl. If exit code is 200, parse as usual, and if that fails also print the response. But that's something I did not want to bother with because bash. -- 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]
