ben-roling commented on issue #666: HADOOP-16221 add option to fail operation on metadata write failure URL: https://github.com/apache/hadoop/pull/666#issuecomment-480278268 Looks like the test failures were due to some sort of jenkins/yetus infrastructure issue. The logs are full of "java.lang.OutOfMemoryError: unable to create new native thread" like this one: ``` [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 20.103 s <<< FAILURE! - in org.apache.hadoop.util.TestDataChecksum [ERROR] testCrc32(org.apache.hadoop.util.TestDataChecksum) Time elapsed: 14.807 s <<< ERROR! java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Thread.java:717) at org.apache.hadoop.util.Crc32PerformanceTest.doBench(Crc32PerformanceTest.java:387) ``` I'll use the trick Gabor mentioned on my other PR of amending my commit message and force-pushing to get it to build again.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
