aIbrahiim commented on issue #39835: URL: https://github.com/apache/beam/issues/39835#issuecomment-5654119428
@damccorm , @Abacn The workflow is failing on different tests like PAssertTest, WindowingTest and always with the same error: ``` java.lang.RuntimeException: Startup of the worker pool in us-central1 failed to bring up any of the desired 1 workers. This is likely a quota issue or a Compute Engine stockout. The service will retry. For troubleshooting steps, see https://cloud.google.com/dataflow/docs/guides/common-errors#worker-pool-failure for help troubleshooting. ZONE_RESOURCE_POOL_EXHAUSTED_WITH_DETAILS: Instance 'windowingtest0testwindowp-09111349-676d-harness-q6c7' creation failed: The zone 'projects/apache-beam-testing/zones/us-central1-c' does not have enough resources available to fulfill the request. 'NULL:0/NULL:0/NULL:0 (state:STOCKOUT, sub-state:STOCKOUT, resource type:compute)'. at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:149) at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:101) at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:56) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
