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

Using OpenSSL for testing instead of alpn-boot jar #501

Closed
wants to merge 1 commit into from

Conversation

sduskis
Copy link
Contributor

@sduskis sduskis commented Oct 2, 2015

See https://github.com/grpc/grpc-java/blob/master/SECURITY.md for more details
See grpc/grpc-java@a99e977 for a change related to the grpc testing envrionment

We need to set up our testing environment with OpenSSL 1.0.2 before checking this in.

DO NOT CHECK IN

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 2, 2015
@kevinsi4508
Copy link
Contributor

remember to remove the following warning:

BigtableSession:51 - Could not asynchronously create the ssl context, since ALPN is not installed

@sduskis
Copy link
Contributor Author

sduskis commented Oct 9, 2015

@kevinsi4508 and I spoke off line about logging which mode gRPC (alpn-boot vs. tcnactive) is working with.

if (OpenSsl.isAvailable()) {
LOG.info("gRPC is using the OpenSSL provider");
} else {
LOG.info("gRPC is using the JDK provder");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that when JDK provider is used, we need to check org.eclipse.jetty.alpn.ALPN ?
if yes, please add : Class.forName("org.eclipse.jetty.alpn.ALPN");

in fact move this if (OpenSsl.isAvailable()) to performWarmup()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOG.info("gRPC is using the JDK provider");

@kevinsi4508 kevinsi4508 self-assigned this Oct 9, 2015
@sduskis sduskis force-pushed the netty-tcnactive branch 2 times, most recently from ce35c9b to 22f3ab3 Compare October 12, 2015 15:21
See https://github.com/grpc/grpc-java/blob/master/SECURITY.md for more details
See grpc/grpc-java@a99e977 for a change related to the grpc testing envrionment

We need to set up our testing environment with OpenSSL 1.0.2 before checking this in

Adding logging about the provider type.

Reverting bigtable-hbase/pom.xml.
@sduskis
Copy link
Contributor Author

sduskis commented Oct 12, 2015

Closing this in favor of other PRs that are more targeted at what we actually need.

@sduskis sduskis closed this Oct 12, 2015
@sduskis sduskis deleted the netty-tcnactive branch October 15, 2015 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants