Rounak Dhillon 72a64ea501
Docs: Meta Updation (#22451)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-07-18 11:01:46 +00:00

814 B

title description slug
Impala Connector Troubleshooting | Official Documentation Troubleshoot Impala connector for ingestion failures, type mismatches, and driver issues. /connectors/database/impala/troubleshooting

{% partial file="/v1.9/connectors/troubleshooting.md" /%}

Learn how to resolve the most common problems people encounter in the Impala connector.

Connection Timeout

You might be getting thrift.transport.TTransport.TTransportException: TSocket read 0 bytes.

Make sure that if there is a Load Balancer in between OpenMetadata and Impala, the LB timeout is not impacting the ingestion. For example, when extracting data with a lot of partitions the DESCRIBE command might take more than 60 seconds, so a Load Balancer with Idle Timeout at 60 seconds would kill the connection.