rawlinp edited a comment on issue #3687: URL: https://github.com/apache/trafficcontrol/issues/3687#issuecomment-766994489
Currently, we check `ONLINE/REPORTED/ADMIN_DOWN` caches specifically and ignore all other statuses. I think including `ADMIN_DOWN` is by design, because `ADMIN_DOWN` caches should probably still be able to run ORT. If the cache can't run ORT, it is more likely `OFFLINE` than `ADMIN_DOWN`. If there are "stuck" `ADMIN_DOWN` caches causing revalidations to not propagate, then they should likely be `OFFLINE` instead. We wouldn't want to set an `ADMIN_DOWN` cache back to `REPORTED` without the cache having processed all the revalidations yet, so for that reason we should probably continue to include `ADMIN_DOWN` caches in `parent_reval_pending/parent_pending`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
