shounakmk219 commented on code in PR #14395:
URL: https://github.com/apache/pinot/pull/14395#discussion_r1832016375


##########
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTenantRestletResource.java:
##########
@@ -369,8 +369,8 @@ private void 
persistInstancePartitionsHelper(InstancePartitions instancePartitio
       
InstancePartitionsUtils.persistInstancePartitions(_pinotHelixResourceManager.getPropertyStore(),
           instancePartitions);
     } catch (Exception e) {
-      throw new ControllerApplicationException(LOGGER, "Caught Exception while 
persisting the instance partitions",
-          Response.Status.INTERNAL_SERVER_ERROR, e);

Review Comment:
   Ah good catch, will fix it!



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