ehiggs commented on a change in pull request #606: HADOOP-16190. S3A copyFile operation to include source versionID or etag in the copy request URL: https://github.com/apache/hadoop/pull/606#discussion_r275272733
########## File path: hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/troubleshooting_s3a.md ########## @@ -1155,6 +1155,25 @@ java.io.FileNotFoundException: Bucket stevel45r56666 does not exist Check the URI. If using a third-party store, verify that you've configured the client to talk to the specific server in `fs.s3a.endpoint`. +#### <a name="preconditions_unmet"></a> `RemoteFileChangedException`: `Constraints of request were unsatisfiable` Review comment: The http response is Precondition Failed, not "unmet". Even in AWS code, so I don't know from where unmet keeps popping up. https://github.com/aws/aws-sdk-java/blob/8a36bb38eed08150faf899d8a5dcf33871ef3f2c/aws-java-sdk-models/src/main/resources/models/models.lex-2017-04-19-model.json#L2517 ---------------------------------------------------------------- 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]
