-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEADLINE_EXCEEDED StatusRuntimeException #4975
Comments
@jrhizor FYI as this seems to be an issue in the scheduler |
I think we've only seen this issue when the machine is either at max disk capacity or really low on memory. @carloslme what is your VM disk usage / memory usage like when you encounter this error? |
@jrhizor , when we encounter the error the VM disk usage was 24%, and the memory usage 90%. |
Would you mind providing logs for the database and the temporal pod? |
@carloslme have you seen this since? |
Hi guys! Unfortunately, we could recover neither logs for the database nor the temporary pod because we have some internal issues. |
Great! Let us know if this happens again! |
We're seeing this issue happen in a connector here: #6417 @davinchia @jrhizor is it possible to look into where in the platform this issue might be happening again? The linked ticket contains repro instructions |
this is also happening here: #4536 |
centralising error messages: from #6417:
from #4536
|
Something is causing Temporal to not respond to the status check RPC call. Trying to reproduce on Cloud with the Stripe -> BQ connector as noted in #6417 |
same issue happening here : logs-2912-0 .txt |
@sherifnada any updates on this issue would be much appreciated. |
Hi! I'm seeing the same error while using the Facebook Pages connector. |
This error often occurs when the Airbyte instance is lacking resources. For users stumbling across this issue please try to upsize your instance. We have recommendations about sizing your Airbyte instance here. Please at least try with 16GB RAM, 4CPU, and 30GB disk. |
getting this error out of the box with default docker-compose locally. do we have recommendations on how much resources are needed for the default airbyte docker-compose experience? (literally when running the Open Source QuickStart just on a standard m1 mac mini right now and its dying) |
What are your resource settings now? I'm running Airbyte Docker on 0.38.2-alpha with 1 CPU and 2.5GB RAM and it's working fine. It might be because you are running non-ARM images and thus incurring a big performance penalty. Can you try again with 0.38.2-alpha? |
Is this issue still reproducible? |
@evantahler this is no longer an ARM issue, and I think this generally happens either if 1) there aren't enough resources 2) something on the job execution path has a bug. I would close this for now as this error message is a red herring with too many root causes to be useful as a single issue. |
I'm closing this for now. |
Enviroment
Current Behavior
GA connector fails with DEADLINE_EXCEEDED exception
Expected Behavior
GA connector sync succeeds
Logs
logs-46617-2.txt
Steps to Reproduce
The text was updated successfully, but these errors were encountered: