sarvekshayr opened a new pull request, #8859: URL: https://github.com/apache/ozone/pull/8859
## What changes were proposed in this pull request? The intermittent failure was caused by `sst` files not being generated immediately after creating a large number of keys. This is resolved by restarting the OM container after key creation, which forces a flush and triggers `sst` file generation. Additionally, reduced the number of keys to be created, as the OM restart ensures `sst` files are created even with fewer keys. ``` Testing OM DB Size Reduction After Compaction | FAIL | '' cannot be converted to an integer: ValueError: invalid literal for int() with base 10: '' ``` ## What is the link to the Apache JIRA [HDDS-13499](https://issues.apache.org/jira/browse/HDDS-13499) ## How was this patch tested? CI: https://github.com/sarvekshayr/ozone/actions/runs/16491234553/job/46627566391#step:13:467 -- 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]
