tarepanda1024 opened a new issue #6898:
URL: https://github.com/apache/incubator-doris/issues/6898


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Version
   
   the master branch
   
   ### What's Wrong?
   
   Calc capacityCoefficient mistake.
   
   
![image](https://user-images.githubusercontent.com/23069203/138205769-6045779a-f8e7-4442-926c-b381dc87f323.png)
   
![image](https://user-images.githubusercontent.com/23069203/138205793-3b247e5e-bdb1-444b-ad61-3d17d5b42c6b.png)
   
   The capacityCoefficient will affect tablet distribution ,so need use the 
total used disk space to calc the value, not only doris used space.
   
   
capacityCoefficient参数会影响到tablet的分布,感觉应该用磁盘总的使用量来计算,而不仅仅使用doris本身使用的空间来计算。比如一块磁盘总的空间为4T,其它程序使用了3T,doris使用了300M,应该使用3T来计算capacityCoefficient,而不是使用300M来计算capacityCoefficient。
   
   
   ### What You Expected?
   
   Use total used disk space to calc  capacityCoefficient.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to