dlmarion commented on PR #3501: URL: https://github.com/apache/accumulo/pull/3501#issuecomment-1599376837
https://github.com/apache/accumulo/blob/b759a14912b13bade86660c8ba266aec192ab82d/core/src/main/java/org/apache/accumulo/core/metadata/TabletFile.java#L61-L78 Seems like we could just change the validation code to operate on the `metaPath` constructor argument differently. Maybe instead of calling `Path.getParent()`, just use `metaPath.toURI()` and parse the path? -- 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]
