From common-issues-return-183836-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Thu Aug 22 11:37:31 2019 Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id CDE5919927 for ; Thu, 22 Aug 2019 11:37:30 +0000 (UTC) Received: (qmail 24710 invoked by uid 500); 22 Aug 2019 11:37:30 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 24675 invoked by uid 500); 22 Aug 2019 11:37:30 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 24664 invoked by uid 99); 22 Aug 2019 11:37:29 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2019 11:37:29 +0000 From: GitBox To: common-issues@hadoop.apache.org Subject: [GitHub] [hadoop] steveloughran commented on a change in pull request #1229: HADOOP-16490. Improve S3Guard handling of FNFEs in copy Message-ID: <156647384990.12606.16409803871649048638.gitbox@gitbox.apache.org> Date: Thu, 22 Aug 2019 11:37:29 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org