adoroszlai commented on PR #10645: URL: https://github.com/apache/ozone/pull/10645#issuecomment-4873899528
> curious like in which case it can grow rather than reducing after compaction? I had no idea, but `ozone repair om compact` says that compaction is async: https://github.com/apache/ozone/blob/a4aeff75f6cbb13537ba6a48fe33fd18c6d4ff93/hadoop-ozone/cli-repair/src/main/java/org/apache/hadoop/ozone/repair/om/CompactOMDB.java#L37-L38 So this is a test bug. We should wait before checking DB size again until OM log indicates that compaction has completed (for all 3 requests). I'll try to tweak the test for that. -- 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]
