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

Hudson commented on HBASE-13931:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #6585 (See 
[https://builds.apache.org/job/HBase-TRUNK/6585/])
HBASE-13931 Move Unsafe based operations to UnsafeAccess. (anoopsamjohn: rev 
04c25e0f355aaa6ded37b0477ce126a693756b81)
* hbase-common/src/main/java/org/apache/hadoop/hbase/util/Bytes.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FuzzyRowFilter.java


> Move Unsafe based operations to UnsafeAccess
> --------------------------------------------
>
>                 Key: HBASE-13931
>                 URL: https://issues.apache.org/jira/browse/HBASE-13931
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>             Fix For: 2.0.0
>
>         Attachments: HBASE-13931.patch, HBASE-13931_V2.patch, 
> HBASE-13931_V3.patch
>
>
> We have this new class added. Bytes.java having unsafe based reads in it. Now 
> HBASE-13916 will add similar unsafe based reads (on BB) in ByteBufferUtils.  
> We can move the unsafe based operations to UnsafeAccess and otehr places just 
> refer to here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to