[PostgreSQL Source] unable to access source after upgrading from 0.54 to 1.0.0 #45947
Unanswered
ngohuuduc
asked this question in
Connector Questions
Replies: 1 comment
-
I have similar problem, after upgrading from airbyte on docker to abctl, the Postgres 3.6.19 source does not work. I updated postgres source to 3.6.22 but the error is always the same """Configuration check failed Thanks in advance |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Guys,
I have issues of this source connector since upgrading from 0.54 to 1.0.0
the previous version works just fine, but after upgrading, got this issue.
Internal message: Check failed because of an internal error
Failure origin: airbyte_platform
Caused by: io.temporal.failure.ApplicationFailure: message='Client error : 400 Bad Request {"message":"Bad Request","logref":null,"path":null,"_links":{"self":{"href":"/api/v1/workload/create","templated":false,"profile":null,"deprecation":null,"title":null,"hreflang":null,"type":null,"name":null}},"_embedded":{"errors":[{"message":"Error executing PERSIST: ERROR: could not read block 11 in file "base/16385/17455": read only 0 of 8192 bytes","logref":null,"path":null,"_links":{},"_embedded":{}}]}}', type='io.airbyte.workload.api.client.generated.infrastructure.ClientException', nonRetryable=false
at io.airbyte.workload.api.client.generated.WorkloadApi.workloadCreate(WorkloadApi.kt:226)
at io.airbyte.workers.sync.WorkloadClient.createWorkload(WorkloadClient.kt:31)
at io.airbyte.workers.temporal.check.connection.CheckConnectionActivityImpl.runWithWorkload(CheckConnectionActivityImpl.java:118)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at io.temporal.internal.activity.RootActivityInboundCallsInterceptor$POJOActivityInboundCallsInterceptor.executeActivity(RootActivityInboundCallsInterceptor.java:64)
at io.temporal.internal.activity.RootActivityInboundCallsInterceptor.execute(RootActivityInboundCallsInterceptor.java:43)
at io.temporal.internal.activity.ActivityTaskExecutors$BaseActivityTaskExecutor.execute(ActivityTaskExecutors.java:107)
at io.temporal.internal.activity.ActivityTaskHandlerImpl.handle(ActivityTaskHandlerImpl.java:124)
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handleActivity(ActivityWorker.java:278)
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handle(ActivityWorker.java:243)
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handle(ActivityWorker.java:216)
at io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:105)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Beta Was this translation helpful? Give feedback.
All reactions