Tejaskriya opened a new pull request, #8442: URL: https://github.com/apache/ozone/pull/8442
## What changes were proposed in this pull request? Currently on demand scanning does a full check (data and metadata) of closed containers only. Data scan of blocks can only be done on closed containers, but metadata scan can be done on open containers. When an open container is queued for on-demand scanning, the scanner should do a metadata scan instead of ignoring it. This PR introduces metadata scan for open containers as well. ## What is the link to the Apache JIRA [HDDS-8781](https://issues.apache.org/jira/browse/HDDS-8781) ## How was this patch tested? Updated existing unit and integration tests -- 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]
