gianm commented on issue #7505: Auto compaction tasks leaks disk space in case of failure URL: https://github.com/apache/incubator-druid/issues/7505#issuecomment-484557153 Hmm, it seems like a bug in the indexing task. Each task has a working directory that it's supposed to use for temporary data, and which will get cleaned up if the task fails. Did you see what kind of data shows up in java.io.tmpdir? Should help give a clue as to what's generating it - and then that could be moved to the task working directory.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
