-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bigquery Stream Insert Missing Data #15
Comments
Thanks for your reply. How many rounds of experiments you executed? The
issue does not happen all the time, upon the function I provided, I used
threadpool and insert concurrently, I can reproduce the issue around every
10 times 2k insert request.
Praful Makani <notifications@github.com> 于 2019年9月4日周三 上午7:08写道:
… @zmm021 <https://github.com/zmm021> I followed your steps and tested with
your information but not able reproduce missing data.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/googleapis/google-cloud-java/issues/6179?email_source=notifications&email_token=AHJ6HCRNI54IR2BTOWA3SYDQH6JLNA5CNFSM4IQHDHJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD53GU7Y#issuecomment-527854207>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHJ6HCTBSBXR3JQPMFAOUQLQH6JLNANCNFSM4IQHDHJA>
.
|
I am also facing this issue. Please keep us posted if any updates. |
+1 |
I'm facing the same bug on the nodejs library. |
Hi, thank you for your question. We are not aware of any known issues for this case. There are known issues if the table was recently deleted and recreated. Could you provide us with a code example that can allow us to reproduce the issue? We will investigate further based on that. Thanks, |
Closing due to no activity. |
@stephaniewang526 Can you expand on the issue around newly deleted/created tables? I can provide code examples if needed. Golang using v1.6.0 OR v1.4.0 |
Also seeing this occasionally, where a row is lost without any apparent errors. It's rare but not irrelevant, and too periodic to reproduce. |
I am running into this issue as well where occasionally the first row or two do not make it into the table. |
@jnt0009 please open an issue in the bigquery NodeJs repo. |
I have been running testing for inserting data into Google Bigquery, and I have experienced data missing in my testing. Below is the detail about this issue.
Testing scenario: Insert data into Bigquery using the latest (v1.88.0) streaming API.
Code:
Testing information:
Observations:
I understand that the stream buffer only provides an estimated number, and we should not trust it, but every time after the data push, the number is exactly the same with the number of rows being pushed. Maybe this suggests that Bigquery received the data but finally dropped it for some unknown reason? This might be a bug.
This issue might related to #7433, #876, googleapis/google-cloud-java#3344 , and #3822.
The text was updated successfully, but these errors were encountered: