alexeykudinkin opened a new pull request, #6782:
URL: https://github.com/apache/hudi/pull/6782

   ### Change Logs
   
   Currently, `HoodieMetadataLogRecordReader` is flushing cache for every 
lookup it's doing, which led to multiple occasions of poor performance as MT 
had to be re-scanned over and over again, even though nothing really changed.
   
   This PR rectifies that, additionally 
   
    - Making sure `LogRecordScanner` is not extended for MT (there's no reason 
for that, instead its configuration is simply expanded to accommodate for MT 
use-case)
    - Refining and cleaning up the API provided `HoodieMetadataLogRecordReader` 
    - Avoiding unnecessary locking
   
   ### Impact
   
   **Risk level: Low
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI 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]

Reply via email to