Matt Webster
10/11/2022, 1:53 AMState code: 08S01; Message: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
There’s an airbyte worker message
airbyte-worker | 2022-10-11 01:47:42 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):109 - HikariPool-1 - Start completed.
And 60 seconds later
airbyte-worker | 2022-10-11 01:48:42 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):109 - HikariPool-1 - Shutdown initiated...
I’m using the latest server 0.40.14 and latest connector (airbyte/source-mysql:1.0.3). I’m connecting to MySql 5.6 in AWS Aurora.
I tried the enabledTLSProtocols=TLSv1.2 JDBC parameter even though I’m not seeing the poolable connection error.
I’ve tested my credentials connecting directly to MySql both from inside my VPC and externally through a SSH tunnel and it works fine everywhere other than from an Airbyte Server.
Any other ideas for me to try? Any other ways to troubleshoot?
Thanks in advance for the help!Marcelo Pio de Castro
10/11/2022, 2:09 AMMatt Webster
10/12/2022, 2:48 AM