xianjingfeng opened a new issue, #1684:
URL: https://github.com/apache/incubator-uniffle/issues/1684

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the 
[issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What would you like to be improved?
   
   In our production cluster, we found that although the amount of shuffle data 
did not change much, the amount of writing to HDFS continued to increase every 
day. The main reason is that currently we determine whether the local disk is 
writable based on metadata. 
   Related to #1678 #1247
   
   <img width="1115" alt="image" 
src="https://github.com/apache/incubator-uniffle/assets/11752250/fb4cda16-5cc3-41a9-8550-95378e083720";>
   
   <img width="1126" alt="image" 
src="https://github.com/apache/incubator-uniffle/assets/11752250/24d5312a-dd39-4b99-8c78-71fc1294534f";>
   
   
   ### How should we improve?
   
   Add a switch to skip determine whether it is writable by using the disk size 
in metaData.
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


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