You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/07/29 17:50:00 UTC

[GitHub] [hadoop] iwasakims commented on pull request #2149: HADOOP-13230. S3A to optionally retain directory markers

iwasakims commented on pull request #2149:
URL: https://github.com/apache/hadoop/pull/2149#issuecomment-665608952


   `ITestMarkerTool#testAuthPathIsMixed` reproducibly fails. on Tokyo region.
   ```
   $ mvn verify -Dtest=x -Dit.test=ITestMarkerTool
   [INFO] Running org.apache.hadoop.fs.s3a.tools.ITestMarkerTool
   [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 25.962 s <<< FAILURE! - in org.apache.hadoop.fs.s3a.tools.ITestMarkerTool
   [ERROR] testAuthPathIsMixed(org.apache.hadoop.fs.s3a.tools.ITestMarkerTool)  Time elapsed: 11.139 s  <<< ERROR!
   org.apache.hadoop.fs.s3a.RemoteFileChangedException: copyFile(test/testAuthPathIsMixed/source/dir2/empty/, test/testAuthPathIsMixed/dest/dir2/empty/) `s3a://iwasakims-test/test/testAuthPathIsMixed/source/dir2/empty': File to rename not found on unguarded S3 store: copyFile(test/testAuthPathIsMixed/source/dir2/empty/, test/testAuthPathIsMixed/dest/dir2/empty/) on test/testAuthPathIsMixed/source/dir2/empty/: com.amazonaws.services.s3.model.AmazonS3Exception: Not Found (Service: Amazon S3; Status Code: 404; Error Code: 404 Not Found; Request ID: FCCC5CB9EB1CE3D5; S3 Extended Request ID: ykAUAu7E18BsSSfBSmzWVD7tOQ0SGFhCwYKS6lSLPg3mk2DWkJkIeV8PjEYRD1i10QWcqryfCkU=), S3 Extended Request ID: ykAUAu7E18BsSSfBSmzWVD7tOQ0SGFhCwYKS6lSLPg3mk2DWkJkIeV8PjEYRD1i10QWcqryfCkU=:404 Not Found
   Caused by: java.io.FileNotFoundException: copyFile(test/testAuthPathIsMixed/source/dir2/empty/, test/testAuthPathIsMixed/dest/dir2/empty/) on test/testAuthPathIsMixed/source/dir2/empty/: com.amazonaws.services.s3.model.AmazonS3Exception: Not Found (Service: Amazon S3; Status Code: 404; Error Code: 404 Not Found; Request ID: FCCC5CB9EB1CE3D5; S3 Extended Request ID: ykAUAu7E18BsSSfBSmzWVD7tOQ0SGFhCwYKS6lSLPg3mk2DWkJkIeV8PjEYRD1i10QWcqryfCkU=), S3 Extended Request ID: ykAUAu7E18BsSSfBSmzWVD7tOQ0SGFhCwYKS6lSLPg3mk2DWkJkIeV8PjEYRD1i10QWcqryfCkU=:404 Not Found
   Caused by: com.amazonaws.services.s3.model.AmazonS3Exception: Not Found (Service: Amazon S3; Status Code: 404; Error Code: 404 Not Found; Request ID: FCCC5CB9EB1CE3D5; S3 Extended Request ID: ykAUAu7E18BsSSfBSmzWVD7tOQ0SGFhCwYKS6lSLPg3mk2DWkJkIeV8PjEYRD1i10QWcqryfCkU=)
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org