apilloud commented on a change in pull request #11834:
URL: https://github.com/apache/beam/pull/11834#discussion_r436896488
##########
File path:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryHelpers.java
##########
@@ -137,8 +137,8 @@ void waitForDone() throws Exception {
throw e;
}
} else {
- // Job failed, schedule it again.
- LOG.info("Job {} failed. retrying.",
jobInfo.pendingJob.currentJobId);
+ // Job not yet complete, schedule it again.
Review comment:
According to actual job logs, the most common reason is that the job
hasn't started yet, which is this line:
https://github.com/apache/beam/blob/2a4092dfb8c46408818402b1c4a09a8cd44e907a/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryHelpers.java#L268
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]