lebron-hj opened a new issue, #7664:
URL: https://github.com/apache/paimon/issues/7664

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Paimon version
   
   After paimon is configured with write-buffer-spillable=true, for 
write-buffer-spill.max-disk-size, the default implementation is IOManagerImpl. 
During the process of writing to the paimon table, is the spill folder 
generated under tempDirs not cleaned up
   
   ### Compute Engine
   
   JavaAPI
   
   ### Minimal reproduce step
   
   1、create writer:
   IOManager ioManager = IOManager.create(splitPaths(tmpDirs));
   return (StreamTableWrite) writeBuilder.newWrite().withIOManager(ioManager);
   2、writer.close
   3、look tmpDirs
   
   ### What doesn't meet your expectations?
   
   tmpDirs exists Expired and useless directories
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm 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]

Reply via email to