dlmarion commented on code in PR #3502:
URL: https://github.com/apache/accumulo/pull/3502#discussion_r1232357446


##########
core/src/main/java/org/apache/accumulo/core/metadata/StoredTabletFile.java:
##########
@@ -46,7 +49,7 @@ public class StoredTabletFile extends 
AbstractTabletFile<StoredTabletFile> {
   public StoredTabletFile(String metadataEntry) {
     super(new Path(metadataEntry));
     this.metadataEntry = metadataEntry;

Review Comment:
   `metadataEntry` can be used without `ValidationUtil.validateFileName` being 
called via `getMetaUpdateDelete`. Is that an issue?



-- 
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]

Reply via email to