You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/06/04 14:10:38 UTC

[jira] [Resolved] (HBASE-13837) [0.98] TestBoundedByteBufferPool does not compile with JDK 1.6

     [ https://issues.apache.org/jira/browse/HBASE-13837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-13837.
------------------------------------
    Resolution: Fixed

> [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)