You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2021/11/03 21:11:00 UTC

[jira] [Updated] (BEAM-12793) beam_PostRelease_NightlySnapshot failed: 404 table not found

     [ https://issues.apache.org/jira/browse/BEAM-12793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles updated BEAM-12793:
-----------------------------------
    Description: 
Task :runners:direct-java:runMobileGamingJavaDirect is failing (or severely flaking).

There are a bunch of similar 404 errors for the tables used in the Dataflow runner tests, but the Dataflow runner test doesn't appear to be the one that's actually failing.

https://ci-beam.apache.org/job/beam_PostRelease_NightlySnapshot/1470/console

{code}
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:java (default-cli) on project word-count-beam: An exception occured while executing the Java class. java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found
[ERROR] POST https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets/beam_postrelease_mobile_gaming/tables/leaderboard_DirectRunner_team/insertAll?prettyPrint=false
[ERROR] {
[ERROR] "code" : 404,
[ERROR] "errors" : [ {
[ERROR] "domain" : "global",
[ERROR] "message" : "Not found: table Table is deleted: 844138762903:beam_postrelease_mobile_gaming.leaderboard_DirectRunner_team",
[ERROR] "reason" : "notFound"
[ERROR] } ],
[ERROR] "message" : "Not found: table Table is deleted: 844138762903:beam_postrelease_mobile_gaming.leaderboard_DirectRunner_team",
[ERROR] "status" : "NOT_FOUND"
[ERROR] }
{code}

  was:
Task :runners:direct-java:runMobileGamingJavaDirect is failing (or severely flaking).

There are a bunch of similar 404 errors for the tables used in the Dataflow runner tests, but the Dataflow runner test doesn't appear to be the one that's actually failing.

https://ci-beam.apache.org/job/beam_PostRelease_NightlySnapshot/1470/console

[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:java (default-cli) on project word-count-beam: An exception occured while executing the Java class. java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found
[ERROR] POST https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets/beam_postrelease_mobile_gaming/tables/leaderboard_DirectRunner_team/insertAll?prettyPrint=false
[ERROR] {
[ERROR] "code" : 404,
[ERROR] "errors" : [ {
[ERROR] "domain" : "global",
[ERROR] "message" : "Not found: table Table is deleted: 844138762903:beam_postrelease_mobile_gaming.leaderboard_DirectRunner_team",
[ERROR] "reason" : "notFound"
[ERROR] } ],
[ERROR] "message" : "Not found: table Table is deleted: 844138762903:beam_postrelease_mobile_gaming.leaderboard_DirectRunner_team",
[ERROR] "status" : "NOT_FOUND"
[ERROR] }


> beam_PostRelease_NightlySnapshot failed: 404 table not found
> ------------------------------------------------------------
>
>                 Key: BEAM-12793
>                 URL: https://issues.apache.org/jira/browse/BEAM-12793
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Kyle Weaver
>            Assignee: Kenneth Knowles
>            Priority: P1
>
> Task :runners:direct-java:runMobileGamingJavaDirect is failing (or severely flaking).
> There are a bunch of similar 404 errors for the tables used in the Dataflow runner tests, but the Dataflow runner test doesn't appear to be the one that's actually failing.
> https://ci-beam.apache.org/job/beam_PostRelease_NightlySnapshot/1470/console
> {code}
> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:java (default-cli) on project word-count-beam: An exception occured while executing the Java class. java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found
> [ERROR] POST https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets/beam_postrelease_mobile_gaming/tables/leaderboard_DirectRunner_team/insertAll?prettyPrint=false
> [ERROR] {
> [ERROR] "code" : 404,
> [ERROR] "errors" : [ {
> [ERROR] "domain" : "global",
> [ERROR] "message" : "Not found: table Table is deleted: 844138762903:beam_postrelease_mobile_gaming.leaderboard_DirectRunner_team",
> [ERROR] "reason" : "notFound"
> [ERROR] } ],
> [ERROR] "message" : "Not found: table Table is deleted: 844138762903:beam_postrelease_mobile_gaming.leaderboard_DirectRunner_team",
> [ERROR] "status" : "NOT_FOUND"
> [ERROR] }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)