分配timestampLabel时,Pubflow资源设置会因Dataflow作业而失败

时间:2021-01-22 15:40:10

After modifying my job to start using timestampLabel when reading from PubSub, resource setup seems to break every time I try to start the job with the following error:

从PubSub读取后修改我的作业以开始使用timestampLabel时,每次我尝试使用以下错误启动作业时资源设置似乎都会中断:

(c8bce90672926e26): Workflow failed. Causes: (5743e5d17dd7bfb7): Step    setup_resource_/subscriptions/project-name/subscription-name__streaming_dataflow_internal25: Set up of resource /subscriptions/project-name/subscription-name__streaming_dataflow_internal failed

where project-name and subscription-name represent the actual values of my project and PubSub subscription I'm trying to read from. Before trying to attach timestampLabel on message entry, the job was working correctly, consuming messages from the specified PubSub subscription, which should mean that my API/network settings are OK.

其中project-name和subscription-name代表我正在尝试阅读的项目和PubSub订阅的实际值。在尝试在消息条目上附加timestampLabel之前,作业正常工作,消耗来自指定PubSub订阅的消息,这应该意味着我的API /网络设置正常。

I'm also noticing two warnings with the payload

我还注意到有效载荷的两个警告

Internal Issue (119d3b54af281acf): 65177287:8503

but no more information can be found in the worker logs. For the few seconds that my job is setting up I can see the timestampLabel being set in the first step of the pipeline. Unfortunately I can't find any other cases or documentation about this error.

但是在工作日志中找不到更多信息。在我的工作设置的几秒钟内,我可以看到在管道的第一步中设置了timestampLabel。不幸的是,我找不到任何其他关于此错误的案例或文档。

1 个解决方案

#1


0  

When using the timestampLabel feature, a second subscription is created for tracking purposes. Double check the permission settings on your topic to make sure it matches the permissions required.

使用timestampLabel功能时,会创建第二个订阅以用于跟踪目的。仔细检查主题的权限设置,确保其符合所需的权限。

#1


0  

When using the timestampLabel feature, a second subscription is created for tracking purposes. Double check the permission settings on your topic to make sure it matches the permissions required.

使用timestampLabel功能时,会创建第二个订阅以用于跟踪目的。仔细检查主题的权限设置,确保其符合所需的权限。