Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63EE9F13D for ; Wed, 24 Apr 2013 01:32:20 +0000 (UTC) Received: (qmail 96826 invoked by uid 500); 24 Apr 2013 01:32:20 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 96779 invoked by uid 500); 24 Apr 2013 01:32:19 -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 96734 invoked by uid 99); 24 Apr 2013 01:32:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 01:32:19 +0000 Date: Wed, 24 Apr 2013 01:32:19 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8347) TestSecureLoadInc* tests hang repeatedly getting UnsupportedOperationException in hadoop2 profile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13639956#comment-13639956 ] Hudson commented on HBASE-8347: ------------------------------- Integrated in hbase-0.95 #159 (See [https://builds.apache.org/job/hbase-0.95/159/]) HBASE-8372 Provide mutability to CompoundConfiguration This patch also addresses: HBASE-8347 TestSecureLoadInc* tests hang repeatedly getting UnsupportedOperationException in hadoop2 profile (Revision 1471119) Result = FAILURE jmhsieh : Files : * /hbase/branches/0.95/hbase-common/src/main/java/org/apache/hadoop/hbase/CompoundConfiguration.java * /hbase/branches/0.95/hbase-common/src/test/java/org/apache/hadoop/hbase/TestCompoundConfiguration.java > TestSecureLoadInc* tests hang repeatedly getting UnsupportedOperationException in hadoop2 profile > -------------------------------------------------------------------------------------------------- > > Key: HBASE-8347 > URL: https://issues.apache.org/jira/browse/HBASE-8347 > Project: HBase > Issue Type: Sub-task > Components: hadoop2, regionserver, security > Affects Versions: 0.98.0, 0.95.0 > Reporter: Jonathan Hsieh > Assignee: Ted Yu > Fix For: 0.95.1 > > Attachments: 8347-v1.txt > > > These two unit tests fail by hanging under the hadoop2 profile. > Running org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFilesSplitRecovery > Running org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles > {code} > 2013-04-15 14:03:50,311 ERROR [IPC Server handler 0 on 53755] access.SecureBulkLoadEndpoint$1(240): Failed to complete bulk load > java.lang.UnsupportedOperationException: Immutable Configuration > at org.apache.hadoop.hbase.CompoundConfiguration.setClass(CompoundConfiguration.java:511) > at org.apache.hadoop.ipc.RPC.setProtocolEngine(RPC.java:193) > at org.apache.hadoop.hdfs.NameNodeProxies.createNNProxyWithClientProtocol(NameNodeProxies.java:249) > at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:168) > at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:129) > at org.apache.hadoop.hdfs.DFSClient.(DFSClient.java:409) > at org.apache.hadoop.hdfs.DFSClient.(DFSClient.java:376) > at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:123) > at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2296) > at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:85) > at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2330) > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2312) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:316) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:162) > at org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint$1.run(SecureBulkLoadEndpoint.java:224) > at org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint$1.run(SecureBulkLoadEndpoint.java:218) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:337) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1347) > at org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint.secureBulkLoadHFiles(SecureBulkLoadEndpoint.java:218) > at org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos$SecureBulkLoadService.callMethod(SecureBulkLoadProtos.java:3654) > at org.apache.hadoop.hbase.regionserver.HRegion.execService(HRegion.java:5024) > at org.apache.hadoop.hbase.regionserver.HRegionServer.execService(HRegionServer.java:3076) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.hbase.ipc.ProtobufRpcServerEngine$Server.call(ProtobufRpcServerEngine.java:174) > at org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:1871) > {code} > There has been some discussion from Ted and Andrew about an acceptable approaches to fix the problem here : > https://issues.apache.org/jira/browse/HBASE-8258?focusedCommentId=13623091&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13623091 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira