[ https://issues.apache.org/jira/browse/HBASE-16160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15358762#comment-15358762 ]
Ted Yu commented on HBASE-16160: -------------------------------- Failed tests: TestHCM.testConnectionCloseAllowsInterrupt:310->testConnectionClose:524 Waiting timed out after [40,000] msec Tests in error: TestAcidGuarantees.testMobScanAtomicity:408->runTestAtomicity:343 ยป Runtime De... Tests run: 2977, Failures: 1, Errors: 1, Skipped: 50 Can you double check the above tests ? I saw them appear in QA runs of other patches. > 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 > > > 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)