Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-19386 HBase UnsafeAvailChecker returns false on Arm64 #67

Closed
wants to merge 1 commit into from
Closed

HBASE-19386 HBase UnsafeAvailChecker returns false on Arm64 #67

wants to merge 1 commit into from

Conversation

guyuqi
Copy link
Member

@guyuqi guyuqi commented Nov 30, 2017

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
Contributor

busbey commented Apr 11, 2018

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.

@asfgit asfgit closed this in a540882 Apr 13, 2018
YiannisGkoufas pushed a commit to ibm-research-ireland/hbaquet that referenced this pull request May 4, 2018
* closes apache#51 - > 1 month since notification
* closes apache#61 - HBASE-18928 has already closed
* closes apache#62 - HBASE-18929 has already closed
* closes apache#67 - HBASE-19386 has already closed
* closes apache#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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants