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

2022-08-23 Thread Huaxiang Sun (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-27129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Huaxiang Sun updated HBASE-27129:
-
Fix Version/s: (was: 2.4.14)

> 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
>
>
> 
> hbase.hregion.block.storage.policy
> HOT|ALL_SSD|...
>   
> With this config, we can set region-level storage policies.
>  
> We have this config about CF storage policy:
> {code:java}
>  
> hbase.hstore.block.storage.policy
> ALL_SSD
>   
> {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)


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

2022-08-21 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-27129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang updated HBASE-27129:
--
Component/s: regionserver

> 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
>
>
> 
> hbase.hregion.block.storage.policy
> HOT|ALL_SSD|...
>   
> With this config, we can set region-level storage policies.
>  
> We have this config about CF storage policy:
> {code:java}
>  
> hbase.hstore.block.storage.policy
> ALL_SSD
>   
> {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)