[ https://issues.apache.org/jira/browse/HIVE-23197?focusedWorklogId=512255&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-512255 ]
ASF GitHub Bot logged work on HIVE-23197: ----------------------------------------- Author: ASF GitHub Bot Created on: 16/Nov/20 10:30 Start Date: 16/Nov/20 10:30 Worklog Time Spent: 10m Work Description: pvary commented on a change in pull request #1675: URL: https://github.com/apache/hive/pull/1675#discussion_r524090949 ########## File path: llap-server/src/java/org/apache/hadoop/hive/llap/cache/LowLevelLrfuCachePolicy.java ########## @@ -147,7 +152,9 @@ public void notifyLock(LlapCacheableBuffer buffer) { @Override public void notifyUnlock(LlapCacheableBuffer buffer) { - + if (proactiveEvictionEnabled) { Review comment: Why is this? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 512255) Time Spent: 20m (was: 10m) > Implement selective purge for LRFU > ---------------------------------- > > Key: HIVE-23197 > URL: https://issues.apache.org/jira/browse/HIVE-23197 > Project: Hive > Issue Type: Sub-task > Reporter: Ádám Szita > Assignee: Ádám Szita > Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > Add eviction functionality parts of proactive caching on daemon side. Cache > policies that want to support proactive eviction will have to implement a > selective kind of purging, where only the buffers that were marked for > proactive eviction get removed from the policy's data structure and get > deallocated from the cache itself. -- This message was sent by Atlassian Jira (v8.3.4#803005)