Ted-Jiang opened a new issue #1662:
URL: https://github.com/apache/arrow-datafusion/issues/1662


   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   We need to check whether the states saved in the sled is consumed by UI or 
not.
   if not consumed by UI, we can clean the job/task data when the SQL is 
finished.
   
   If they are consumed by UI, we can choose either LRU based policy like Spark 
or time based eviction policy.
   
   Regarding shuffle files, we also need to implement a way to clean them. This 
is a little bit complex because we need to clean up the files on all the hosts. 
We might need to add new RPCs.
   
   


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


Reply via email to