apache / apache/beam

insufficient error message on Cloud Logging

Open
#21,380 0 comments 0 reactions 0 assignees View on GitHub
dataflow improvement P2 runners usability
Dominant language
Java
Stars
8.7k
Forks
4.7k
Avg merge
1d 20h
Merged PRs (30d)
196

Description

While using GCP dataflow, the default compute engine service account(PROJECT_NUMBER-compute@developer.gserviceaccount.com) was accidentally deleted by another user. All the scheduled Dataflow jobs suddenly started failing.

But with Cloud Logging messages,  it's not possible to figure out the reason because the error message on Cloud Logging only shows general error messages:

```
apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error:
Error processing pipeline.

```
While the logs in the internal logging system clearly indicates as:`not_found: Account deleted`

If it's possible to offer detailed information via Cloud Logging, it will allow the users to troubleshoot by themselves.

Please let me know if there's any further information needed.

(Creating a Beam ticket because I was guided that it's a Beam related feature than Dataflow)

Imported from Jira [BEAM-13691](https://issues.apache.org/jira/browse/BEAM-13691). Original Jira may contain additional context.
Reported by: ryanjung.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.