rangareddy commented on issue #16588: URL: https://github.com/apache/hudi/issues/16588#issuecomment-5434686941
This issue was reviewed as part of the JIRA-migrated backlog triage (HUDI-8114). **Findings: not done.** There is no in-memory cache in `hudi-common/src/main/java/org/apache/hudi/common/util/collection/ExternalSpillableMap.java`. **#16600 (HUDI-8165) asks for the LRU eviction strategy for exactly this cache** - the two are halves of one change and should be done together, since a cache without an eviction policy is what the disk-backed map exists to avoid. Also touching this class: #16782 (`values()` materialises everything) and #16916 (thread safety; already partially synchronised at `:111`). -- 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]
