We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e245865 commit 21cc83eCopy full SHA for 21cc83e
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneClientUtils.java
@@ -146,7 +146,7 @@ public static List<Class<? extends Exception>> getExceptionList() {
146
}
147
148
public static Map<Class<? extends Throwable>, RetryPolicy>
149
- getRetryPolicyByException(int maxRetryCount, long retryInterval) {
+ getRetryPolicyByException(int maxRetryCount, long retryInterval) {
150
Map<Class<? extends Throwable>, RetryPolicy> policyMap = new HashMap<>();
151
for (Class<? extends Exception> ex : EXCEPTION_LIST) {
152
if (ex == TimeoutException.class ||
0 commit comments