Search before asking
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?
Search before asking
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?