为什么 AWS Glue 在没有作业 运行 时显示 "Max concurrent runs exceeded"?
Why does AWS Glue say "Max concurrent runs exceeded", when there are no jobs running?
我有一个 AWS Glue 作业,最大并发 运行 设置为 1。该作业当前未 运行ning。但是当我尝试 运行 它时,我不断收到错误消息:“超出最大并发 运行s”。
删除并重新创建作业没有帮助。此外,同一帐户中的其他作业 运行 没问题,因此帐户范围的服务配额不会有问题。
为什么会出现此错误?
我向 AWS 支持人员提出了这个问题,他们确认这是一个已知错误:
I would like to inform you that this is a known bug, where an internal distributed counter that keeps track of job concurrency goes into a stale state due to an edge case, causing this error. Our internal Service team has to manually reset the counter to fix this issue. Service team has already added the bug fix in their product roadmap and will be working on it. Unfortunately I may not be able to comment on the ETA on the deployment, as we don’t have any visibility on product teams road map and fix release timeline.
建议的解决方法是:
- 将最大并发数增加到 2 或更高
- 使用不同的名称重新创建作业
我有一个 AWS Glue 作业,最大并发 运行 设置为 1。该作业当前未 运行ning。但是当我尝试 运行 它时,我不断收到错误消息:“超出最大并发 运行s”。
删除并重新创建作业没有帮助。此外,同一帐户中的其他作业 运行 没问题,因此帐户范围的服务配额不会有问题。
为什么会出现此错误?
我向 AWS 支持人员提出了这个问题,他们确认这是一个已知错误:
I would like to inform you that this is a known bug, where an internal distributed counter that keeps track of job concurrency goes into a stale state due to an edge case, causing this error. Our internal Service team has to manually reset the counter to fix this issue. Service team has already added the bug fix in their product roadmap and will be working on it. Unfortunately I may not be able to comment on the ETA on the deployment, as we don’t have any visibility on product teams road map and fix release timeline.
建议的解决方法是:
- 将最大并发数增加到 2 或更高
- 使用不同的名称重新创建作业