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: Use an unbounded pool for the GRPC executor #997

Merged
merged 4 commits into from Dec 16, 2021

Conversation

dpcollins-google
Copy link
Collaborator

This prevents lockups when user code blocks the subscriber client threads.

This prevents lockups when user code blocks the subscriber client threads.
@dpcollins-google dpcollins-google requested a review from a team as a code owner December 16, 2021 21:44
@product-auto-label product-auto-label bot added the api: pubsublite Issues related to the googleapis/java-pubsublite API. label Dec 16, 2021
This prevents lockups when user code blocks the subscriber client threads.
@dpcollins-google dpcollins-google requested a review from a team as a code owner December 16, 2021 21:47
@dpcollins-google dpcollins-google added the automerge Merge the pull request once unit tests and other checks pass. label Dec 16, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 6f3946d into main Dec 16, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the executor-fix branch December 16, 2021 22:16
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 16, 2021
gcf-merge-on-green bot pushed a commit that referenced this pull request Dec 22, 2021
🤖 I have created a release \*beep\* \*boop\*
---
### [1.4.7](https://www.github.com/googleapis/java-pubsublite/compare/v1.4.6...v1.4.7) (2021-12-22)


### Bug Fixes

* Numerous publish path performance issues ([#998](https://www.github.com/googleapis/java-pubsublite/issues/998)) ([2cd8b85](https://www.github.com/googleapis/java-pubsublite/commit/2cd8b85c4f6ef8cd41592b889b407dbe3485725f))
* Restructure java client stream creation to reuse clients for different partitions ([#1002](https://www.github.com/googleapis/java-pubsublite/issues/1002)) ([a45a179](https://www.github.com/googleapis/java-pubsublite/commit/a45a179c71c8c0e220c2ea9f711c8ff5e37908d4))
* Use an unbounded pool for the GRPC executor ([#997](https://www.github.com/googleapis/java-pubsublite/issues/997)) ([6f3946d](https://www.github.com/googleapis/java-pubsublite/commit/6f3946d3f4648ff294d7812a306b7e8297498795))


### Dependencies

* update dependency com.google.cloud:google-cloud-bom to v0.165.0 ([#1005](https://www.github.com/googleapis/java-pubsublite/issues/1005)) ([b1ba967](https://www.github.com/googleapis/java-pubsublite/commit/b1ba9678b2e8b5227e43aa9af8cf1efcbb6cbd16))
* update dependency com.google.flogger:flogger-system-backend to v0.7.4 ([#1004](https://www.github.com/googleapis/java-pubsublite/issues/1004)) ([8ae651d](https://www.github.com/googleapis/java-pubsublite/commit/8ae651d610d4438f829b5127e461c1e878759f47))
* update dependency com.google.flogger:google-extensions to v0.7.4 ([#1003](https://www.github.com/googleapis/java-pubsublite/issues/1003)) ([e8295c5](https://www.github.com/googleapis/java-pubsublite/commit/e8295c5d458fe31d7f4741995e7d8ce9d93f1f22))
* update dependency org.checkerframework:checker-qual to v3.21.0 ([#1001](https://www.github.com/googleapis/java-pubsublite/issues/1001)) ([255817f](https://www.github.com/googleapis/java-pubsublite/commit/255817fe5d5bdff1c916b4685fe5ab6af0de54ea))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsublite Issues related to the googleapis/java-pubsublite API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants