snleee commented on code in PR #12275:
URL: https://github.com/apache/pinot/pull/12275#discussion_r1457042853


##########
pinot-controller/src/main/java/org/apache/pinot/controller/util/ServerSegmentMetadataReader.java:
##########
@@ -47,6 +61,11 @@ public class ServerSegmentMetadataReader {
   private final Executor _executor;
   private final HttpClientConnectionManager _connectionManager;
 
+  public ServerSegmentMetadataReader() {
+    _executor = Executors.newFixedThreadPool(1);

Review Comment:
   oh good catch. I put 1 while testing it out and left it over. For now, I 
changed it to `numAvailableProcessor`



-- 
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]

Reply via email to