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 E51D9200B38 for ; Fri, 8 Jul 2016 22:09:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E3B42160A36; Fri, 8 Jul 2016 20:09:12 +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 35DD6160A5A for ; Fri, 8 Jul 2016 22:09:12 +0200 (CEST) Received: (qmail 19191 invoked by uid 500); 8 Jul 2016 20:09:11 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 18916 invoked by uid 99); 8 Jul 2016 20:09:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2016 20:09:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 14B7C2C02A8 for ; Fri, 8 Jul 2016 20:09:11 +0000 (UTC) Date: Fri, 8 Jul 2016 20:09:11 +0000 (UTC) From: "Gary Helmling (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16160) Get the UnsupportedOperationException when using delegation token with encryption MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 08 Jul 2016 20:09:13 -0000 [ https://issues.apache.org/jira/browse/HBASE-16160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15368338#comment-15368338 ] Gary Helmling commented on HBASE-16160: --------------------------------------- cc: [~mantonov], looks like this is also needed in 1.3. > Get the UnsupportedOperationException when using delegation token with encryption > --------------------------------------------------------------------------------- > > Key: HBASE-16160 > URL: https://issues.apache.org/jira/browse/HBASE-16160 > Project: HBase > Issue Type: Bug > Reporter: Colin Ma > Assignee: Colin Ma > Attachments: HBASE-16160.001.patch, HBASE-16160.002.patch > > > Using delegation token with encryption, when do the Put operation, will get the following exception: > [RpcServer.FifoWFPBQ.priority.handler=5,queue=1,port=48345] ipc.CallRunner(161): RpcServer.FifoWFPBQ.priority.handler=5,queue=1,port=48345: caught: java.lang.UnsupportedOperationException > at java.nio.ByteBuffer.array(ByteBuffer.java:959) > at org.apache.hadoop.hbase.ipc.BufferChain.getBytes(BufferChain.java:66) > at org.apache.hadoop.hbase.ipc.RpcServer$Call.wrapWithSasl(RpcServer.java:547) > at org.apache.hadoop.hbase.ipc.RpcServer$Call.setResponse(RpcServer.java:467) > at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:140) > at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:189) > at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:169) -- This message was sent by Atlassian JIRA (v6.3.4#6332)