[
https://issues.apache.org/jira/browse/BEAM-7195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17379273#comment-17379273
]
Tyson Hamilton commented on BEAM-7195:
--------------------------------------
The PRs weren't merged yet. This seems like it may be causing our nightly
snapshot tests to flake as well:
[https://ci-beam.apache.org/job/beam_PostRelease_NightlySnapshot/1425/consoleFull]
{code:java}
04:57:52 SEVERE: 2021-07-11T11:57:52.325Z: java.lang.RuntimeException:
com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found
04:57:52 POST
https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets/beam_postrelease_mobile_gaming/tables/leaderboard_DataflowRunner_team/insertAll?prettyPrint=false
04:57:52 {
04:57:52 "code" : 404,
04:57:52 "errors" : [ {
04:57:52 "domain" : "global",
04:57:52 "message" : "Not found: Table
apache-beam-testing:beam_postrelease_mobile_gaming.leaderboard_DataflowRunner_team",
04:57:52 "reason" : "notFound"
04:57:52 } ],
04:57:52 "message" : "Not found: Table
apache-beam-testing:beam_postrelease_mobile_gaming.leaderboard_DataflowRunner_team",
04:57:52 "status" : "NOT_FOUND"
04:57:52 }
04:57:52
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl.insertAll(BigQueryServicesImpl.java:1004)
04:57:52
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl.insertAll(BigQueryServicesImpl.java:1044)
04:57:52
org.apache.beam.sdk.io.gcp.bigquery.BatchedStreamingWrite.flushRows(BatchedStreamingWrite.java:376)
04:57:52
org.apache.beam.sdk.io.gcp.bigquery.BatchedStreamingWrite.access$800(BatchedStreamingWrite.java:72)
04:57:52
org.apache.beam.sdk.io.gcp.bigquery.BatchedStreamingWrite$BatchAndInsertElements.finishBundle(BatchedStreamingWrite.java:256)
04:57:52 Caused by:
com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found
{code}
> BigQuery - 404 errors for 'table not found' when using dynamic destinations -
> sometimes, new table fails to get created
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: BEAM-7195
> URL: https://issues.apache.org/jira/browse/BEAM-7195
> Project: Beam
> Issue Type: Bug
> Components: io-java-gcp
> Affects Versions: 2.5.0
> Environment: Windows
> Reporter: Chris
> Priority: P1
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
> See the following StackOverflow question, which describes the details:
>
> [https://stackoverflow.com/questions/55932291/apache-beam-for-google-cloud-dataflow-404-errors-when-using-bigqueryio-write-c]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)