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 2019/03/19 20:35:21 UTC

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1034: Fix #933 RuntimeException while stopping Accumulo

ctubbsii commented on a change in pull request #1034: Fix #933 RuntimeException while stopping Accumulo
URL: https://github.com/apache/accumulo/pull/1034#discussion_r267085388
 
 

 ##########
 File path: start/src/main/java/org/apache/accumulo/start/classloader/vfs/AccumuloVFSClassLoader.java
 ##########
 @@ -270,6 +270,8 @@ public static FileSystemManager generateVfs() throws FileSystemException {
     vfs.addProvider("tbz2", new org.apache.commons.vfs2.provider.tar.TarFileProvider());
     vfs.addProvider("tgz", new org.apache.commons.vfs2.provider.tar.TarFileProvider());
     vfs.addProvider("bz2", new org.apache.commons.vfs2.provider.bzip2.Bzip2FileProvider());
+    vfs.addProvider("files-cache",
+        new org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider());
 
 Review comment:
   Interesting. I wonder if this is just an upstream bug. It seems weird that we'd need to add this provider at all. Perhaps this was fixed in 2.3?

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


With regards,
Apache Git Services