Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A4115200C01 for ; Thu, 5 Jan 2017 03:01:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A28DF160B44; Thu, 5 Jan 2017 02:01:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EB81F160B3A for ; Thu, 5 Jan 2017 03:01:02 +0100 (CET) Received: (qmail 99026 invoked by uid 500); 5 Jan 2017 02:01:02 -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 98882 invoked by uid 99); 5 Jan 2017 02:01:02 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2017 02:01:01 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D447F2C2AC1 for ; Thu, 5 Jan 2017 02:01:01 +0000 (UTC) Date: Thu, 5 Jan 2017 02:01:01 +0000 (UTC) From: "Aaron Fabbri (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13345) S3Guard: Improved Consistency for S3A MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 05 Jan 2017 02:01:03 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15799997#comment-15799997 ] Aaron Fabbri commented on HADOOP-13345: --------------------------------------- Thanks for your input [~liuml07]. The reason I propose doing the retry logic after merge is: 1. It will change S3AFileSystem code significantly. At least in terms of dealing with merge conflicts, things like putting a function inside a retry loop (increasing the indent of all the code) might mean a good amount of code churn. 2. I'm not sure retries are needed for basic list consistency. The failure injection test I added demonstrates that basic listing consistency works. Since most S3 GETs are consistent, I would expect use cases like PUT, list, GET to work as is. Let me know if I'm missing something. Looking forward to others' opinions too. Cheers! > S3Guard: Improved Consistency for S3A > ------------------------------------- > > Key: HADOOP-13345 > URL: https://issues.apache.org/jira/browse/HADOOP-13345 > Project: Hadoop Common > Issue Type: New Feature > Components: fs/s3 > Reporter: Chris Nauroth > Assignee: Chris Nauroth > Attachments: HADOOP-13345.prototype1.patch, S3C-ConsistentListingonS3-Design.pdf, S3GuardImprovedConsistencyforS3A.pdf, S3GuardImprovedConsistencyforS3AV2.pdf, s3c.001.patch > > > This issue proposes S3Guard, a new feature of S3A, to provide an option for a stronger consistency model than what is currently offered. The solution coordinates with a strongly consistent external store to resolve inconsistencies caused by the S3 eventual consistency model. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org