[
https://issues.apache.org/jira/browse/HBASE-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150973#comment-13150973
]
Phabricator commented on HBASE-4795:
------------------------------------
stack has accepted the revision "[jira] [HBASE-4795] Fix TestHFileBlock when
running on a 32-bit JVM".
Good on you Mikhail. Patch looks good. Put it up in JIRA and I'll commit.
I started to look at this. Doing this to the pom will make the test run w/
32bit jvm so you can confirm your fix (if that helps):
h-25-20:hbase stack$ git diff pom.xml
diff --git a/pom.xml b/pom.xml
index 2847416..ec6a9fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -569,6 +569,7 @@
<parallel>${myParallel}</parallel>
<perCoreThreadCount>false</perCoreThreadCount>
<threadCount>${myThreadCount}</threadCount>
+ <argLine>-d32</argLine>
<includes>
<include>${unittest.include}</include>
</includes>
REVISION DETAIL
https://reviews.facebook.net/D459
> 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
> Priority: Minor
> Attachments: D459.1.patch, D459.2.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