-
Notifications
You must be signed in to change notification settings - Fork 85
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
Getting StreamWriterClosedException in BQ Storage Write Api #1836
Comments
Hi @SubhamSinghal, |
Hi @Neenu1995 Here is code snippet for BQ default storage api client:
DataWriter code is same as mentioned here storage api java client We are managing DataWriter objects in a hashMap, this to have a single DataWriter instance per table for project lifecycle. BqStreamRepository.java
|
I have recently updated com.google.cloud:libraries-bom version to 26.1.3. I am facing one more issue related to connection close exception:
|
Hi @SubhamSinghal, |
Hi @SubhamSinghal , |
I have been using java service which write records to BQ using storage api. Its been running fine for almost a week and then suddenly i see below StreamWriterClosedException in application log.
This is my build.gradle dependency for storage write api
I am using spring boot version 2.7.2
here is issue link raised in bq forum as well: https://www.googlecloudcommunity.com/gc/Data-Analytics/Getting-StreamWriterClosedException-in-BQ-Storage-Write-Api/m-p/476293#M766
The text was updated successfully, but these errors were encountered: