Closed michaeldinzinger closed 1 year ago
Within this implementation, in case the ignite.purge
flag is set and the directory cannot be create or cleaned, a RuntimeException is thrown. Before it was only a Error log. However, it appears to me when you set the ignite.purge
flag, you expect the corresponding directories to be clean. If they are not clean, you will just run in some unexpected, incomprehensible behavior afterwards. So I put the RuntimeException to be sure, but it can also be substituted by the previous Error message again
Perfect, thanks @michaeldinzinger
Signed-off-by: Michael Dinzinger michael.dinzinger@uni-passau.de
Thanks for contributing to URL Frontier, your efforts are appreciated!
Developer Certificate of Origin
By contributing to URL Frontier, you accept and agree to the following terms and conditions (the Developer Certificate of Origin) for your present and future contributions submitted to URL Frontier. Please refer to the Developer Certificate of Origin section in
CONTRIBUTING.md
for details.Before opening a PR, please check that:
Thanks!