Skip to content
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

fix: fix for flaky connection close issue #2034

Merged
merged 2 commits into from May 10, 2022

Conversation

prash-mi
Copy link
Contributor

Added and wired markEoS and markLast method to avoid blocking of next() during interrupts
Added flag in next() which avoids blocking/timeout when next() is called after we have run our of records

Fixes #2033 ☕️

@prash-mi prash-mi requested a review from a team May 10, 2022 07:51
@prash-mi prash-mi requested a review from steffnay May 10, 2022 07:51
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/java-bigquery API. labels May 10, 2022
@stephaniewang526 stephaniewang526 added the owlbot:run Add this label to trigger the Owlbot post processor. label May 10, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 10, 2022
@stephaniewang526 stephaniewang526 merged commit db3daac into googleapis:main May 10, 2022
gcf-merge-on-green bot pushed a commit that referenced this pull request May 10, 2022
🤖 I have created a release *beep* *boop*
---


## [2.11.0](v2.10.10...v2.11.0) (2022-05-10)


### Features

* add Connection interface ([#1374](#1374)) ([3804275](3804275))
* next release from main branch is 2.10.9 ([#1996](#1996)) ([f716427](f716427))


### Bug Fixes

* add native image configuration for Arrow ([#2018](#2018)) ([06cbe69](06cbe69))
* fix for flaky connection close issue ([#2034](#2034)) ([db3daac](db3daac))


### Documentation

* **sample:** remove unused dependency and add setup instructions ([#2010](#2010)) ([e2e9113](e2e9113))


### Dependencies

* update dependency com.google.apis:google-api-services-bigquery to v2-rev20220422-1.32.1 ([#2017](#2017)) ([b9fa786](b9fa786))
* update dependency com.google.apis:google-api-services-bigquery to v2-rev20220429-1.32.1 ([#2020](#2020)) ([78789a5](78789a5))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
@prash-mi prash-mi deleted the conn-close-issue branch May 13, 2022 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query API - flaky connection.close
2 participants