droudnitsky commented on PR #7764: URL: https://github.com/apache/hbase/pull/7764#issuecomment-3919000100
#7765 is a stress test which creates multiple StoreFiles with ROWCOL bloom filters and small block sizes, then runs concurrent scans while a background thread continuously writes, flushes, and triggers minor compactions. The combination of bloom filter fake cell optimization, multiple StoreFiles, and concurrent flush/scan interleaving triggers the backward jump that the buggy check fails to catch and reliably reproduces the issue when the fix is not applied. Hoping to get some opinions on whether its appropriate to commit this style of longer running stress test which only validates that an exception does not get thrown in the course of the stress test -- 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]
