[
https://issues.apache.org/jira/browse/HBASE-29568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18034277#comment-18034277
]
Deep Golani commented on HBASE-29568:
-------------------------------------
[~wchevreuil]
I've implemented the grace period logic discussed in this ticket. Here's the
draft PR for review:
[https://github.com/apache/hbase/pull/7425]
Could you please check if the approach looks good? If so, I’ll add the test
cases, follow the standard format, and raise a formal PR.
> Allow for a configurable "grace period" when using Time Based Priority
> ----------------------------------------------------------------------
>
> Key: HBASE-29568
> URL: https://issues.apache.org/jira/browse/HBASE-29568
> Project: HBase
> Issue Type: Sub-task
> Reporter: Wellington Chevreuil
> Priority: Major
> Labels: pull-request-available
>
> This aims to introduce a "grace period" functionality in the bucket cache
> time based priority feature, allowing blocks for the given CF marked for
> grace period to have its age ignored by the time priority logic.
> The use case here is that "cold" data may have to be accessed rarely, by some
> batch jobs, so that in these rare job runs, it can be temporarily placed in
> the cache, then de-prioritised again.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)