milleruntime commented on PR #2767:
URL: https://github.com/apache/accumulo/pull/2767#issuecomment-1162196343
@keith-turner So there are a lot of tests that would need to be changed to
satisfy the new validation method:
<pre>
java.lang.IllegalArgumentException: Provided filename (file1) does not end
with '.rf' or '_tmp'
at
org.apache.accumulo.core.metadata.ValidationUtil.validateRFileName(ValidationUtil.java:57)
</pre>
Do you think users could be using files without the *.rf extension in
production? I am wondering if this method should only be called on the RFile
API?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]