You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2022/08/22 17:26:00 UTC

[jira] [Commented] (HBASE-27129) Add a config that allows us to configure region-level storage policies

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

Hudson commented on HBASE-27129:
--------------------------------

Results for branch branch-2.5
	[build #192 on builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/192/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/192/General_20Nightly_20Build_20Report/]


(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/192/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/192/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/192/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> Add a config that allows us to configure region-level storage policies
> ----------------------------------------------------------------------
>
>                 Key: HBASE-27129
>                 URL: https://issues.apache.org/jira/browse/HBASE-27129
>             Project: HBase
>          Issue Type: New Feature
>          Components: regionserver
>            Reporter: tianhang tang
>            Assignee: tianhang tang
>            Priority: Major
>             Fix For: 2.5.0, 3.0.0-alpha-4, 2.4.14
>
>
> <property>
>     <name>hbase.hregion.block.storage.policy</name>
>     <value>HOT|ALL_SSD|...</value>
>   </property>
> With this config, we can set region-level storage policies.
>  
> We have this config about CF storage policy:
> {code:java}
>  <property>
>     <name>hbase.hstore.block.storage.policy</name>
>     <value>ALL_SSD</value>
>   </property>
> {code}
> But in addition to CF, we also have some other path under region path, such like .splits, 
> recovered.edits, .tmp .
> So i want to add a region-level config which could cover the whole path, and if you have any other requirements for the cf directory, you can continue to use the previous hbase.hstore.block.storage.policy to specify them separately.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)