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-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to