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 6B87217FA3 for ; Wed, 20 May 2015 01:10:00 +0000 (UTC) Received: (qmail 24614 invoked by uid 500); 20 May 2015 01:10:00 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24560 invoked by uid 500); 20 May 2015 01:10:00 -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 24548 invoked by uid 99); 20 May 2015 01:10:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2015 01:10:00 +0000 Date: Wed, 20 May 2015 01:10:00 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13713) See about dropping ClassLoaderBase#getClassLoadingLock 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-13713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14551595#comment-14551595 ] Hudson commented on HBASE-13713: -------------------------------- FAILURE: Integrated in HBase-TRUNK #6494 (See [https://builds.apache.org/job/HBase-TRUNK/6494/]) HBASE-13713: See about dropping ClassLoaderBase#getClassLoadingLock (stack: rev ed5ac65f22c06947dfda56ac163502ca2af45998) * hbase-common/src/main/java/org/apache/hadoop/hbase/util/ClassLoaderBase.java > See about dropping ClassLoaderBase#getClassLoadingLock > ------------------------------------------------------ > > Key: HBASE-13713 > URL: https://issues.apache.org/jira/browse/HBASE-13713 > Project: HBase > Issue Type: Task > Affects Versions: 1.0.0, 2.0.0 > Reporter: Nick Dimiduk > Assignee: Lars Francke > Priority: Minor > Labels: beginner > Fix For: 2.0.0 > > Attachments: HBASE-13713.patch > > > From the comment in ClassLoaderBase > {noformat} > /** > * Base class loader that defines couple shared constants used > * by sub-classes. It also defined method getClassLoadingLock for parallel > * class loading and JDK 1.6 support. This method (getClassLoadingLock) > * is similar to the same method in the base class Java ClassLoader > * introduced in JDK 1.7, but not in JDK 1.6. > */ > {noformat} > We've dropped JDK6 support, so let's see if we can post a red-patch. -- This message was sent by Atlassian JIRA (v6.3.4#6332)