timsants commented on code in PR #8509:
URL: https://github.com/apache/pinot/pull/8509#discussion_r847965981


##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##########
@@ -1448,7 +1449,14 @@ public void addTable(TableConfig tableConfig)
          * We also need to support the case when a high-level consumer already 
exists for a table and we are adding
          * the low-level consumers.
          */
-        ensureRealtimeClusterIsSetUp(tableConfig);
+        try {

Review Comment:
   Increased the try-catch to the offline table creation



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