fix: Use an unbounded pool for the GRPC executor#997
Merged
gcf-merge-on-green[bot] merged 4 commits intomainfrom Dec 16, 2021
Merged
fix: Use an unbounded pool for the GRPC executor#997gcf-merge-on-green[bot] merged 4 commits intomainfrom
gcf-merge-on-green[bot] merged 4 commits intomainfrom
Conversation
This prevents lockups when user code blocks the subscriber client threads.
This prevents lockups when user code blocks the subscriber client threads.
b48b2fc to
1ea70e1
Compare
manuelmenzella-google
approved these changes
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This prevents lockups when user code blocks the subscriber client threads.