Created 02-04-2020 04:51 AM
Hi @jaya123,
Earlier when I have seen ImpalaThriftAPICallFailed it was due to a connection timeout between the client and Impala. Through ODBC/JDBC the connection can become inactive when Impala is executing the query, if the client tries to use a closed connection the call fails. The client might be trying to close the connection as well. Possible causes of the connection termination could be:
The TRACE level driver logs can help to identify how and when was the connection terminated the next steps could be:
The timeouts could be reached because a slow query execution or because the client did not close the query. As the dashboard is refreshing it is probably because the client does not close the query. Just in case the query speed should be checked, if that is fine then the socket timeout could be increased a bit to give time for the client to close the query.
Created 02-05-2020 12:36 AM
thanks , will try implementing the same and get back to you incase of any more issues.
Created 08-31-2020 08:29 PM
您好:
咨询下您遇到的问题是否已解决,以及如何解决的,我现在遇到同样的问题,请求帮助!