[ 
https://issues.apache.org/jira/browse/HBASE-13837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14573050#comment-14573050
 ] 

Hudson commented on HBASE-13837:
--------------------------------

FAILURE: Integrated in HBase-0.98 #1020 (See 
[https://builds.apache.org/job/HBase-0.98/1020/])
HBASE-13837 [0.98] TestBoundedByteBufferPool does not compile with JDK 1.6 
(apurtell: rev 98a2fe7e5acf1864923e54a1ba40720e859f12bd)
* 
hbase-common/src/test/java/org/apache/hadoop/hbase/io/TestBoundedByteBufferPool.java


> [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
>
>         Attachments: HBASE-13837-0.98.patch
>
>
> 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)

Reply via email to