Airbyte Source Got Canceled Automatically

  • Is this your first time deploying Airbyte?: Yes

  • OS Version / Instance: Ubuntu

  • Source name/version: custom

  • Destination name/version: PostgreSQL

  • Description:
    While running source that provide me data from specific API and stores it to PostgreSQL . I encountered following error:

2022-08-15 10:33:37 INFO i.a.w.g.DefaultReplicationWorker(lambda$getReplicationRunnable$6):325 - Records read: 225000 (203 MB)
2022-08-15 10:42:39 destination > 2022-08-15 10:42:39 INFO i.a.i.d.r.InMemoryRecordBufferingStrategy(lambda$flushAll$1):86 - Flushing <stream_name>: 7435 records (24 MB)
2022-08-15 10:52:16 INFO i.a.w.t.TemporalAttemptExecution(lambda$getCancellationChecker$3):191 - Running sync worker cancellation...
2022-08-15 10:52:16 INFO i.a.w.g.DefaultReplicationWorker(cancel):444 - Cancelling replication worker...
2022-08-15 10:52:26 INFO i.a.w.g.DefaultReplicationWorker(cancel):452 - Cancelling destination...
2022-08-15 10:52:26 INFO i.a.w.i.DefaultAirbyteDestination(cancel):125 - Attempting to cancel destination process...
2022-08-15 10:52:26 INFO i.a.w.i.DefaultAirbyteDestination(cancel):130 - Destination process exists, cancelling...
2022-08-15 10:52:26 INFO i.a.w.g.DefaultReplicationWorker(run):175 - One of source or destination thread complete. Waiting on the other.
2022-08-15 10:52:26 WARN i.a.c.i.LineGobbler(voidCall):86 - airbyte-destination gobbler IOException: Stream closed. Typically happens when cancelling a job.
2022-08-15 10:52:26 INFO i.a.w.i.DefaultAirbyteDestination(cancel):132 - Cancelled destination process!
2022-08-15 10:52:26 INFO i.a.w.g.DefaultReplicationWorker(cancel):459 - Cancelling source...
2022-08-15 10:52:26 INFO i.a.w.i.DefaultAirbyteSource(cancel):142 - Attempting to cancel source process...
2022-08-15 10:52:26 INFO i.a.w.i.DefaultAirbyteSource(cancel):147 - Source process exists, cancelling...
2022-08-15 10:52:26 INFO i.a.w.g.DefaultReplicationWorker(run):177 - Source and destination threads complete.
2022-08-15 10:52:26 INFO i.a.w.i.DefaultAirbyteSource(cancel):149 - Cancelled source process!

What could be the reason for following error?

1 Like

Hi @abhalawat, could you share the full sync logs? It’s not obvious what the error message is.