Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C26DC200B91 for ; Thu, 15 Sep 2016 02:26:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C13F9160AD5; Thu, 15 Sep 2016 00:26:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3C127160AD4 for ; Thu, 15 Sep 2016 02:26:23 +0200 (CEST) Received: (qmail 31898 invoked by uid 500); 15 Sep 2016 00:26:22 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 31794 invoked by uid 99); 15 Sep 2016 00:26:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 00:26:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D9D312C0D58 for ; Thu, 15 Sep 2016 00:26:21 +0000 (UTC) Date: Thu, 15 Sep 2016 00:26:21 +0000 (UTC) From: "Dave Latham (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-16632) Optimize HBase RPC Encryption Performance MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Sep 2016 00:26:23 -0000 [ https://issues.apache.org/jira/browse/HBASE-16632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Latham resolved HBASE-16632. --------------------------------- Resolution: Duplicate > Optimize HBase RPC Encryption Performance > ----------------------------------------- > > Key: HBASE-16632 > URL: https://issues.apache.org/jira/browse/HBASE-16632 > Project: HBase > Issue Type: Bug > Components: security > Reporter: Robert Yokota > > Similar to HADOOP-10768, when HBase RPC encryption is enabled by setting {{hbase.rpc.protection}} to {{privacy}}, it does not use AES-NI acceleration by default. > We have implemented a workaround for HBase to use accelerated encryption that can be shown to improve performance, see https://rayokota.wordpress.com/2016/09/13/adventures-in-hardening-hbase/. I will attach a patch of the changes for our workaround, which borrows heavily from the patch for HADOOP-10768, but I'll leave it to the HBase security experts as to what is the best approach. -- This message was sent by Atlassian JIRA (v6.3.4#6332)