-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Bug]: Github Action build_release_candidate publish_java_artifacts job fails with GC overhead limit exceeded. #28038
Comments
cc: @damccorm for triage. |
This looks like an issue with the task itself (maybe a memory leak). Let me know how the local run goes, I'd kinda expect the same outcome there though. |
Interestingly, this happened once in solr io - https://github.com/apache/beam/actions/runs/5872911524/job/15925292759 |
One thing we could try here is changing the workflow to run on our self hosted runners (I'd thought it already was) - https://github.com/apache/beam/blob/master/.github/workflows/build_release_candidate.yml which might have more space available? We could also create a pool with more memory for this purpose. Lets see how local run goes before jumping to that though |
I did say |
As a practical matter, if it's a workflow change I can point the action to, I'm happy to try that out instead of locally. My laptop is currently busy with the docker pushes that I won't interrupt, and I'm happy to try whatever in the mean time. Laptop = Serial. |
Last I recall, we removed all the "self-hosted" runners though because they didn't work. I gather that's changed then? |
Yeah, we're in the process of migrating all workflows which started with stabilizing our self hosted runners |
What happened?
The build_release_candidate workflow is not currently usable to actually build release candidates.
This occurs when running the build_release_candidate workflow publish_java_artifacts job:
This happened twice, for different gradle tasks. I'm resorting to local runs for the 2.50.0 release RC1 at least, as a result.
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: