steveloughran commented on a change in pull request #1229: HADOOP-16490.
Improve S3Guard handling of FNFEs in copy
URL: https://github.com/apache/hadoop/pull/1229#discussion_r316630813
##########
File path:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/RemoteFileChangedException.java
##########
@@ -35,6 +35,20 @@
public static final String PRECONDITIONS_FAILED =
"Constraints of request were unsatisfiable";
+ /**
+ * While trying to get information on a file known to S3Guard, the
+ * file never became visible in S3.
+ */
+ public static final String FILE_NEVER_FOUND =
+ "File to rename not found on S3 after repeated attempts";
Review comment:
done
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]