WingsGo edited a comment on issue #3402: URL: https://github.com/apache/incubator-doris/issues/3402#issuecomment-621145565
Hi, @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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org