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 2022/06/14 12:27:42 UTC

[GitHub] [accumulo] dlmarion opened a new issue, #2775: User running into VFS-683 with Commons VFS 2.3

dlmarion opened a new issue, #2775:
URL: https://github.com/apache/accumulo/issues/2775

   **Describe the bug**
   The commons-vfs dependency was bumped from 2.1 to 2.3 as part of https://github.com/apache/accumulo/pull/1295. User is reporting running into issue [VFS-683](https://issues.apache.org/jira/projects/VFS/issues/VFS-683) with this updated commons-vfs dependency and rolling back the deployed commons-vfs jar to 2.1 resolves the issue.
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
   rel/1.10.0
   rel/1.10.1
   rel/1.10.2
   rel/2.0.0
   rel/2.0.1
   
   The version of commons-vfs in `main` is 2.9.0, not sure if that version presents the same issue. Based on the comments in VFS-683, my guess is that it does still have the issue.
   


-- 
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: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion closed issue #2775: User running into VFS-683 with Commons VFS 2.3

Posted by GitBox <gi...@apache.org>.
dlmarion closed issue #2775: User running into VFS-683 with Commons VFS 2.3
URL: https://github.com/apache/accumulo/issues/2775


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] milleruntime commented on issue #2775: User running into VFS-683 with Commons VFS 2.3

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #2775:
URL: https://github.com/apache/accumulo/issues/2775#issuecomment-1155139000

   So can we do a 1.10.3 release with the good commons-vfs 2.1 jar? This bug seems nasty enough that we don't want users to have to rebuild Accumulo on their own.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion commented on issue #2775: User running into VFS-683 with Commons VFS 2.3

Posted by GitBox <gi...@apache.org>.
dlmarion commented on issue #2775:
URL: https://github.com/apache/accumulo/issues/2775#issuecomment-1161613487

   Closing based on the discussion. @ctubbsii made a suggestion in another discussion as a way to keep jars in HDFS and not use the VFS classloader. His suggestion was to create a script that copies the jars from HDFS to lib/ext before starting the Accumulo processes. You might be able to use the same script to update the jars on the local filesystem when an updated jar is pushed into HDFS.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] ctubbsii commented on issue #2775: User running into VFS-683 with Commons VFS 2.3

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #2775:
URL: https://github.com/apache/accumulo/issues/2775#issuecomment-1155938228

   > I'm thinking we should move the commons-vfs version back to 2.1 in `main` and https://github.com/apache/accumulo-classloaders. We can move the version back to 2.1 for any future 1.x and 2.0.x releases. Thoughts?
   
   2.1 isn't bug free... every version of VFS has had some kind of seriously annoying bug. I think us chasing the *right* version of VFS to have on the class path is a lost cause. Why not just wait for upstream to patch and release a fixed version we can bump to? If users want a specific VFS version to avoid specific bugs and to tolerate other specific bugs in VFS, they can take some responsibility to manage their own class path to get their preferred bugset.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] rverk commented on issue #2775: User running into VFS-683 with Commons VFS 2.3

Posted by GitBox <gi...@apache.org>.
rverk commented on issue #2775:
URL: https://github.com/apache/accumulo/issues/2775#issuecomment-1277999467

   Pls add this to the Known Issues of 10.2. We had to manually downgrade VFS to fix breaking issues with our iterators not properly loading. Having known this up front would have saved us the trouble.  


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion commented on issue #2775: User running into VFS-683 with Commons VFS 2.3

Posted by GitBox <gi...@apache.org>.
dlmarion commented on issue #2775:
URL: https://github.com/apache/accumulo/issues/2775#issuecomment-1155334357

   I'm thinking we should move the commons-vfs version back to 2.1 in `main` and https://github.com/apache/accumulo-classloaders. We can move the version back to 2.1 for any future 1.x and 2.0.x releases. Thoughts?


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] milleruntime commented on issue #2775: User running into VFS-683 with Commons VFS 2.3

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #2775:
URL: https://github.com/apache/accumulo/issues/2775#issuecomment-1164628473

   > His suggestion was to create a script that copies the jars from HDFS to lib/ext before starting the Accumulo processes. You might be able to use the same script to update the jars on the local filesystem when an updated jar is pushed into HDFS.
   
   We could create a bash script for 1.10.3. We could include it in contrib and mention it in the release notes and readme.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion commented on issue #2775: User running into VFS-683 with Commons VFS 2.3

Posted by GitBox <gi...@apache.org>.
dlmarion commented on issue #2775:
URL: https://github.com/apache/accumulo/issues/2775#issuecomment-1155258470

   The AccumuloVFSClassLoader class in `1.10` has not substantively changed since 2014 according to the git log. My guess is that AccumuloVFSClassLoader is susceptible to the issue in VFS-683, but more recent versions of commons-vfs have increased the probability of it occurring.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion commented on issue #2775: User running into VFS-683 with Commons VFS 2.3

Posted by GitBox <gi...@apache.org>.
dlmarion commented on issue #2775:
URL: https://github.com/apache/accumulo/issues/2775#issuecomment-1397449873

   @ivakegg submitted a [patch](https://github.com/apache/commons-vfs/pull/367) for [VFS-683](https://issues.apache.org/jira/projects/VFS/issues/VFS-683) that should be included in the VFS 2.10 release.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] ctubbsii commented on issue #2775: User running into VFS-683 with Commons VFS 2.3

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #2775:
URL: https://github.com/apache/accumulo/issues/2775#issuecomment-1155180247

   We don't need to do a release for this. It's just a drop-in replacement on their class path. No need to rebuild Accumulo at all. I'd wait for a resolution upstream, bump to that version, then just include it in the next release. In the meantime, can update the release notes for the current version to add a "Known issues" section and link them to the VFS issue for a workaround/solution that works for them.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion commented on issue #2775: User running into VFS-683 with Commons VFS 2.3

Posted by GitBox <gi...@apache.org>.
dlmarion commented on issue #2775:
URL: https://github.com/apache/accumulo/issues/2775#issuecomment-1278032537

   @rverk - Thanks for the feedback. I created https://github.com/apache/accumulo-website/pull/344 for this.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org