-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Error opening zip file or JAR manifest missing when using qps_client / openloop_client #2266
Milestone
Comments
I think this should now be as easy as porting #3037 to benchmarks/. |
ejona86
added a commit
to ejona86/grpc-java
that referenced
this issue
Sep 13, 2018
We still want Netty to test that it continues working with Jetty ALPN, but otherwise we don't want to use it. Fixes grpc#2266
We should use Conscrypt instead of Jetty ALPN in the benchmarks. We're already using netty_tcnative most of the time, but OkHttp would benefit from Conscrypt. |
ejona86
added a commit
to ejona86/grpc-java
that referenced
this issue
Sep 30, 2019
We still want Netty to test that it continues working with Jetty ALPN, but otherwise we don't want to use it. Fixes grpc#2266
Fixed in #7368. Jetty ALPN isn't important these days since Java 8 has ALPN support. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce:
Basically I think you should just comment the
DEFAULT_JVM_OPTS.
The text was updated successfully, but these errors were encountered: