Description
Found this as a result of some checks I added to the ITs which findbugs hinted at. We weren't checking the return value from mkdir (and other file operations). It turns out that mkdir was failing when we created the "-ssl" directories, because the parent directory didn't exist.
Upon further investigation, I noticed that the directories under which it was trying to create them was based on the name of the wrong class.
Attachments
Issue Links
- is related to
-
ACCUMULO-3643 Find more bugs with findbugs
- Resolved