sumitagrawl commented on code in PR #7470:
URL: https://github.com/apache/ozone/pull/7470#discussion_r1853659578
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/OzoneManagerProtocolClientSideTranslatorPB.java:
##########
@@ -264,8 +264,8 @@ public final class
OzoneManagerProtocolClientSideTranslatorPB
= new ThreadLocal<>();
private boolean s3AuthCheck;
- public static final int BLOCK_ALLOCATION_RETRY_COUNT = 5;
- public static final int BLOCK_ALLOCATION_RETRY_WAIT_TIME_MS = 3000;
+ public static final int BLOCK_ALLOCATION_RETRY_COUNT = 15;
+ public static final int BLOCK_ALLOCATION_RETRY_WAIT_TIME_MS = 5000;
Review Comment:
need have wait for 1 sec and retry for 90 times
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]