Tom Gordon
12/16/2021, 6:57 PM[34msource[0m - 2021-12-16 18:38:36 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-12-16 18:38:36 [32mINFO[m i.a.i.s.m.MySqlSource(getIncrementalIterators):181 - {} - using CDC: false
[34msource[0m - 2021-12-16 18:38:36 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-12-16 18:38:36 [32mINFO[m i.a.i.s.r.AbstractRelationalDbSource(queryTableFullRefresh):35 - {} - Queueing query for table: establishments
[34msource[0m - 2021-12-16 18:43:48 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-12-16 18:43:48 [32mINFO[m i.a.i.s.r.AbstractDbSource(lambda$read$2):123 - {} - Closing database connection pool.
[34msource[0m - 2021-12-16 18:43:48 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-12-16 18:43:48 [32mINFO[m i.a.i.s.r.AbstractDbSource(lambda$read$2):125 - {} - Closed database connection pool.
[34msource[0m - 2021-12-16 18:43:48 ERROR () LineGobbler(voidCall):82 - Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
[34msource[0m - 2021-12-16 18:43:48 ERROR () LineGobbler(voidCall):82 -
[34msource[0m - 2021-12-16 18:43:48 ERROR () LineGobbler(voidCall):82 - The last packet successfully received from the server was 310,727 milliseconds ago. The last packet sent successfully to the server was 310,727 milliseconds ago.
[DEPRECATED] Marcos Marx
Liren Tu
Liren Tu
Tom Gordon
12/17/2021, 11:42 PMLiren Tu
Liren Tu
Tom Gordon
12/17/2021, 11:47 PMLiren Tu
as_json
column. Could that column have large json blob? I am asking this because MySQL connector currently fetch 1000 rows each time. One possibility is that somehow 1000 rows take up too much memory.
2. You mentioned that “0.5.0 and 0.5.1 fail the connection test”. Do you still have / remember the error message?Tom Gordon
12/18/2021, 12:12 AMas_json
is just the entire row crammed into a json blob. I don’t need it but I don’t think there’s a way to exclude it.
2. I’m setting it up again quickly to pull the log
Thanks for your helpLiren Tu
Tom Gordon
12/18/2021, 12:23 AMLiren Tu
Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
Liren Tu
Tom Gordon
12/18/2021, 12:32 AMzuc
02/01/2022, 12:21 PMahsen m
03/23/2022, 8:12 PM