James Kim created FLINK-24011: --------------------------------- Summary: SET 'sql-client.verbose' = 'true'; on Flink SQL client does not give full stack trace Key: FLINK-24011 URL: https://issues.apache.org/jira/browse/FLINK-24011 Project: Flink Issue Type: Bug Components: Connectors / Common, Table SQL / Client Affects Versions: 1.12.1 Environment: Ubuntu 18.04 Reporter: James Kim
I'm trying to have Flink SQL client to read data from S3 Compatible Storage but I've been getting this error "[ERROR] Could not execute SQL statement. Reason: org.apache.flink.util.SerializedThrowable: Unsupported or unrecognized SSL message" But this did not help me to drop hints to start debugging so I tried SET 'sql-client.verbose' = 'true'; but I did not get a verbose stack trace of the issue. -- This message was sent by Atlassian Jira (v8.3.4#803005)