Jackie-Jiang commented on code in PR #16255: URL: https://github.com/apache/pinot/pull/16255#discussion_r2178541348
########## pinot-controller/src/main/java/org/apache/pinot/controller/validation/UtilizationChecker.java: ########## @@ -55,4 +56,11 @@ enum CheckPurpose { // TASK_GENERATION if the check is performed from the task generation framework to pause creation of new tasks REALTIME_INGESTION, TASK_GENERATION } + + enum CheckResult { Review Comment: Consider using `PASS`, `FAIL` and `UNDETERMINED`? IMO `STALE` is not a property associated with checker, but server stats -- 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