Added more troubleshooting instructions#4236
Merged
ejona86 merged 4 commits intogrpc:masterfrom Mar 23, 2018
Merged
Conversation
carl-mastrangelo
approved these changes
Mar 20, 2018
Contributor
carl-mastrangelo
left a comment
There was a problem hiding this comment.
Two nits, but LGTM
|
|
||
| If you are developing for Android and have a dependency on `grpc-netty`, you should remove it as `grpc-netty` is unsupported on Android. Use `grpc-okhttp` instead. | ||
|
|
||
| If you are on a 32-bit operating system, or not on an [Transport Security supported platform](#transport-security-tls), you should use Jetty ALPN (and beware of potential issues), or you'll need to build your own 32-bit version of `netty-tcnative`. |
|
|
||
| If you are running inside of an embedded Tomcat runtime (e.g., Spring Boot), then some versions of `netty-tcnative-boringssl-static` will have conflicts and won't work. You must use gRPC 1.4.0 or later. | ||
|
|
||
| If you are using `musl` libc (e.g., with Alpine Linux), then `netty-tcnative-boringssl-static` won't work. There are several alternatives: |
Contributor
There was a problem hiding this comment.
should this be musl or muslc as above?
Contributor
Author
There was a problem hiding this comment.
oops, i think i'll use the same musl libc wording. good catch!
Member
|
@saturnism, does this mean you want this change over #4185? |
Contributor
Author
|
@ejona86 oops i didn't realize there was already a PR for review! my bad. I feel both content can be merged into the same guide. |
Member
|
test: let's see if a comment let's kokoro notice this PR needs running |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
For #4103