smengcl commented on pull request #2645: URL: https://github.com/apache/hadoop/pull/2645#issuecomment-767757908
> The failure of TestDFSOutputStream#testCongestionBackoff is related. > > ``` > [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 14.594 s <<< FAILURE! - in org.apache.hadoop.hdfs.TestDFSOutputStream > [ERROR] testCongestionBackoff(org.apache.hadoop.hdfs.TestDFSOutputStream) Time elapsed: 2.71 s <<< FAILURE! > java.lang.AssertionError > at org.apache.hadoop.hdfs.DataStreamer.run(DataStreamer.java:832) > at org.apache.hadoop.hdfs.TestDFSOutputStream.testCongestionBackoff(TestDFSOutputStream.java:299) > ``` > > The NPE is on DataStreamer.java:702. DFSPacket#getTraceParents should be fixed? > > ``` > java.lang.NullPointerException > at org.apache.hadoop.hdfs.DataStreamer.run(DataStreamer.java:702) > at org.apache.hadoop.hdfs.TestDFSOutputStream.testCongestionBackoff(TestDFSOutputStream.java:299) > ``` Thanks @iwasakims for reviewing this. Yes they definitely look related. Will fix them. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
