adoroszlai commented on PR #10645: URL: https://github.com/apache/ozone/pull/10645#issuecomment-4881052095
Unfortunately the fix Note the test may still [fail](https://github.com/apache/ozone/actions/runs/28696666532/job/85108143965#step:13:636): ``` om1-1 | 2026-07-04 06:10:04,819 [ForkJoinPool.commonPool-worker-2] INFO om.OzoneManager: Compaction request for column family "fileTable" completed successfully. ... om1-1 | 2026-07-04 06:10:07,750 [ForkJoinPool.commonPool-worker-2] INFO om.OzoneManager: Compaction request for column family "deletedTable" completed successfully. ... om1-1 | 2026-07-04 06:10:10,300 [ForkJoinPool.commonPool-worker-2] INFO om.OzoneManager: Compaction request for column family "deletedDirectoryTable" completed successfully. ... OM DB size should be reduced after compaction. Before: 63892, After: 102187 ERROR: Test execution of ozonesecure-ha/test-repair-tools.sh is FAILED!!!! ``` -- 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]
