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)