CodingCat commented on pull request #30972: URL: https://github.com/apache/spark/pull/30972#issuecomment-752724316
> **[Test build #133541 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/133541/testReport)** for PR 30972 at commit [`b84f63b`](https://github.com/apache/spark/commit/b84f63bb2ed6421397e52462a42604e5a9f29cda). > > * This patch **fails Spark unit tests**. > * This patch merges cleanly. > * This patch adds no public classes. hmmm???? I didn't see tests failed... ``` info] - default starting and ending offsets with headers (1 second, 181 milliseconds) log4j:ERROR Failed to flush writer, java.io.IOException: No space left on device at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(FileOutputStream.java:326) at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221) at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291) at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295) at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141) at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229) at org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:59) at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:324) at org.apache.log4j.WriterAppender.append(WriterAppender.java:162) at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251) at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66) at org.apache.log4j.Category.callAppenders(Category.java:206) at org.apache.log4j.Category.forcedLog(Category.java:391) at org.apache.log4j.Category.log(Category.java:856) at org.slf4j.impl.Log4jLoggerAdapter.error(Log4jLoggerAdapter.java:576) at kafka.utils.Logging.error(Logging.scala:76) at kafka.utils.Logging.error$(Logging.scala:76) at kafka.server.LogDirFailureChannel.error(LogDirFailureChannel.scala:37) ``` is it the reason? ---------------------------------------------------------------- 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]
