[
https://issues.apache.org/jira/browse/HBASE-19386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16274054#comment-16274054
]
Anoop Sam John commented on HBASE-19386:
----------------------------------------
bq.// java.nio.Bits.unaligned() wrongly returns false on ppc (JDK-8165231),
We had this.. So the JDK bug u refer here, can u link that too here pls? Also
write abt that ref in the code where u have done the fix. Easy later to read
and understand why the hard coded checks
> 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
> Assignee: Yuqi Gu
> Priority: Minor
> Fix For: 2.0.0-beta-1
>
> 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)