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 "Chris Nauroth (JIRA)" <ji...@apache.org> on 2016/10/11 23:59:20 UTC

[jira] [Commented] (HADOOP-13452) S3Guard: Implement access policy for intra-client consistency with in-memory metadata store.

    [ https://issues.apache.org/jira/browse/HADOOP-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15567012#comment-15567012 ] 

Chris Nauroth commented on HADOOP-13452:
----------------------------------------

[~fabbri], thank you for this patch.  I have just one minor nitpick.

{code}
    return (fStr.indexOf(aStr) == 0);
{code}

I think this line would be more readable using [{{String#startsWith(String)}}|http://docs.oracle.com/javase/7/docs/api/java/lang/String.html#startsWith(java.lang.String)].

After that change, I think I'll be ready to commit the patch to the feature branch.

> S3Guard: Implement access policy for intra-client consistency with in-memory metadata store.
> --------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-13452
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13452
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>            Reporter: Chris Nauroth
>            Assignee: Aaron Fabbri
>         Attachments: HADOOP-13452-HADOOP-13345.002.patch, HADOOP-13452.001.patch
>
>
> Implement an S3A access policy based on an in-memory metadata store.  This can provide consistency within the same client without needing to integrate with an external system.



--
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