klsince commented on code in PR #13280:
URL: https://github.com/apache/pinot/pull/13280#discussion_r1621459039


##########
pinot-server/src/main/java/org/apache/pinot/server/api/resources/TablesResource.java:
##########
@@ -122,6 +122,7 @@ public class TablesResource {
   private static final Logger LOGGER = 
LoggerFactory.getLogger(TablesResource.class);
   private static final String PEER_SEGMENT_DOWNLOAD_DIR = 
"peerSegmentDownloadDir";
   private static final String SEGMENT_UPLOAD_DIR = "segmentUploadDir";
+  private static final int MAX_NUMBER_OF_SEGMENTS_TO_LOG_FOR_MISSING_SNAPSHOT 
= 10;

Review Comment:
   this can be removed as not used any more



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