Skip to content

HBASE-19386 HBase UnsafeAvailChecker returns false on Arm64 - #67

Closed
guyuqi wants to merge 1 commit into
apache:masterfrom
guyuqi:hbase-enbale-unaligned
Closed

HBASE-19386 HBase UnsafeAvailChecker returns false on Arm64#67
guyuqi wants to merge 1 commit into
apache:masterfrom
guyuqi:hbase-enbale-unaligned

Conversation

@guyuqi

Copy link
Copy Markdown
Member

On Arm64, java.nio.Bits.unaligned() wrongly returns false due to a JDK bug.
This causes HBase UnsafeAvailChecker wrongly returning false on Arm64.
And it slso cause FuzzyRowFilter Unit test failed.
Fix it by providing a hard-code to enbale Arm64 unaligned support.

Jira: HBASE-19386

Change-Id: I3ab821dacbe42b18cd515080da1fa3dc1f1e1d28
Signed-off-by: Yuqi Gu yuqi.gu@arm.com

On Arm64, java.nio.Bits.unaligned() wrongly returns false due to a JDK bug.
This causes HBase UnsafeAvailChecker wrongly returning false on Arm64.
And it slso cause FuzzyRowFilter Unit test failed.
Fix it by providing a hard-code to enbale Arm64 unaligned support.
Jira: HBASE-19386
Change-Id: I3ab821dacbe42b18cd515080da1fa3dc1f1e1d28
Signed-off-by: Yuqi Gu <yuqi.gu@arm.com>
@busbey

Copy link
Copy Markdown
Contributor

This PR is slated to be closed as a part of HBASE-20391 because the referenced JIRA has since closed.

If this is incorrect and you are still interested in working on the issue please comment there and/or reopen the PR.

YiannisGkoufas pushed a commit to ibm-research-ireland/hbaquet that referenced this pull request May 4, 2018
* closesapache#51 - > 1 month since notification
* closesapache#61 - HBASE-18928 has already closed
* closesapache#62 - HBASE-18929 has already closed
* closesapache#67 - HBASE-19386 has already closed
* closesapache#68 - HBASE-19387 has already closed
Also adds a section to the committer guide in the reference guide about closing PRs.
Signed-off-by: Mike Drob <mdrob@apache.org>
This was referenced Sep 4, 2019
ndimiduk pushed a commit to ndimiduk/hbase that referenced this pull request Feb 29, 2024
…lContext (apache#67)
Co-authored-by: Charles Connell <cconnell@hubspot.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@guyuqi@busbey