Oleksandr Tsukanov [GL]
12/13/2021, 9:13 AMairbyte-worker | Exception in thread "main" io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: Deadline exceeded after 4.998952187s.
airbyte-worker | at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:262)
airbyte-worker | at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:243)
airbyte-worker | at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:156)
airbyte-worker | at io.grpc.health.v1.HealthGrpc$HealthBlockingStub.check(HealthGrpc.java:252)
airbyte-worker | at io.temporal.serviceclient.WorkflowServiceStubsImpl.lambda$checkHealth$2(WorkflowServiceStubsImpl.java:282)
airbyte-worker | at io.temporal.internal.retryer.GrpcSyncRetryer.retry(GrpcSyncRetryer.java:61)
airbyte-worker | at io.temporal.internal.retryer.GrpcRetryer.retryWithResult(GrpcRetryer.java:51)
airbyte-worker | at io.temporal.serviceclient.WorkflowServiceStubsImpl.checkHealth(WorkflowServiceStubsImpl.java:275)
airbyte-worker | at io.temporal.serviceclient.WorkflowServiceStubsImpl.<init>(WorkflowServiceStubsImpl.java:182)
airbyte-worker | at io.temporal.serviceclient.WorkflowServiceStubs.newInstance(WorkflowServiceStubs.java:51)
airbyte-worker | at io.temporal.serviceclient.WorkflowServiceStubs.newInstance(WorkflowServiceStubs.java:41)
airbyte-worker | at io.airbyte.workers.temporal.TemporalUtils.createTemporalService(TemporalUtils.java:40)
airbyte-worker | at io.airbyte.workers.WorkerApp.main(WorkerApp.java:189)
What was done by me:
• Switched global env to JDK 17
• Rebuild docker images
• Switched IntelliJ to JDK 17
• run VERSION=dev docker-compose up
Did somebody faced some similar issue?user
12/13/2021, 10:40 AMuser
12/13/2021, 10:46 AM