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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to