googleapis / googleapis/google-cloud-java

[java-bigquery] Bigquery Job's `isDone()` method returns true even if Job is not found in server

オープン
#12,141 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
api: bigquery priority: p3 type: question
主要言語
Java
スター
2.1k
フォーク
1.2k
平均マージ
1日 23時間
マージ済み PR(30日)
154

説明

Discovered in https://github.com/googleapis/java-bigquery/pull/4039/changes#r2632323385

Issue: https://github.com/googleapis/java-bigquery/issues/3672, found that we are making a network call to check for the job status from the server even if the status is "done".

However, we noticed that when we do make the network call to try and check the job's status, we return true even if the server can't find the original job.

This may be due to jobless queries or may be a bug in our library. This ticket is to figure out more context behind this logic. If we can't change this without a behavioral change, then we will keep this and address this in a future major version bump.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。