You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (Jira)" <ji...@apache.org> on 2020/05/15 12:34:00 UTC

[jira] [Commented] (HBASE-24378) DateTiered Compaction should disallow 'hbase.rs.cachecompactedblocksonwrite' if the compacted file is from older window

    [ https://issues.apache.org/jira/browse/HBASE-24378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17108234#comment-17108234 ] 

Anoop Sam John commented on HBASE-24378:
----------------------------------------

We have another size based config to decide whether to cache the compacted data or not right?  So what u suggest is a new boolean config (applicable for DTC) and if that is false, we will never cache compacted file data on write. If that is true, we will consider it for caching but the size check again will happen.  Am I correct?

> DateTiered Compaction should disallow 'hbase.rs.cachecompactedblocksonwrite' if the compacted file is from older window
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-24378
>                 URL: https://issues.apache.org/jira/browse/HBASE-24378
>             Project: HBase
>          Issue Type: Bug
>          Components: Compaction
>    Affects Versions: 3.0.0-alpha-1
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>            Priority: Major
>
> This issue is related to https://issues.apache.org/jira/browse/HBASE-23066.
> In Date tiered compaction once we move to old window - we should ideally not cache the resultant file because generally those files are not read (as it is not the window of our interest). We can provide a switch to either turn it ON or OFF. Preferrably for Data tiered compaction this switch should be OFF.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)