milleruntime commented on pull request #1917:
URL: https://github.com/apache/accumulo/pull/1917#issuecomment-776221685
Running a modified RFileTest in IntelliJ seems to give me the best
stacktrace. The command line surefire report doesn't have the full stacktrace.
<pre>
java.lang.IllegalArgumentException: File type txt not supported
at
org.apache.accumulo.core.file.DispatchingFileFactory.findFileFactory(DispatchingFileFactory.java:53)
at
org.apache.accumulo.core.file.DispatchingFileFactory.openWriter(DispatchingFileFactory.java:78)
at
org.apache.accumulo.core.file.FileOperations$OpenWriterOperation.build(FileOperations.java:353)
at
org.apache.accumulo.core.client.rfile.RFileWriterBuilder.build(RFileWriterBuilder.java:100)
at
org.apache.accumulo.core.client.rfile.RFileTest.testSampling(RFileTest.java:446)
</pre>
----------------------------------------------------------------
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]