We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Alluxio Version: v307
Describe the bug alluxio-fuse metadata cache does not update after chmod/chown, and access it gets outdated info.
To Reproduce
configuration
alluxio.dora.enabled=false alluxio.fuse.auth.policy.class=alluxio.fuse.auth.SystemUserGroupAuthPolicy
mount
$ ./dora/integration/fuse/bin/alluxio-fuse mount file:///.../local-store /mnt/fuse
chmod and check
root@:/mnt/fuse# touch test_chmod root@:/mnt/fuse# ll test_chmod -rw-r--r-- 1 root root 0 Feb 20 08:20 test_chmod root@:/mnt/fuse# chmod 400 test_chmod root@:/mnt/fuse# ll test_chmod -rw-r--r-- 1 root root 0 Feb 20 08:20 test_chmod
Expected behavior after chmod, the file should be
-r-------- 1 root root 0 Feb 20 08:20 test_chmod
Are you planning to fix it Yes
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Alluxio Version:
v307
Describe the bug
alluxio-fuse metadata cache does not update after chmod/chown, and access it gets outdated info.
To Reproduce
configuration
mount
chmod and check
Expected behavior
after chmod, the file should be
Are you planning to fix it
Yes
The text was updated successfully, but these errors were encountered: