pjfanning commented on PR #6593:
URL: https://github.com/apache/hadoop/pull/6593#issuecomment-1981822779
Some of the test issues relate to `java.lang.OutOfMemoryError: unable to
create new native thread`
```
[ERROR] Tests run: 10, Failures: 0, Errors: 5, Skipped: 0, Time elapsed:
418.936 s <<< FAILURE! - in org.apache.hadoop.tools.TestDistCpWithRawXAttrs
[ERROR] testUseIterator(org.apache.hadoop.tools.TestDistCpWithRawXAttrs)
Time elapsed: 155.529 s <<< ERROR!
java.io.IOException: java.lang.OutOfMemoryError: unable to create new native
thread
at
org.apache.hadoop.hdfs.ExceptionLastSeen.set(ExceptionLastSeen.java:45)
at org.apache.hadoop.hdfs.DataStreamer.run(DataStreamer.java:861)
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:719)
at
org.apache.hadoop.hdfs.DataStreamer.initDataStreaming(DataStreamer.java:672)
at org.apache.hadoop.hdfs.DataStreamer.run(DataStreamer.java:752)
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]