-
Notifications
You must be signed in to change notification settings - Fork 83
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
Drone step hanging for a bit after cache restore #194
Comments
Thank you for reporting this issue, we will investigate as soon as possible. |
@xvandish is this still an issue you are facing? If so I can try to replicate it, though not having used GCS and having no live test enviropnment for it this may prove challenging to replicate. |
@bdebyl I'm facing the same kind of issue with AWS S3. |
Hi, I have the exact same issue on premise using a local volume. Logs state it takes a few sec (around 10s) but step lasts for between 1 and 2 minutes. |
Hi, any news on that? I get it on a single node kubernetes cluster with a local host volume for the cache so it is quite weird and bothering for a pipeline which should be fast (~1mn) it adds another minute of overhead/latency. |
Describe the bug
In Drone, when running the plugin on a cache restore using GCS, the
restorer
component prints out that restore is finished and tookx
seconds. The Drone step for the restore, however, doesn't terminate for another ~30-50s. A screenshot is attached below.In the screenshot you can see the
component=restorer msg="cache restored" took=11.174617156s
is printed as12s
by drone, but the pipeline step that does the restore still took ~54s.The
cache restored
message is printed here and called byExec
here, and I don't see any work that occurs after. Could it be a hanginggcs
connection that isn't immediately terminated and a worker waits around for? I'll take a look on my own, but figured I'd file this just in case this is a know issue or I made a mistake somewhere.Any questions let me know, thanks!
To Reproduce
Steps to reproduce the behavior:
Running the
restore-cache
step created abovePipeline step finishes much later than the final output.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
Running in CI off of the official image.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: