- Is this your first time deploying Airbyte?: No
- OS Version / Instance: Ubuntu
- Deployment: Docker
- Airbyte Version: 0.30.18
- Source name/version: Google Ads 2.5
- Destination name/version: Snowflake
- Step: The issue is happening during sync
Hi I get the following error after upgrading google ads to the last version - the first sync went ok but on the second one it fails with this error:
2022-12-01 10:38:45 ERROR () DefaultReplicationWorker(run):128 - Sync worker failed.
io.airbyte.workers.WorkerException: Source process exit with code 143. This warning is normal if the job was cancelled.
at io.airbyte.workers.protocols.airbyte.DefaultAirbyteSource.close(DefaultAirbyteSource.java:115) ~[io.airbyte-airbyte-workers-0.30.18-alpha.jar:?]
at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:126) ~[io.airbyte-airbyte-workers-0.30.18-alpha.jar:?]
at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:32) ~[io.airbyte-airbyte-workers-0.30.18-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$1(TemporalAttemptExecution.java:145) ~[io.airbyte-airbyte-workers-0.30.18-alpha.jar:?]
at java.lang.Thread.run(Thread.java:832) [?:?]
Suppressed: java.io.IOException: Stream closed
at java.lang.ProcessBuilder$NullOutputStream.write(ProcessBuilder.java:442) ~[?:?]
at java.io.OutputStream.write(OutputStream.java:162) ~[?:?]
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:123) ~[?:?]
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:242) ~[?:?]
at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:312) ~[?:?]
at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:290) ~[?:?]
at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:131) ~[?:?]
at java.io.OutputStreamWriter.write(OutputStreamWriter.java:208) ~[?:?]
at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:120) ~[?:?]
at java.io.BufferedWriter.flush(BufferedWriter.java:256) ~[?:?]
at io.airbyte.workers.protocols.airbyte.DefaultAirbyteDestination.notifyEndOfStream(DefaultAirbyteDestination.java:87) ~[io.airbyte-airbyte-workers-0.30.18-alpha.jar:?]
at io.airbyte.workers.protocols.airbyte.DefaultAirbyteDestination.close(DefaultAirbyteDestination.java:100) ~[io.airbyte-airbyte-workers-0.30.18-alpha.jar:?]
at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:101) ~[io.airbyte-airbyte-workers-0.30.18-alpha.jar:?]
at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:32) ~[io.airbyte-airbyte-workers-0.30.18-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$1(TemporalAttemptExecution.java:145) ~[io.airbyte-airbyte-workers-0.30.18-alpha.jar:?]
at java.lang.Thread.run(Thread.java:832) [?:?]
2022-12-01 10:38:45 INFO () DefaultReplicationWorker(run):152 - sync summary: io.airbyte.config.ReplicationAttemptSummary@28aac12b[status=cancelled,recordsSynced=2537,bytesSynced=2286669,startTime=1669891015616,endTime=1669891125788]
2022-12-01 10:38:45 INFO () DefaultReplicationWorker(run):159 - Source output at least one state message
2022-12-01 10:38:45 WARN () DefaultReplicationWorker(run):169 - State capture: No new state, falling back on input state: io.airbyte.config.State@5769417e[state={"ad_groups":{"4452416510":{"segments.date":"2022-10-26"}},"campaigns":{"4452416510":{"segments.date":"2022-10-26"}},"click_view":{"4452416510":{"segments.date":"2022-10-26"}},"ad_group_ads":{"4452416510":{"segments.date":"2022-10-26"}},"keyword_report":{"4452416510":{"segments.date":"2022-10-26"}},"geographic_report":{"4452416510":{"segments.date":"2022-10-26"}},"ad_group_ad_report":{"4452416510":{"segments.date":"2022-10-26"}},"user_location_report":{"4452416510":{"segments.date":"2022-10-26"}},"account_performance_report":{"4452416510":{"segments.date":"2022-10-26"}},"shopping_performance_report":{},"display_topics_performance_report":{"4452416510":{"segments.date":"2020-04-22"}},"display_keyword_performance_report":{"4452416510":{"segments.date":"2022-06-16"}}}]
2022-12-01 10:38:45 WARN () CancellationHandler$TemporalCancellationHandler(checkAndHandleCancellation):51 - Job either timeout-ed or was cancelled.