I was trying to cancel a google dataflow job, but it has been stuck "cancelling" for like 15mins now.
我试图取消谷歌数据流工作,但现在已经被“取消”了15分钟。
When I run the command: gcloud beta dataflow jobs list --status=active
当我运行命令时:gcloud beta dataflow jobs list --status = active
It shows the job as active. I then run the command: gcloud beta dataflow jobs cancel [job id here].
它将作业显示为活动状态。然后我运行命令:gcloud beta dataflow jobs取消[job id here]。
It prompts me that it has been canceled, but it still appears as active in the status list.
它提示我它已被取消,但它仍然在状态列表中显示为活动状态。
1 个解决方案
#1
1
These types of Google-end issues are best reported in the Public Issue Tracker where the engineering team responsible can be notified.
这些类型的Google端问题最好在公共问题跟踪器中报告,可以通知负责的工程团队。
Providing further information in the issue report to Google such as your project number and the job ID of the stuck Dataflow job will help in resolving the issue more quickly.
向Google提供问题报告中的更多信息(例如项目编号和卡住的Dataflow作业的作业ID)将有助于更快地解决问题。
#1
1
These types of Google-end issues are best reported in the Public Issue Tracker where the engineering team responsible can be notified.
这些类型的Google端问题最好在公共问题跟踪器中报告,可以通知负责的工程团队。
Providing further information in the issue report to Google such as your project number and the job ID of the stuck Dataflow job will help in resolving the issue more quickly.
向Google提供问题报告中的更多信息(例如项目编号和卡住的Dataflow作业的作业ID)将有助于更快地解决问题。