#community-help

Airbyte MySQL Connection Timeout with Typesense

TLDR Jamshid reported a connection timeout issue using Airbyte for MySQL and typesense. Jason suggested it could be due to a low client-side timeout in Airbyte.

Powered by Struct AI
Jun 09, 2023 (6 months ago)
Jamshid
Photo of md5-317ed6510eb7587c9e9243fb6ebc4e87
Jamshid
05:11 PM
I am using Airbyte to connect a MySQL database to typesense. It fails with this error:
"internalMessage" : "('Connection aborted.', timeout('The write operation timed out'))", and also says: "externalMessage" : "Something went wrong within the destination connector",

Does typesense cloud has some sort of timeout constraint?
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
05:16 PM
This might be related to the low client-side timeout: https://github.com/airbytehq/airbyte/issues/24097
Jamshid
Photo of md5-317ed6510eb7587c9e9243fb6ebc4e87
Jamshid
05:18 PM
Thanks Jason that makes sense. I already reached out to Airbyte team about this. So hopefully they understand the issue and fix it. Glad it is not on the typesense cloud side.