google-cloud-dataflow - 数据流僵尸作业 - 卡在 "Not Started"状态

标签 google-cloud-dataflow

我们所有的数据流作业突然停止工作。他们现在只显示“未开始”。

当我们启动一项工作时,它实际上似乎催生了许多其他工作,但这些工作都悬而未决。

服务有问题吗?

作业 ID 列表:

  1. 2015-05-12_04_15_09-9449594780471772631
  2. 2015-05-12_04_11_43-2832089474782567234
  3. 2015-05-12_04_11_10-7703117482304158028
  4. 2015-05-12_04_06_52-8133922783285731870
  5. 2015-05-12_04_06_09-14187812688860505584
  6. 2015-05-12_04_05_32-10296794562342944020
  7. 2015-05-12_04_04_58-17815218306022481742
  8. 2015-05-12_04_04_26-1948202417139012084
  9. 2015-05-12_04_03_55-5718237782405777885
  10. 2015-05-12_04_03_23-8040675812721773662

enter image description here

enter image description here

44227 [main] INFO  com.google.cloud.dataflow.sdk.util.PackageUtil  - Uploading PipelineOptions.filesToStage complete: 1 files newly uploaded, 77 files cached
Dataflow SDK version: 0.4.150414
446168 [main] WARN  com.google.cloud.dataflow.sdk.util.RetryHttpRequestInitializer  - Request failed with code 429, will NOT retry: https://dataflow.googleapis.com/v1b3/projects/gdfp-xxx/jobs
Disconnected from the target VM, address: '127.0.0.1:54217', transport: 'socket'
446171 [main] ERROR com.tls.cdf.dfp.DFPDenormalizationCloudDataFlowJob  - Exception encountered while trying to execute "DFP Denormalization Job"
java.lang.RuntimeException: Failed to create a workflow job: (40153232ba863405): The workflow could not be created. Please try again in a few minutes. If you are still unable to create a job please contact customer support. Causes: (40153232ba8632a6): Your job could not be created. Please try again in a few minutes. If the service still isn't working please contact customer support. Causes: Internal Issue (7a518e51908b45c2): 64605561:22202 Causes: (33edae1682908f81): Too many running jobs. Project gdfp-xxxx is running 10 workflows and project limit for active workflows is 10. To fix this, cancel an existing workflow via the UI, wait for a workflow to finish or contact <a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="4c282d382d2a20233b612a2929282e2d2f270c2b23232b2029622f2321" rel="noreferrer noopener nofollow">[email protected]</a> to request an increase in quota.
    at com.google.cloud.dataflow.sdk.runners.DataflowPipelineRunner.run(DataflowPipelineRunner.java:221)
    at com.google.cloud.dataflow.sdk.runners.BlockingDataflowPipelineRunner.run(BlockingDataflowPipelineRunner.java:81)
    at com.google.cloud.dataflow.sdk.runners.BlockingDataflowPipelineRunner.run(BlockingDataflowPipelineRunner.java:47)
    at com.google.cloud.dataflow.sdk.Pipeline.run(Pipeline.java:145)
    at com.tls.cdf.job.AbstractCloudDataFlowJob.execute(AbstractCloudDataFlowJob.java:100)
    at com.tls.cdf.CloudDataFlowJobExecutor.main(CloudDataFlowJobExecutor.java:44)
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 429 Too Many Requests
{
  "code" : 429,
  "errors" : [ {
    "domain" : "global",
    "message" : "(40153232ba863405): The workflow could not be created. Please try again in a few minutes. If you are still unable to create a job please contact customer support. Causes: (40153232ba8632a6): Your job could not be created. Please try again in a few minutes. If the service still isn't working please contact customer support. Causes: Internal Issue (7a518e51908b45c2): 64605561:22202 Causes: (33edae1682908f81): Too many running jobs. Project gdfp-xxxx is running 10 workflows and project limit for active workflows is 10. To fix this, cancel an existing workflow via the UI, wait for a workflow to finish or contact <a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2a4e4b5e4b4c46455d074c4f4f4e484b49416a4d45454d464f04494547" rel="noreferrer noopener nofollow">[email protected]</a> to request an increase in quota.",
    "reason" : "rateLimitExceeded"
  } ],
  "message" : "(40153232ba863405): The workflow could not be created. Please try again in a few minutes. If you are still unable to create a job please contact customer support. Causes: (40153232ba8632a6): Your job could not be created. Please try again in a few minutes. If the service still isn't working please contact customer support. Causes: Internal Issue (7a518e51908b45c2): 64605561:22202 Causes: (33edae1682908f81): Too many running jobs. Project gdfp-xxxx is running 10 workflows and project limit for active workflows is 10. To fix this, cancel an existing workflow via the UI, wait for a workflow to finish or contact <a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="6004011401060c0f174d060505040201030b20070f0f070c054e030f0d" rel="noreferrer noopener nofollow">[email protected]</a> to request an increase in quota.",
  "status" : "RESOURCE_EXHAUSTED"
}
    at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)
    at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)
    at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:321)
    at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1056)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:419)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:352)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:469)
    at com.google.cloud.dataflow.sdk.runners.DataflowPipelineRunner.run(DataflowPipelineRunner.java:217)
    ... 5 more

最佳答案

它又开始工作了。似乎是 Dataflow 服务本身的问题。

关于google-cloud-dataflow - 数据流僵尸作业 - 卡在 "Not Started"状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30189691/

相关文章:

java - 数据流sdk构建失败

python - 如何为 apache beam 数据流的输出 csv 添加 header ?

google-cloud-platform - 数据流,使用客户提供的加密 key 加载文件

google-cloud-dataflow - 如何为 Beam 管道中的 session 窗口编写单元测试?

Python/Apache-光束 : How to Parse Text File To CSV?

java - GCP 存储中的重复文件名

google-app-engine - 使用 Google Cloud Dataflow 合并平面文件并导入 Cloud SQL

google-cloud-platform - 如何从数据流工作线程签署 gcs blob

python - 通过在 Google Cloud Dataflow - Apache Beam 中使用 Python SDK 推断模式来读取和写入 avro 文件

java - Eclipse:期间发生内部错误: "Update Hierarchy"