hi All, while running all the containers via `dock...
# replication-troubleshooting
h
hi All, while running all the containers via
docker-compose up
the
airbyte-worker
keeps throwing warnings as shown below causing problems in the web ui
Cannot reach server. The server may still be starting up.
please help with a resolution thanks
Copy code
2022-08-25 01:59:25 WARN i.a.w.t.TemporalUtils(getTemporalClientWhenConnected):264 - Waiting for namespace default to be initialized in temporal...
2022-08-25 01:59:32 WARN i.t.i.r.GrpcSyncRetryer(retry):56 - Retrying after failure
io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: Deadline exceeded after 4.979350564s.
and
airbyte-server
generated similar warnings as well
Copy code
airbyte-server      | 2022-08-25 02:42:27 WARN i.t.i.r.GrpcSyncRetryer(retry):56 - Retrying after failure
airbyte-server      | io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: Deadline exceeded after 4.998860247s.
f
@Hong Zhang hey! I've been trying to get pass this for days. Do you recall how you solved this? Thanks!
m
Same issue here. I haven't seen any resolutions to the problem yet, except increasing resources. I'm running this on a machine that has ~250GB of RAM free, multiple TB of free disk space, and processors nowhere near max usage. Has anyone had any luck resolving this issue?