Alberto Costa
02/15/2021, 11:26 AMs
s
0.1.17 and mysql 0.1.10 , can you make sure you are on those versions and try the sync? we’ve fixed some timeout issues in mysql recently and just want to make sure this is a novel problemAlberto Costa
02/16/2021, 10:10 AMAlberto Costa
02/16/2021, 10:11 AMv0.14.0John (Airbyte)
John (Airbyte)
Alberto Costa
02/16/2021, 11:36 AM0.1.10 and it seems to work smoothly now!Alberto Costa
02/16/2021, 4:13 PM0.1.10 but now I tried to import a larger table (40 GB of data) and the process is failing.Alberto Costa
02/16/2021, 4:14 PM2021-02-16 13:27:22 INFO (/tmp/workspace/100/0) LineGobbler(voidCall):69 - 2021-02-16 13:27:22 [32mINFO[m i.a.i.d.s.SnowflakeSqlOperations(insertRecords):60 - {} - actual size of batch: 933
2021-02-16 13:27:30 INFO (/tmp/workspace/100/0) LineGobbler(voidCall):69 - 2021-02-16 13:27:30 [32mINFO[m i.a.i.d.b.BufferedStreamConsumer(writeStreamsWithNRecords):194 - {} - Writing stream tripactions.booking_flight. Max batch size: 10000, Actual batch size: 502, Remaining buffered records: 0
2021-02-16 13:27:30 INFO (/tmp/workspace/100/0) LineGobbler(voidCall):69 - 2021-02-16 13:27:30 [32mINFO[m i.a.i.d.s.SnowflakeSqlOperations(insertRecords):60 - {} - actual size of batch: 502
2021-02-16 13:27:45 INFO (/tmp/workspace/100/0) LineGobbler(voidCall):69 - 2021-02-16 13:27:45 [32mINFO[m i.a.i.d.b.BufferedStreamConsumer(writeStreamsWithNRecords):194 - {} - Writing stream tripactions.booking_flight. Max batch size: 10000, Actual batch size: 1001, Remaining buffered records: 0
2021-02-16 13:27:45 INFO (/tmp/workspace/100/0) LineGobbler(voidCall):69 - 2021-02-16 13:27:45 [32mINFO[m i.a.i.d.s.SnowflakeSqlOperations(insertRecords):60 - {} - actual size of batch: 1001
2021-02-16 13:27:53 INFO (/tmp/workspace/100/0) LineGobbler(voidCall):69 - 2021-02-16 13:27:53 [32mINFO[m i.a.i.d.b.BufferedStreamConsumer(writeStreamsWithNRecords):194 - {} - Writing stream tripactions.booking_flight. Max batch size: 10000, Actual batch size: 798, Remaining buffered records: 0
2021-02-16 13:27:53 INFO (/tmp/workspace/100/0) LineGobbler(voidCall):69 - 2021-02-16 13:27:53 [32mINFO[m i.a.i.d.s.SnowflakeSqlOperations(insertRecords):60 - {} - actual size of batch: 798
2021-02-16 13:28:17 INFO (/tmp/workspace/100/0) LineGobbler(voidCall):69 - 2021-02-16 13:28:17 [32mINFO[m i.a.i.b.FailureTrackingConsumer(close):64 - {} - hasFailed: false.
2021-02-16 13:28:17 INFO (/tmp/workspace/100/0) LineGobbler(voidCall):69 - 2021-02-16 13:28:17 [32mINFO[m i.a.i.d.b.BufferedStreamConsumer(close):164 - {} - executing on success close procedure.
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - Exception in thread "main" java.lang.InternalError: a fault occurred in a recent unsafe memory access operation in compiled Java code
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at io.airbyte.integrations.base.IntegrationRunner.consumeWriteStream(IntegrationRunner.java:126)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:112)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at io.airbyte.integrations.destination.snowflake.SnowflakeDestination.main(SnowflakeDestination.java:59)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - Suppressed: java.lang.InternalError: a fault occurred in a recent unsafe memory access operation in compiled Java code
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._parsePosNumber(ReaderBasedJsonParser.java:1288)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextFieldName(ReaderBasedJsonParser.java:962)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:250)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:68)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:15)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at com.fasterxml.jackson.databind.deser.impl.MethodProperty.deserializeAndSet(MethodProperty.java:129)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:288)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:151)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4218)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3214)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3182)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at io.airbyte.commons.json.Jsons.deserialize(Jsons.java:61)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at io.airbyte.integrations.destination.buffered_stream_consumer.BufferedStreamConsumer.lambda$writeStreamsWithNRecords$1(BufferedStreamConsumer.java:191)
2021-02-16 13:28:17 ERROR (/tmp/workspace/100/0) LineGobbler(voidCall):69 - at java.base/java.util.stream.Referenc2021-02-16 13:28:17 DEBUG (/tmp/workspace/100/0) DefaultAirbyteSource(close):109 - Closing tap processAlberto Costa
02/16/2021, 4:14 PMAlberto Costa
02/16/2021, 4:16 PMdocker kill and docker stop but nothing seemed to work so i ended up finding the process number with ps and then do a kill -9 <process id>s
s
top or free -m?Alberto Costa
02/17/2021, 7:15 PMs
/tmp? and are you able to do a head -n 100 of that file to give a snippet of its contents?