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: [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]