kaijchen opened a new issue, #708:
URL: https://github.com/apache/incubator-uniffle/issues/708

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the 
[issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Describe the flaky test
   
   ```
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
7.856 s <<< FAILURE! - in 
org.apache.uniffle.storage.util.ShuffleKerberizedHdfsStorageUtilsTest
   [ERROR] testUploadFile{File}  Time elapsed: 0.044 s  <<< ERROR!
   java.lang.IllegalArgumentException: Wrong FS: hdfs://localhost:40981/test, 
expected: hdfs://devcloud:40981
        at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:665)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:214)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem$27.doCall(DistributedFileSystem.java:1440)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem$27.doCall(DistributedFileSystem.java:1437)
        at 
org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1437)
        at org.apache.hadoop.fs.FileSystem.isFile(FileSystem.java:1463)
        at 
org.apache.uniffle.storage.handler.impl.HdfsFileWriter.initStream(HdfsFileWriter.java:59)
        at 
org.apache.uniffle.storage.handler.impl.HdfsFileWriter.<init>(HdfsFileWriter.java:54)
        at 
org.apache.uniffle.storage.util.ShuffleHdfsStorageUtilsTest.createAndRunCases(ShuffleHdfsStorageUtilsTest.java:57)
        at 
org.apache.uniffle.storage.util.ShuffleKerberizedHdfsStorageUtilsTest.testUploadFile(ShuffleKerberizedHdfsStorageUtilsTest.java:39)
   ```
   
   ### Actions URL
   
   Run locally
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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]

Reply via email to