Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E758172A1 for ; Thu, 4 Jun 2015 12:01:39 +0000 (UTC) Received: (qmail 69945 invoked by uid 500); 4 Jun 2015 12:01:38 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 69842 invoked by uid 500); 4 Jun 2015 12:01:38 -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 69482 invoked by uid 99); 4 Jun 2015 12:01:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2015 12:01:38 +0000 Date: Thu, 4 Jun 2015 12:01:38 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-13837) [0.98] TestBoundedByteBufferPool does not compile with JDK 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andrew Purtell created HBASE-13837: -------------------------------------- Summary: [0.98] TestBoundedByteBufferPool does not compile with JDK 1.6 Key: HBASE-13837 URL: https://issues.apache.org/jira/browse/HBASE-13837 Project: HBase Issue Type: Bug Reporter: Andrew Purtell Assignee: Andrew Purtell Priority: Trivial Fix For: 0.98.13 Now that we're enforcing builds with JDKs corresponding to the compiler source level for a release - 1.6 in the case of 0.98 - this has exposed one place where a 1.7 type made it back to 0.98 in TestBoundedByteBufferPool. {noformat} [ERROR] /usr/src/hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/io/Te\ stBoundedByteBufferPool.java:[23,27] cannot find symbol [ERROR] symbol : class ConcurrentLinkedDeque [ERROR] location: package java.util.concurrent [ERROR] /usr/src/hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/io/Te\ stBoundedByteBufferPool.java:[91,10] cannot find symbol [ERROR] symbol : class ConcurrentLinkedDeque [ERROR] location: class org.apache.hadoop.hbase.io.TestBoundedByteBufferPool [ERROR] /usr/src/hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/io/Te\ stBoundedByteBufferPool.java:[91,62] cannot find symbol [ERROR] symbol : class ConcurrentLinkedDeque [ERROR] location: class org.apache.hadoop.hbase.io.TestBoundedByteBufferPool {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)