mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
e0eb85ace7
* Add FileUtils.createTempDir() and enforce its usage. The purpose of this is to improve error messages. Previously, the error message on a nonexistent or unwritable temp directory would be "Failed to create directory within 10,000 attempts". * Further updates. * Another update. * Remove commons-io from benchmark. * Fix tests.