milleruntime commented on issue #1620: URL: https://github.com/apache/accumulo/issues/1620#issuecomment-638431550
It could also be that Hadoop is returning the same object either way since it caches FileSystem objects on the static FileSystem get(uri, conf) call. Sorry can't find a link to the source code in Hadoop :roll_eyes: The code I am looking at will always return this: ```return CACHE.get(uri, conf);``` ---------------------------------------------------------------- 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]
