cshannon commented on PR #3549: URL: https://github.com/apache/accumulo/pull/3549#issuecomment-1614560779
So this actually merged pretty easily as the creation of the Path is still in StoredTabletFile and wasn't moved to AbstractTabletFile. The only thing I noticed when going through the different implementations to check for Path creation was that ScanServerRefTabletFile [creates](https://github.com/apache/accumulo/blob/5174be131aa3818c5fe7c7f310fd1130ffef08dc/core/src/main/java/org/apache/accumulo/core/metadata/ScanServerRefTabletFile.java#L35) a Path as well so I am wondering if this change should be made there too. -- 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]
