fx19880617 commented on a change in pull request #6762:
URL: https://github.com/apache/incubator-pinot/pull/6762#discussion_r610188601



##########
File path: 
pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/QuickstartRunner.java
##########
@@ -204,11 +209,30 @@ public void createBrokerTenantWith(int number, String 
tenantName)
 
   public void bootstrapTable()
       throws Exception {
-    for (QuickstartTableRequest request : _tableRequests) {
-      if (!new BootstrapTableTool("http", 
InetAddress.getLocalHost().getHostName(), _controllerPorts.get(0),
-          request.getBootstrapTableDir(), _authToken).execute()) {
-        throw new RuntimeException("Failed to bootstrap table with request - " 
+ request);
+    ExecutorService executorService = Executors.newCachedThreadPool();

Review comment:
       I'm trying to find where the stuck comes from.
   If a client-side issue, then retry will help.
   Otherwise, it's a controller HTTP server-side issue, we need to fix it.
   GithubAction gives 2 cpu and 7GB ram, so I feel it should be enough for 
quickstart.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to