[
https://issues.apache.org/jira/browse/HIVE-24341?focusedWorklogId=511322&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-511322
]
ASF GitHub Bot logged work on HIVE-24341:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Nov/20 12:02
Start Date: 13/Nov/20 12:02
Worklog Time Spent: 10m
Work Description: szlta commented on a change in pull request #1665:
URL: https://github.com/apache/hive/pull/1665#discussion_r522907503
##########
File path:
llap-server/src/java/org/apache/hadoop/hive/llap/cache/EvictionListener.java
##########
@@ -20,4 +20,5 @@
public interface EvictionListener {
void notifyEvicted(LlapCacheableBuffer buffer);
+ void notifyEvictedBytes(long size);
Review comment:
Good point, reworked in follow-up commit as discussed offline.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 511322)
Time Spent: 1h 20m (was: 1h 10m)
> Sweep phase for proactive cache eviction
> ----------------------------------------
>
> Key: HIVE-24341
> URL: https://issues.apache.org/jira/browse/HIVE-24341
> Project: Hive
> Issue Type: Sub-task
> Reporter: Ádám Szita
> Assignee: Ádám Szita
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)