[
https://issues.apache.org/jira/browse/HBASE-28008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764492#comment-17764492
]
Hudson commented on HBASE-28008:
--------------------------------
Results for branch branch-2
[build #878 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/878/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/878/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/878/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/878/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/878/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Add support for tcnative
> ------------------------
>
> Key: HBASE-28008
> URL: https://issues.apache.org/jira/browse/HBASE-28008
> Project: HBase
> Issue Type: Improvement
> Reporter: Bryan Beaudreault
> Assignee: Bryan Beaudreault
> Priority: Major
> Labels: tls
> Fix For: 2.6.0, 3.0.0-beta-1
>
>
> In investigating HBASE-27947, tcnative can make a big impact on throughput
> over built-in jdk SSL support. We need three things to make it work:
> # In X509Util, if Openssl.isAvailable() (meaning tcnative is on the
> classpath):
> ## Use SslProvider.OPENSSL_REFCNT
> ## Update default ciphers to remove CBC ciphers, which do not work with
> tcnative. We can either pull the ciphers from
> OpenSsl.availableJavaCipherSuites() or simply use the default GCM ciphers we
> already have defined.
> # Our netty is shaded, so one can't simply put the tcnative jar on the
> classpath. We might need to provide an hbase-shaded-netty-tcnative module
> which one can optionally include in their deployment. We will have to decide
> which of the many tcnative modules to provide a shaded version for.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)