You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2017/02/24 21:21:44 UTC

[jira] [Created] (HADOOP-14120) needless S3AFileSystem.setOptionalPutRequestParameters in S3ABlockOutputStream putObject()

Steve Loughran created HADOOP-14120:
---------------------------------------

             Summary: needless S3AFileSystem.setOptionalPutRequestParameters in S3ABlockOutputStream putObject()
                 Key: HADOOP-14120
                 URL: https://issues.apache.org/jira/browse/HADOOP-14120
             Project: Hadoop Common
          Issue Type: Sub-task
    Affects Versions: 2.9.0
            Reporter: Steve Loughran
            Priority: Minor


There's a call to {{S3AFileSystem.setOptionalPutRequestParameters()}} in {{ S3ABlockOutputStream putObject()}}

The put request has already been created by the FS; this call is only superflous and potentially confusing.

Proposed: cut it, make the {{setOptionalPutRequestParameters()}} method private.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org