[
https://issues.apache.org/jira/browse/HBASE-19386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16272608#comment-16272608
]
Hudson commented on HBASE-19386:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-2.0 #941 (See
[https://builds.apache.org/job/HBase-2.0/941/])
HBASE-19386 Enable Arm64 unaligned support for HBase (tedyu: rev
d32ba0977f6f499faf5373273513429798051a14)
* (edit)
hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAvailChecker.java
> HBase UnsafeAvailChecker returns false on Arm64
> -----------------------------------------------
>
> Key: HBASE-19386
> URL: https://issues.apache.org/jira/browse/HBASE-19386
> Project: HBase
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Yuqi Gu
> Priority: Minor
> Attachments: HBASE-19386.patch
>
>
> Arm64v8 supports unaligned access .
> But UnsafeAvailChecker returns false due to a JDK bug.
> The false of UnsafeAvailChecker return also causes the HBase Unit
> tests(FuzzyRowFilter, TestFuzzyRowFilterEndToEnd,
> TestFuzzyRowAndColumnRangeFilter) failures.
> Enable Arm64 unaligned support by providing a hard-code workaround for the
> JDK bug.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)