You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/29 11:44:19 UTC

[GitHub] [incubator-doris] WingsGo edited a comment on issue #3402: Can we give user a error msg when they create a olap table with medium which is not exists in cluster?

WingsGo edited a comment on issue #3402:
URL: https://github.com/apache/incubator-doris/issues/3402#issuecomment-621145565


   @morningman I found that CheckDataSizeQuota will only check by logic but not check by real disk usage.I have some questions:
   1. One solution is get real disk space avaliable group by storage medium, and check is there are avaliable space for specify storage medium  when create or alter table/partition, But the solution has a problem that it may cannot constrain the existing partition, so, we should separate the FE's High Watermark into two aspect, for example hdd_storage_high_watermark_usage_percent && ssd_storage_high_watermark_usage_percent?
   2. should we refacor the checkDataSizeQuota logic  to limit the quota by real usage?


----------------------------------------------------------------
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:
users@infra.apache.org



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