Ok. It's working fine with JDK 1.7.0_13 when HBASE 6915 is applied. I will retry with Oracle JDKs 1.7.0_17 and Open JDK 6 and 7 to validate that it's working for all.
Should we apply this fix in 0.94 branch? Or is 1.7 not supported by HBase yet? 2013/3/6 Jean-Marc Spaggiari <[email protected]>: > I'm able to reproduce that running the test locally in Eclipse if I > configure the project with JDK 1.7.0_13.... And it really lookes like > the 2 JIRA's pointed below. > > I can try to apply HBASE-6915 locally and re-test. > > 2013/3/6 Matteo Bertozzi <[email protected]>: >> I haven't looked at this problem but I remember a similar jdk6/jdk7 >> difference HBASE-6915 <https://issues.apache.org/jira/browse/HBASE-6915>, >> HBASE-7119 <https://issues.apache.org/jira/browse/HBASE-7119> >> >> On Wed, Mar 6, 2013 at 1:40 PM, Jean-Marc Spaggiari <[email protected] >>> wrote: >> >>> Passed with OpenJDK 1.7 >>> >>> Running org.apache.hadoop.hbase.io.TestHeapSize >>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec >>> >>> Now I will run it into eclipse with Oracle JDK 1.7_13 and try to debug >>> it... >>> >>> 2013/3/6 Jean-Marc Spaggiari <[email protected]>: >>> > Hi Ted, >>> > >>> > It's also failing with 1.7_17 >>> > >>> > Here is the output: >>> > Running org.apache.hadoop.hbase.io.TestHeapSize >>> > Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: >>> > 150.213 sec <<< FAILURE! >>> > >>> > Results : >>> > >>> > Failed tests: >>> > testNativeSizes(org.apache.hadoop.hbase.io.TestHeapSize): >>> > expected:<56> but was:<64> >>> > testSizes(org.apache.hadoop.hbase.io.TestHeapSize): expected:<192> >>> > but was:<200> >>> > >>> > Tests run: 603, Failures: 2, Errors: 0, Skipped: 0 >>> > >>> > >>> > Just re-started it with -X to figure what the issue is. >>> > >>> > 2013/3/6 Ted <[email protected]>: >>> >> The test passed on Jenkins. >>> >> >>> >> Can you give us more detail about the failure ? >>> >> >>> >> Thanks >>> >> >>> >> On Mar 6, 2013, at 4:47 AM, Jean-Marc Spaggiari < >>> [email protected]> wrote: >>> >> >>> >>> I got testNativeSizes failed 4 times in a row. I have not seen >>> >>> anything about that in the mailing lists. >>> >>> >>> >>> testNativeSizes and testSizes both failed. >>> >>> >>> >>> Does anyone have faced the same issue? >>> >>> >>> >>> I never faced that with 0.94.5. I will retry to entire test suite with >>> >>> it to see. >>> >>> >>> >>> JM >>> >>> >>> >>> 2013/3/6 lars hofhansl <[email protected]>: >>> >>>> All Clear! >>> >>>> >>> >>>> >>> >>>> >>> >>>> >>> >>>> ________________________________ >>> >>>> From: lars hofhansl <[email protected]> >>> >>>> To: hbase-dev <[email protected]> >>> >>>> Sent: Tuesday, March 5, 2013 5:01 PM >>> >>>> Subject: no 0.94 commits please >>> >>>> >>> >>>> Cutting 0.94.6RC0 now. >>>
