HADOOP-15104. AliyunOSS: change the default value of max error retry. Contributed by Jinhu Wu

This commit is contained in:
Kai Zheng 2017-12-08 23:03:54 +08:00
parent 19e0894209
commit ce04340ec7

View File

@ -66,7 +66,7 @@ private Constants() {
// Number of times we should retry errors
public static final String MAX_ERROR_RETRIES_KEY = "fs.oss.attempts.maximum";
public static final int MAX_ERROR_RETRIES_DEFAULT = 20;
public static final int MAX_ERROR_RETRIES_DEFAULT = 10;
// Time until we give up trying to establish a connection to oss
public static final String ESTABLISH_TIMEOUT_KEY =