jhungund opened a new pull request, #5832:
URL: https://github.com/apache/hbase/pull/5832

   The time-based priority eviction policy relies on the presence of path in
   the BlockCacheKey to fetch the required metadata to check data hotness and
   decide whether or not to retain the block in the bucket cache.
   
   Hence, the constructor of BlockCacheKey is adjusted to take the file path
   as the input parameter. The code paths that create the blockCacheKey and
   also the unit tests need to be adjusted to pass the path instead of file 
name.


-- 
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