mcvsubbu commented on a change in pull request #7957:
URL: https://github.com/apache/pinot/pull/7957#discussion_r775069026



##########
File path: 
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentUploadDownloadRestletResource.java
##########
@@ -308,7 +308,7 @@ private SuccessResponse uploadSegment(@Nullable String 
tableName, TableType tabl
       throw e;
     } catch (Exception e) {
       
_controllerMetrics.addMeteredGlobalValue(ControllerMeter.CONTROLLER_SEGMENT_UPLOAD_ERROR,
 1L);
-      throw new ControllerApplicationException(LOGGER, "Caught internal server 
exception while uploading segment",
+      throw new ControllerApplicationException(LOGGER, "Exception while 
uploading segment:" + e.getMessage(),

Review comment:
       Done




-- 
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: commits-unsubscr...@pinot.apache.org

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