You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/09 23:44:01 UTC

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #9372: skip late cron job with max allowed delay

Jackie-Jiang commented on code in PR #9372:
URL: https://github.com/apache/pinot/pull/9372#discussion_r967542215


##########
pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java:
##########
@@ -654,6 +657,14 @@ public void setDeletedSegmentsRetentionInDays(int retentionInDays) {
     setProperty(DELETED_SEGMENTS_RETENTION_IN_DAYS, retentionInDays);
   }
 
+  public boolean getSkipLateCronSchedule() {

Review Comment:
   (minor)
   ```suggestion
     public boolean isSkipLateCronSchedule() {
   ```



-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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