WingsGo opened a new issue #2954: [Proposal]Support config default 
storage_medium and default storage_cooldown_time
URL: https://github.com/apache/incubator-doris/issues/2954
 
 
   **Is your feature request related to a problem? Please describe.**
   Doris support choose medium when create table, and the cluster balance 
strategy is dependent between different storage medium, and most use will not 
specify the storage medium when create table, event they kown that they should 
choose a storage medium, they have no idea about the cluster's storage medium, 
so, I think we should make storage_medium and storage_cooldown_time 
configurable, and this should be the admin's responsibility.
   
   For Example, if the cluster's storage medium is HDD, but we need to change 
part of machines to SSD, if we change the machine, the tablets before change is 
stored in HDD and they can't find a dest path to migrate, and user will create 
table as usual, it will make all tablets stored in old machines and the new 
machines will only store a little tablets.Without this config the only way is 
admin need to traverse all partitions in cluster and change the property of 
storage_medium, it will increase operational and maintenance costs。
   
   **Describe the solution you'd like**
   1. make storage medium and storage_cooldown_time configurable for root user. 
I will create a PR for this solution.
   2. support a interface in FE to change the storage medium for database level.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to