Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extremely slow archiving when changing between plexus-io 2.6 and 2.6.1 #16

Closed
Classe opened this issue Nov 16, 2018 · 4 comments
Closed
Milestone

Comments

@Classe
Copy link
Contributor

Classe commented Nov 16, 2018

Please see codehaus-plexus/plexus-archiver#105

@Classe
Copy link
Contributor Author

Classe commented Nov 19, 2018

I've found the issue, its somewhat the group and owner cache that isn't working as expected.
Files.readAttributes( path, "unix:*", LinkOption.NOFOLLOW_LINKS );
This fetches group name and owner name directly. So that cache doesn't make sense.
I've made a patch which only fetches "unix:permissions,gid,uid,isSymbolicLink".
And if gid/uid not in cache it fetches "group" and "owner".

@Classe
Copy link
Contributor Author

Classe commented Dec 6, 2018

Would it be possible to do a release of this soon? 👍

@olamy
Copy link
Member

olamy commented Dec 6, 2018

@Classe sounds definitely a good idea! @plamentotev let me know if you do not have the bandwidth and I can help. Otherwise ship it!! :)

@plamentotev
Copy link
Member

plamentotev commented Dec 6, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants