manuzhang commented on PR #10811:
URL: https://github.com/apache/iceberg/pull/10811#issuecomment-2257733586

   This PR didn't fix but exposed more underlying errors from 
https://github.com/apache/iceberg/actions/runs/10156307633/job/28084490263?pr=10811
   ```
   TestDataFrameWrites > testFaultToleranceOnWrite() > format = avro FAILED
       org.apache.commons.io.IOExceptionList: 1 exception(s): 
[org.apache.commons.io.IOIndexedException: IOException #1: Cannot delete file: 
/tmp/junit60135975027943685/parquet/test/data]
           at 
org.apache.commons.io.IOExceptionList.checkEmpty(IOExceptionList.java:49)
           at org.apache.commons.io.function.IOStream.forAll(IOStream.java:352)
           at org.apache.commons.io.function.IOStreams.forAll(IOStreams.java:42)
           at org.apache.commons.io.function.IOStreams.forAll(IOStreams.java:36)
           at 
org.apache.commons.io.function.IOConsumer.forAll(IOConsumer.java:80)
           at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:333)
           at 
org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1192)
           at 
org.apache.iceberg.spark.source.TestDataFrameWrites.testFaultToleranceOnWrite(TestDataFrameWrites.java:424)
   
           Caused by:
           org.apache.commons.io.IOIndexedException: IOException #1: Cannot 
delete file: /tmp/junit60135975027943685/parquet/test/data
               at 
org.apache.commons.io.function.IOStream.lambda$forAll$11(IOStream.java:347)
               at 
java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
               at 
java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
               at 
org.apache.commons.io.function.IOStream.forAll(IOStream.java:338)
               ... 6 more
   
               Caused by:
               java.io.IOException: Cannot delete file: 
/tmp/junit60135975027943685/parquet/test/data
                   at 
org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1340)
                   at 
org.apache.commons.io.function.IOStream.lambda$forAll$11(IOStream.java:340)
                   ... 9 more
   
                   Caused by:
                   java.nio.file.NoSuchFileException: 
/tmp/junit60135975027943685/parquet/test/data/.00008-134-fed69c74-d8da-41c3-937f-ea0ab632d7d0-0-00001.parquet.crc
                       at 
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
                       at 
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
                       at 
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
                       at 
sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
                       at 
sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)
                       at 
sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
                       at java.nio.file.Files.readAttributes(Files.java:1737)
                       at 
java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219)
                       at 
java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)
                       at 
java.nio.file.FileTreeWalker.next(FileTreeWalker.java:372)
                       at java.nio.file.Files.walkFileTree(Files.java:2706)
                       at java.nio.file.Files.walkFileTree(Files.java:2742)
                       at 
org.apache.commons.io.file.PathUtils.visitFileTree(PathUtils.java:1654)
                       at 
org.apache.commons.io.file.PathUtils.deleteDirectory(PathUtils.java:517)
                       at 
org.apache.commons.io.file.PathUtils.delete(PathUtils.java:476)
                       at 
org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1337)
                       ... 10 more
   ```


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to