[
https://issues.apache.org/jira/browse/HBASE-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HBASE-4795:
-------------------------------
Attachment: D459.1.patch
mbautin requested code review of "[jira] [HBASE-4795] Fix TestHFileBlock when
running on a 32-bit JVM".
Reviewers: tedyu, JIRA
This fixes TestHFileBlock broken in
https://issues.apache.org/jira/browse/HBASE-4768 when running on a 32-bit JVM,
where reference size is 4 bytes instead of 8 bytes.
TEST PLAN
Run TestHFileBlock and TestSchemaConfigured in both 32-bit and 64-bit mode.
REVISION DETAIL
https://reviews.facebook.net/D459
AFFECTED FILES
src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java
src/main/java/org/apache/hadoop/hbase/regionserver/metrics/SchemaConfigured.java
src/main/java/org/apache/hadoop/hbase/util/ClassSize.java
src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFileBlock.java
MANAGE HERALD DIFFERENTIAL RULES
https://reviews.facebook.net/herald/view/differential/
WHY DID I GET THIS EMAIL?
https://reviews.facebook.net/herald/transcript/969/
Tip: use the X-Herald-Rules header to filter Herald messages in your client.
> Fix TestHFileBlock when running on a 32-bit JVM
> -----------------------------------------------
>
> Key: HBASE-4795
> URL: https://issues.apache.org/jira/browse/HBASE-4795
> Project: HBase
> Issue Type: Bug
> Reporter: Mikhail Bautin
> Assignee: Mikhail Bautin
> Attachments: D459.1.patch
>
>
> Our Hudson test server seems to run a 32-bit JVM. This patch fixes
> TestHFileBlock to work correctly for both 64-bit and 32-bit JVM.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira