gavinchou opened a new pull request, #67175: URL: https://github.com/apache/doris/pull/67175
### What problem does this PR solve? Related PR: #66598 This PR is based on #66598. Compaction input rowset recycling still issues a delete-bitmap range clear, which can add FoundationDB clear-range pressure. ### What is changed? - Temporarily disable the delete-bitmap range removal when recycling compaction input rowsets. - Log the skipped half-open range with both boundaries encoded by hex(), together with tablet and rowset context. ### Test - sh run-cloud-ut.sh --run --fdb fdb_cluster0:[email protected]:4500 --filter meta_service_test:MetaServiceJobTest.CompactionJobTest - Result: 1 test passed. -- 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]
