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: veneer adapter batching #3053

Merged
merged 6 commits into from Jul 2, 2021

Conversation

igorbernstein2
Copy link
Collaborator

There was a race condition of the BulkReadWrapper being cleaned up before the batch executor was done with it. This PR fixes the issue by making lifecycle management more explicit by scoping batch executors to a single method(List) invocation and making close explicit. This will be further cleaned up once googleapis/gax-java#1423 lands

There was a race condition of the BulkReadWrapper being cleaned up before the batch executor was done with it. This PR fixes the issue by making lifecycle management more explicit  by scoping batch executors to a single  method(List) invocation and making close explicit. This will be further cleaned up once  googleapis/gax-java#1423 lands
@igorbernstein2 igorbernstein2 requested a review from a team as a code owner July 2, 2021 13:22
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/java-bigtable-hbase API. label Jul 2, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 2, 2021
@igorbernstein2 igorbernstein2 requested a review from a team as a code owner July 2, 2021 13:53
@igorbernstein2 igorbernstein2 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 2, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 2, 2021
@igorbernstein2 igorbernstein2 merged commit 6768357 into googleapis:master Jul 2, 2021
@igorbernstein2 igorbernstein2 deleted the fix-batch branch July 2, 2021 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/java-bigtable-hbase API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants