chihsuan commented on PR #10795: URL: https://github.com/apache/ozone/pull/10795#issuecomment-5092943932
While working on the batching change, I found two pre-existing bugs in the scan pipeline. - the producer can block forever if all workers die - an interrupted scan can report partial counts as a successful repair I filed HDDS-15997 to fix them first in a separate PR, since the MPU scan makes them easier to hit. Putting this PR on hold until HDDS-15997 is merged, then I'll rebase it to keep only the MPU counting. -- 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]
