-
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
Explore possibilities to lower in-use IP address quota footprint. #19465
Comments
java.lang.RuntimeException: Workflow failed. Causes: Project apache-beam-testing has insufficient quota(s) to execute this workflow with 1 instances in region us-central1. Quota summary (required/available): 1/38755 instances, 2/1265 CPUs, 25/330889 disk GB, 0/553 SSD disk GB, 1/283 instance groups, 1/286 managed instance groups, 1/402 instance templates, 1/0 in-use IP addresses. |
.add-labels beam-fixit |
Communicated assessment/recommendation internally. |
.take-issue |
Is this still an issue worth addressing soon? Are we running into infra issues for issues related to this quota? |
Please see personal communication. |
@kennknowles Unassigned this issue as it the fix requires access to the jenkins environment for efficient debugging and testing that I do not have at this time. |
Each Jenkins node uses a static IP address, so 16 addresses in total. This is required to connect with the Jenkins master that is managed by Apache Infra. From gcp console there are actually two complete set of Jenkins node, one in use (apache-ci-beam-jenkins-nodes) and another are long stopped (apache-beam-jenkins-jnlp-group). The former was created on Jun 10, 2020 and latter was created on Apr 9, 2019. Likely the latter was no longer in use and resources could be released. |
deleted 17 instances and released these static IP address. This should suffice to resolve the quota issue. IP address quota footprint would be further decreased once we migrate to k8s based github action runner, and finally teardown jenkins close this issue for now |
Sample jobs:
https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Dataflow/440/testReport/junit/org.apache.beam.sdk.testing/PAssertTest/testGlobalWindowContainsInAnyOrder/
https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_PR/67/testReport/junit/org.apache.beam.sdk.transforms/ViewTest/testEmptyIterableSideInput/
Imported from Jira BEAM-7410. Original Jira may contain additional context.
Reported by: Ardagan.
The text was updated successfully, but these errors were encountered: