Description
On ppc64 arch, java.nio.Bits.unaligned() wrongly returns false due to a JDK bug.
https://bugs.openjdk.java.net/browse/JDK-8165231
This causes some problem for HBase. i.e. FuzzyRowFilter test fails.
Fix it by providing a hard-code workaround for the JDK bug.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-17890 FuzzyRowFilter fail if unaligned support is false
- In Progress