-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
grpc 1.2.0 having issues with netty #579
Comments
I've rolled back to 1.0.3 for now. |
@chrisgarry Is this still a problem for you? |
@lesv nope my local version change resolved it. I haven't pulled in any recent changes to verify if you guys resolved. |
I have the same problem in a project I'm working on. This time however, it happens when I change from version 1.2.0 to version 1.3.0.
Is rolling back to 1.2.0 the only solution? Are you still having the same problem with this new release? |
@atejandro This is the second version bump of GRPC that has had this issue. I wonder if the same change that broke this last time was reintroduced, or it wasn't patched in a sustainable way. I am no longer using this so I'm not sure. Good luck! |
@gguuss PTAL |
I just was looking at the java/speech samples for forever trying to figure this out. I believe we removed the GRPC samples in favor of those using Cloud Client libraries. Can you point me to the code you're running? Do the samples in this folder resolve your issue? I cannot reproduce the issue. |
If you are still having issues look at: |
🤖 I have created a release \*beep\* \*boop\* --- ### [0.121.4](https://www.github.com/googleapis/java-errorreporting/compare/v0.121.3...v0.121.4) (2021-07-05) ### Bug Fixes * Add `shopt -s nullglob` to dependencies script ([#576](https://www.github.com/googleapis/java-errorreporting/issues/576)) ([0f706a9](https://www.github.com/googleapis/java-errorreporting/commit/0f706a9f6f07747186dc35d2a995654f99a00c47)) ### Dependencies * update dependency com.google.cloud:google-cloud-core to v1.95.3 ([#577](https://www.github.com/googleapis/java-errorreporting/issues/577)) ([f253b71](https://www.github.com/googleapis/java-errorreporting/commit/f253b71144cda1c354c873458c3fb84d0510b768)) * update dependency com.google.cloud:google-cloud-core to v1.95.4 ([#581](https://www.github.com/googleapis/java-errorreporting/issues/581)) ([1232c98](https://www.github.com/googleapis/java-errorreporting/commit/1232c9809addffba6548430aa67c16b466fc7197)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#582](https://www.github.com/googleapis/java-errorreporting/issues/582)) ([fe170db](https://www.github.com/googleapis/java-errorreporting/commit/fe170db3ae9e0f5facf36618de4baf057be4eba2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release \*beep\* \*boop\* --- ### [0.121.4](https://www.github.com/googleapis/java-errorreporting/compare/v0.121.3...v0.121.4) (2021-07-05) ### Bug Fixes * Add `shopt -s nullglob` to dependencies script ([#576](https://www.github.com/googleapis/java-errorreporting/issues/576)) ([0f706a9](https://www.github.com/googleapis/java-errorreporting/commit/0f706a9f6f07747186dc35d2a995654f99a00c47)) ### Dependencies * update dependency com.google.cloud:google-cloud-core to v1.95.3 ([#577](https://www.github.com/googleapis/java-errorreporting/issues/577)) ([f253b71](https://www.github.com/googleapis/java-errorreporting/commit/f253b71144cda1c354c873458c3fb84d0510b768)) * update dependency com.google.cloud:google-cloud-core to v1.95.4 ([#581](https://www.github.com/googleapis/java-errorreporting/issues/581)) ([1232c98](https://www.github.com/googleapis/java-errorreporting/commit/1232c9809addffba6548430aa67c16b466fc7197)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#582](https://www.github.com/googleapis/java-errorreporting/issues/582)) ([fe170db](https://www.github.com/googleapis/java-errorreporting/commit/fe170db3ae9e0f5facf36618de4baf057be4eba2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release \*beep\* \*boop\* --- ### [0.121.4](https://www.github.com/googleapis/java-errorreporting/compare/v0.121.3...v0.121.4) (2021-07-05) ### Bug Fixes * Add `shopt -s nullglob` to dependencies script ([#576](https://www.github.com/googleapis/java-errorreporting/issues/576)) ([0f706a9](https://www.github.com/googleapis/java-errorreporting/commit/0f706a9f6f07747186dc35d2a995654f99a00c47)) ### Dependencies * update dependency com.google.cloud:google-cloud-core to v1.95.3 ([#577](https://www.github.com/googleapis/java-errorreporting/issues/577)) ([f253b71](https://www.github.com/googleapis/java-errorreporting/commit/f253b71144cda1c354c873458c3fb84d0510b768)) * update dependency com.google.cloud:google-cloud-core to v1.95.4 ([#581](https://www.github.com/googleapis/java-errorreporting/issues/581)) ([1232c98](https://www.github.com/googleapis/java-errorreporting/commit/1232c9809addffba6548430aa67c16b466fc7197)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#582](https://www.github.com/googleapis/java-errorreporting/issues/582)) ([fe170db](https://www.github.com/googleapis/java-errorreporting/commit/fe170db3ae9e0f5facf36618de4baf057be4eba2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
…579) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:libraries-bom](https://github.com/GoogleCloudPlatform/cloud-opensource-java) | `20.9.0` -> `21.0.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/21.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/21.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/21.0.0/compatibility-slim/20.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/21.0.0/confidence-slim/20.9.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-talent).
🤖 I have created a release \*beep\* \*boop\* --- ### [2.4.5](https://www.github.com/googleapis/java-dlp/compare/v2.4.4...v2.4.5) (2021-07-06) ### Dependencies * update dependency com.google.cloud:google-cloud-pubsub to v1.113.5 ([#578](https://www.github.com/googleapis/java-dlp/issues/578)) ([1a98232](https://www.github.com/googleapis/java-dlp/commit/1a982325885269d3d8ac24298dababb2e04d2f13)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
In which file did you encounter the issue?
Did you change the file? If so, how?
Describe the issue
There are issues finding Netty in the latest grpc version bump.
The text was updated successfully, but these errors were encountered: