You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/06/03 20:02:50 UTC

[GitHub] [accumulo] milleruntime commented on issue #1620: Possible loss of parallelism in VolumeImpl

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:
users@infra.apache.org