sarvekshayr commented on PR #10419: URL: https://github.com/apache/ozone/pull/10419#issuecomment-4667220731
Failed [acceptance (tools)](https://github.com/apache/ozone/actions/runs/27255058625/job/80489136026?pr=10419) CI - `CompactOMDB` defaults to `kSkip` which does not reduce the OM DB size in this test. https://github.com/apache/ozone/pull/10428 should fix this test by passing the compaction type as `kForce` and be merged first. ``` Compact OM DB Column Family [Arguments] ${column_family} Execute ozone repair om compact --cf=${column_family} --service-id ${OM_SERVICE_ID} --node-id om1 --blc kForce ``` -- 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]
