You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2018/11/20 00:05:45 UTC

[GitHub] jenniferdai commented on a change in pull request #3516: Deleting extra check for deletedDir during retention

jenniferdai commented on a change in pull request #3516: Deleting extra check for deletedDir during retention
URL: https://github.com/apache/incubator-pinot/pull/3516#discussion_r234827834
 
 

 ##########
 File path: pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/SegmentDeletionManager.java
 ##########
 @@ -203,13 +203,6 @@ protected void removeSegmentFromStore(String tableNameWithType, String segmentId
    */
   public void removeAgedDeletedSegments(int retentionInDays) {
 
 Review comment:
        There's a log in the caller of the method. LOGGER.info("Removing aged (more than {} days) deleted segments for all tables", _deletedSegmentsRetentionInDays);
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pinot.apache.org
For additional commands, e-mail: dev-help@pinot.apache.org