ctubbsii commented on pull request #1786: URL: https://github.com/apache/accumulo/pull/1786#issuecomment-730495743
@dlmarion This change seems to have caused a regression. VolumeIT is failing, seemingly due to something related to SetGoalState. I am not sure exactly what is broken, but it could be the use of `FileReader` for arguments passed in as URLs. Some test files may be stored in jars, and my suspicion is that you cannot do `url.toFile()` for these. I'm also seeing errors reading Metrics configuration files, likely due to the same reason, because the config properties are probably contained in a jar, and we need to have a Reader that uses the URL directly, rather than call `toFile()`. This is only a theory at this point. ---------------------------------------------------------------- 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]
