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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2016/06/15 13:14:09 UTC

[jira] [Created] (HADOOP-13276) S3a operations keep retrying if the password is wrong

Steve Loughran created HADOOP-13276:
---------------------------------------

             Summary: S3a operations keep retrying if the password is wrong
                 Key: HADOOP-13276
                 URL: https://issues.apache.org/jira/browse/HADOOP-13276
             Project: Hadoop Common
          Issue Type: Sub-task
            Reporter: Steve Loughran
            Priority: Minor


If you do a {{hadoop fs}} command with the AWS account valid but the password wrong, it takes a while to timeout, because of retries happening underneath.

Eventually it gives up, but failing fast would be better.

# maybe: check the password length and fail if it is not the right length (is there a standard one? Or at least a range?)
# consider a retry policy which fails faster on signature failures/403 responses



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