priyeshkaratha commented on code in PR #9326:
URL: https://github.com/apache/ozone/pull/9326#discussion_r2546968833
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/ReconUtils.java:
##########
@@ -93,6 +104,13 @@ public class ReconUtils {
private static Logger log = LoggerFactory.getLogger(
ReconUtils.class);
+
+ private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper();
+ private static CloseableHttpClient httpClient;
+ private static final int MAX_CONNECTIONS_PER_ROUTE = 20;
+ private static final int MAX_TOTAL_CONNECTIONS = 100;
+ private static final int CONNECTION_TIMEOUT_MS = 5000;
+ private static final int SOCKET_TIMEOUT_MS = 10000;
Review Comment:
Removed few of the configs and added others in config too.
--
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]