F64116045 commented on PR #11199: URL: https://github.com/apache/ozone/pull/11199#issuecomment-5529265145
Thanks @sodonnel for the suggestion! I agree this would fit better in the existing health-check chain, especially if it may trigger an action later. The handler can also record the result in `ReplicationManagerReport`. One detail with placing the handler at the end is that the current chain stops once a handler handles a container. For example, if `RatisReplicationCheckHandler` handles it as under or over replicated, the checksum handler would be skipped for that scan. This means the checksum check would only run after those replication issues no longer apply. Just want to confirm does that match the intended behavior? -- 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]
